Skip to content

Commit 9ccb596

Browse files
chore(deps): update github/codeql-action action to v4.32.4 {patch} (#779)
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 1a25870 commit 9ccb596

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@9e907b5e64f6b83e7804b09294d44122997950d6 # v4.32.3
50+
uses: github/codeql-action/init@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
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@9e907b5e64f6b83e7804b09294d44122997950d6 # v4.32.3
60+
uses: github/codeql-action/analyze@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
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@9e907b5e64f6b83e7804b09294d44122997950d6 # v4.32.3
69+
uses: github/codeql-action/upload-sarif@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
7070
with:
7171
sarif_file: results.sarif

0 commit comments

Comments
 (0)