Skip to content

Commit bc01d90

Browse files
chore(deps): update github/codeql-action action to v4.32.2 {patch} (#765)
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 3473961 commit bc01d90

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@6bc82e05fd0ea64601dd4b465378bbcf57de0314 # v4.32.1
50+
uses: github/codeql-action/init@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4.32.2
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@6bc82e05fd0ea64601dd4b465378bbcf57de0314 # v4.32.1
60+
uses: github/codeql-action/analyze@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4.32.2
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@6bc82e05fd0ea64601dd4b465378bbcf57de0314 # v4.32.1
69+
uses: github/codeql-action/upload-sarif@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4.32.2
7070
with:
7171
sarif_file: results.sarif

0 commit comments

Comments
 (0)