Skip to content

Commit c2ee2f7

Browse files
Bump github/codeql-action from 3 to 4 in the all-github-actions group
Bumps the all-github-actions group with 1 update: [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: all-github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0c389fb commit c2ee2f7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/codeql.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
with: { go-version: stable }
2323

2424
- name: Initialize CodeQL
25-
uses: github/codeql-action/init@v3
25+
uses: github/codeql-action/init@v4
2626
with: { languages: go, build-mode: autobuild }
2727

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

.github/workflows/trivy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@ jobs:
6565
scanners: secret,vuln
6666

6767
- name: Upload Trivy scan results to GitHub Security tab
68-
uses: github/codeql-action/upload-sarif@v3
68+
uses: github/codeql-action/upload-sarif@v4
6969
with:
7070
sarif_file: 'trivy-results.sarif'

0 commit comments

Comments
 (0)