Skip to content

Commit 508fd85

Browse files
chore(deps): bump github/codeql-action from 3.29.7 to 4.31.2
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.29.7 to 4.31.2. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@51f7732...8a06050) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.31.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 64e5093 commit 508fd85

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
@@ -45,10 +45,10 @@ jobs:
4545
with:
4646
go-version-file: go.mod
4747
- name: Initialize CodeQL
48-
uses: github/codeql-action/init@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
48+
uses: github/codeql-action/init@8a06050a8c0348fb4738f28e0cfbb6727cf054ce # v3.29.5
4949
with:
5050
languages: ${{ matrix.language }}
5151
- name: Autobuild
52-
uses: github/codeql-action/autobuild@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
52+
uses: github/codeql-action/autobuild@8a06050a8c0348fb4738f28e0cfbb6727cf054ce # v3.29.5
5353
- name: Perform CodeQL Analysis
54-
uses: github/codeql-action/analyze@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
54+
uses: github/codeql-action/analyze@8a06050a8c0348fb4738f28e0cfbb6727cf054ce # v3.29.5

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@ jobs:
7070
# Upload the results to GitHub's code scanning dashboard (optional).
7171
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
7272
- name: "Upload to code-scanning"
73-
uses: github/codeql-action/upload-sarif@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
73+
uses: github/codeql-action/upload-sarif@8a06050a8c0348fb4738f28e0cfbb6727cf054ce # v3.29.5
7474
with:
7575
sarif_file: results.sarif

0 commit comments

Comments
 (0)