Skip to content

Commit 26f0685

Browse files
chore: Bump github/codeql-action from 4.30.9 to 4.31.0 (#2455)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 25010be commit 26f0685

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,8 +41,8 @@ jobs:
4141
with:
4242
go-version: "1.24"
4343
- name: Initialize CodeQL
44-
uses: github/codeql-action/init@16140ae1a102900babc80a33c44059580f687047 # tag=v3.29.5
44+
uses: github/codeql-action/init@4e94bd11f71e507f7f87df81788dff88d1dacbfb # tag=v3.29.5
4545
with:
4646
languages: go
4747
- name: Perform CodeQL Analysis
48-
uses: github/codeql-action/analyze@16140ae1a102900babc80a33c44059580f687047 # tag=v3.29.5
48+
uses: github/codeql-action/analyze@4e94bd11f71e507f7f87df81788dff88d1dacbfb # tag=v3.29.5

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ jobs:
5959
retention-days: 5
6060

6161
- name: "Upload to code-scanning"
62-
uses: github/codeql-action/upload-sarif@16140ae1a102900babc80a33c44059580f687047 # tag=v3.29.5
62+
uses: github/codeql-action/upload-sarif@4e94bd11f71e507f7f87df81788dff88d1dacbfb # tag=v3.29.5
6363
with:
6464
sarif_file: results.sarif

0 commit comments

Comments
 (0)