File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ concurrency:
2424
2525jobs :
2626 analysis :
27- runs-on : ubuntu-22 .04
27+ runs-on : ubuntu-24 .04
2828 steps :
2929 - name : Setup variables
3030 id : get-vars
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ permissions:
2222jobs :
2323 analyze :
2424 name : Analyze
25- runs-on : ubuntu-22 .04
25+ runs-on : ubuntu-24 .04
2626 permissions :
2727 actions : read
2828 contents : read
3939 with :
4040 swap-size-gb : 10
4141 - name : Initialize CodeQL
42- uses : github/codeql-action/init@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9
42+ uses : github/codeql-action/init@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
4343 with :
4444 languages : ${{ matrix.language }}
4545 - name : Set up JDK 17
5353 echo "org.gradle.jvmargs=-Xmx4g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError" > "$HOME/.gradle/gradle.properties"
5454 ./gradlew assembleDebug
5555 - name : Perform CodeQL Analysis
56- uses : github/codeql-action/analyze@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9
56+ uses : github/codeql-action/analyze@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
Original file line number Diff line number Diff line change 4242
4343 # Upload the results to GitHub's code scanning dashboard.
4444 - name : " Upload to code-scanning"
45- uses : github/codeql-action/upload-sarif@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9
45+ uses : github/codeql-action/upload-sarif@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
4646 with :
4747 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments