Skip to content

Commit 27bbf10

Browse files
krotnameclaude
andauthored
build(deps): bump github/codeql-action to v4.37.7 in all workflows (#130)
Bumps init, analyze and upload-sarif together so the CodeQL steps stay on one version; splitting them across separate PRs makes Analyze fail. Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent 8e74412 commit 27bbf10

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ jobs:
3434
distribution: temurin
3535
java-version: 21
3636
- name: Initialize CodeQL
37-
uses: github/codeql-action/init@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6
37+
uses: github/codeql-action/init@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
3838
with:
3939
languages: ${{ matrix.language }}
4040
queries: security-and-quality
4141
- name: Build for CodeQL
4242
run: mvn -B verify --file pom.xml
4343
- name: Perform CodeQL Analysis
44-
uses: github/codeql-action/analyze@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6
44+
uses: github/codeql-action/analyze@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
4545
with:
4646
category: "/language:${{ matrix.language }}"

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
results_format: sarif
3838
publish_results: true
3939
- name: Upload Scorecard SARIF
40-
uses: github/codeql-action/upload-sarif@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6
40+
uses: github/codeql-action/upload-sarif@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
4141
with:
4242
sarif_file: scorecard-results.sarif
4343
- name: Upload Scorecard artifact

0 commit comments

Comments
 (0)