chore(deps): update github/codeql-action action to v3.25.5 (main) (#11347)
This commit is contained in:
parent
717c44ea54
commit
68cf431abf
|
@ -30,7 +30,7 @@ jobs:
|
||||||
java-version: 21
|
java-version: 21
|
||||||
|
|
||||||
- name: Initialize CodeQL
|
- name: Initialize CodeQL
|
||||||
uses: github/codeql-action/init@ccf74c947955fd1cf117aef6a0e4e66191ef6f61 # v3.25.4
|
uses: github/codeql-action/init@b7cec7526559c32f1616476ff32d17ba4c59b2d6 # v3.25.5
|
||||||
with:
|
with:
|
||||||
languages: java
|
languages: java
|
||||||
# using "latest" helps to keep up with the latest Kotlin support
|
# using "latest" helps to keep up with the latest Kotlin support
|
||||||
|
@ -45,7 +45,7 @@ jobs:
|
||||||
run: ./gradlew assemble -x javadoc --no-build-cache --no-daemon
|
run: ./gradlew assemble -x javadoc --no-build-cache --no-daemon
|
||||||
|
|
||||||
- name: Perform CodeQL analysis
|
- name: Perform CodeQL analysis
|
||||||
uses: github/codeql-action/analyze@ccf74c947955fd1cf117aef6a0e4e66191ef6f61 # v3.25.4
|
uses: github/codeql-action/analyze@b7cec7526559c32f1616476ff32d17ba4c59b2d6 # v3.25.5
|
||||||
|
|
||||||
workflow-notification:
|
workflow-notification:
|
||||||
needs:
|
needs:
|
||||||
|
|
|
@ -64,6 +64,6 @@ jobs:
|
||||||
|
|
||||||
# Upload the results to GitHub's code scanning dashboard.
|
# Upload the results to GitHub's code scanning dashboard.
|
||||||
- name: "Upload to code-scanning"
|
- name: "Upload to code-scanning"
|
||||||
uses: github/codeql-action/upload-sarif@ccf74c947955fd1cf117aef6a0e4e66191ef6f61 # v3.25.4
|
uses: github/codeql-action/upload-sarif@b7cec7526559c32f1616476ff32d17ba4c59b2d6 # v3.25.5
|
||||||
with:
|
with:
|
||||||
sarif_file: results.sarif
|
sarif_file: results.sarif
|
||||||
|
|
Loading…
Reference in New Issue