Skip to content

Commit 6937832

Browse files
chore: bump github/codeql-action from 3.27.9 to 4.31.9
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.27.9 to 4.31.9. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@df409f7...5d4e8d1) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.31.9 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 694b16c commit 6937832

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/codeql.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ jobs:
2929
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
3030

3131
- name: Initialize CodeQL
32-
uses: github/codeql-action/init@df409f7d9260372bd5f19e5b04e83cb3c43714ae
32+
uses: github/codeql-action/init@cdefb33c0f6224e58673d9004f47f7cb3e328b89
3333
with:
3434
languages: go
3535

3636
- name: Autobuild
37-
uses: github/codeql-action/autobuild@df409f7d9260372bd5f19e5b04e83cb3c43714ae
37+
uses: github/codeql-action/autobuild@cdefb33c0f6224e58673d9004f47f7cb3e328b89
3838

3939
- name: Perform CodeQL Analysis
40-
uses: github/codeql-action/analyze@df409f7d9260372bd5f19e5b04e83cb3c43714ae
40+
uses: github/codeql-action/analyze@cdefb33c0f6224e58673d9004f47f7cb3e328b89

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@ jobs:
7171

7272
# Upload the results to GitHub's code scanning dashboard.
7373
- name: "Upload to code-scanning"
74-
uses: github/codeql-action/upload-sarif@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v2.3.1
74+
uses: github/codeql-action/upload-sarif@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v2.3.1
7575
with:
7676
sarif_file: results.sarif

0 commit comments

Comments
 (0)