Skip to content

Commit 527fbbd

Browse files
chore(deps): update github/codeql-action action to v4.32.6 {patch} (#796)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9145feb commit 527fbbd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
distribution: temurin
4848
java-version: 17
4949
- name: Initialize CodeQL
50-
uses: github/codeql-action/init@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5
50+
uses: github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
5151
with:
5252
languages: "java"
5353
- name: Set up Gradle
@@ -57,6 +57,6 @@ jobs:
5757
- name: Build with Gradle
5858
run: ./gradlew build -x test
5959
- name: Perform CodeQL Analysis
60-
uses: github/codeql-action/analyze@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5
60+
uses: github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
6161
- name: Check dependencies with Gradle
6262
run: ./gradlew ossIndexAudit -PossIndexUsername=${{ secrets.OSS_INDEX_USER }} -PossIndexPassword=${{ secrets.OSS_INDEX_PASSWORD }} --info

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@ jobs:
6666
# Upload the results to GitHub's code scanning dashboard (optional).
6767
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
6868
- name: "Upload to code-scanning"
69-
uses: github/codeql-action/upload-sarif@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5
69+
uses: github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
7070
with:
7171
sarif_file: results.sarif

0 commit comments

Comments
 (0)