Skip to content

Commit cc31746

Browse files
Bump github/codeql-action from 4.32.6 to 4.33.0 in the actions group (#2343)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent de44d3e commit cc31746

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.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.25.0"
4242
# Initializes the CodeQL tools for scanning.
4343
- name: Initialize CodeQL
44-
uses: github/codeql-action/init@v4.32.6 #immutable
44+
uses: github/codeql-action/init@v4.33.0 #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\.19$'
5656
- name: Perform CodeQL Analysis
57-
uses: github/codeql-action/analyze@v4.32.6 #immutable
57+
uses: github/codeql-action/analyze@v4.33.0 #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.32.6 #immutable
69+
uses: github/codeql-action/upload-sarif@v4.33.0 #immutable
7070
with:
7171
sarif_file: results.sarif

0 commit comments

Comments
 (0)