|
@@ -24,7 +24,7 @@ concurrency:
|
|
|
|
|
|
jobs:
|
|
jobs:
|
|
analysis:
|
|
analysis:
|
|
- runs-on: ubuntu-22.04
|
|
|
|
|
|
+ runs-on: ubuntu-24.04
|
|
steps:
|
|
steps:
|
|
- name: Setup variables
|
|
- name: Setup variables
|
|
id: get-vars
|
|
id: get-vars
|
|
@@ -48,14 +48,14 @@ jobs:
|
|
with:
|
|
with:
|
|
repository: ${{ steps.get-vars.outputs.repo }}
|
|
repository: ${{ steps.get-vars.outputs.repo }}
|
|
ref: ${{ steps.get-vars.outputs.branch }}
|
|
ref: ${{ steps.get-vars.outputs.branch }}
|
|
- - name: Set up JDK 17
|
|
|
|
|
|
+ - name: Set up JDK 21
|
|
uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4.4.0
|
|
uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4.4.0
|
|
with:
|
|
with:
|
|
distribution: "temurin"
|
|
distribution: "temurin"
|
|
- java-version: 17
|
|
|
|
|
|
+ java-version: 21
|
|
- name: Install dependencies
|
|
- name: Install dependencies
|
|
run: |
|
|
run: |
|
|
- python3 -m pip install defusedxml
|
|
|
|
|
|
+ sudo apt install python3-defusedxml
|
|
- name: Run analysis wrapper
|
|
- name: Run analysis wrapper
|
|
env:
|
|
env:
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|