Skip to content

Commit 325f1ac

Browse files
Bump github/codeql-action from 4.37.8 to 4.37.9 in the actions group (#2583)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4fe3377 commit 325f1ac

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
go-version: "1.26.0"
4242
# Initializes the CodeQL tools for scanning.
4343
- name: Initialize CodeQL
44-
uses: github/codeql-action/init@v4.37.8 #immutable
44+
uses: github/codeql-action/init@v4.37.9 #immutable
4545
with:
4646
languages: go
4747
build-mode: manual
@@ -54,6 +54,6 @@ jobs:
5454
5555
go test -v ./internal/test/compilecheck -run '^TestCompileCheck/go:1\.25$'
5656
- name: Perform CodeQL Analysis
57-
uses: github/codeql-action/analyze@v4.37.8 #immutable
57+
uses: github/codeql-action/analyze@v4.37.9 #immutable
5858
with:
5959
category: "/language:go"

.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@v4.37.8 #immutable
69+
uses: github/codeql-action/upload-sarif@v4.37.9 #immutable
7070
with:
7171
sarif_file: results.sarif

0 commit comments

Comments
 (0)