Skip to content

Commit b91fabc

Browse files
Bump github/codeql-action in the github-actions group across 1 directory
Bumps the github-actions group with 1 update in the / directory: [github/codeql-action](https://github.com/github/codeql-action). Updates `github/codeql-action` from 3 to 4 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v3...v4) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a736c14 commit b91fabc

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/codeql-analysis.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ jobs:
2424
with: { go-version: stable }
2525

2626
- name: Initialize CodeQL
27-
uses: github/codeql-action/init@v3
27+
uses: github/codeql-action/init@v4
2828
with: { languages: go }
2929

3030
- name: Autobuild
3131
# This action calls `make` which runs our "help" target.
32-
uses: github/codeql-action/autobuild@v3
32+
uses: github/codeql-action/autobuild@v4
3333

3434
- name: Perform CodeQL Analysis
35-
uses: github/codeql-action/analyze@v3
35+
uses: github/codeql-action/analyze@v4

.github/workflows/govulncheck.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
# succeed or fail according to branch protection rules.
3838
# - https://docs.github.com/en/code-security/code-scanning
3939
- name: Upload results to GitHub
40-
uses: github/codeql-action/upload-sarif@v3
40+
uses: github/codeql-action/upload-sarif@v4
4141
with:
4242
sarif_file: 'govulncheck-results.sarif'
4343

.github/workflows/trivy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,6 @@ jobs:
120120
# succeed or fail according to branch protection rules.
121121
# - https://docs.github.com/en/code-security/code-scanning
122122
- name: Upload results to GitHub
123-
uses: github/codeql-action/upload-sarif@v3
123+
uses: github/codeql-action/upload-sarif@v4
124124
with:
125125
sarif_file: 'trivy-results.sarif'

0 commit comments

Comments
 (0)