chore(deps): update github/codeql-action action to v3.25.7 (main) (#11504)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
b8c28df05b
commit
90632a1a25
|
@ -30,7 +30,7 @@ jobs:
|
||||||
java-version-file: .java-version
|
java-version-file: .java-version
|
||||||
|
|
||||||
- name: Initialize CodeQL
|
- name: Initialize CodeQL
|
||||||
uses: github/codeql-action/init@9fdb3e49720b44c48891d036bb502feb25684276 # v3.25.6
|
uses: github/codeql-action/init@f079b8493333aace61c81488f8bd40919487bd9f # v3.25.7
|
||||||
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@9fdb3e49720b44c48891d036bb502feb25684276 # v3.25.6
|
uses: github/codeql-action/analyze@f079b8493333aace61c81488f8bd40919487bd9f # v3.25.7
|
||||||
|
|
||||||
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@9fdb3e49720b44c48891d036bb502feb25684276 # v3.25.6
|
uses: github/codeql-action/upload-sarif@f079b8493333aace61c81488f8bd40919487bd9f # v3.25.7
|
||||||
with:
|
with:
|
||||||
sarif_file: results.sarif
|
sarif_file: results.sarif
|
||||||
|
|
Loading…
Reference in New Issue