chore(deps): update github/codeql-action action to v3.24.0 (#10396)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-02-03 10:42:21 +02:00 committed by GitHub
parent 4385adeffd
commit ed041f65f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@ jobs:
java-version: 17.0.6 java-version: 17.0.6
- name: Initialize CodeQL - name: Initialize CodeQL
uses: github/codeql-action/init@b7bf0a3ed3ecfa44160715d7c442788f65f0f923 # v3.23.2 uses: github/codeql-action/init@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 # v3.24.0
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
@ -43,7 +43,7 @@ jobs:
arguments: assemble -x javadoc --no-build-cache --no-daemon arguments: assemble -x javadoc --no-build-cache --no-daemon
- name: Perform CodeQL analysis - name: Perform CodeQL analysis
uses: github/codeql-action/analyze@b7bf0a3ed3ecfa44160715d7c442788f65f0f923 # v3.23.2 uses: github/codeql-action/analyze@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 # v3.24.0
workflow-notification: workflow-notification:
needs: needs:

View File

@ -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@b7bf0a3ed3ecfa44160715d7c442788f65f0f923 # v3.23.2 uses: github/codeql-action/upload-sarif@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 # v3.24.0
with: with:
sarif_file: results.sarif sarif_file: results.sarif