Skip to content

Commit 9c30c61

Browse files
dependabot[bot]avrabe
authored andcommitted
ci(deps): bump github/codeql-action from 3 to 4
Bumps [github/codeql-action](https://github.com/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 ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e92e134 commit 9c30c61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/security.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
continue-on-error: true
5454

5555
- name: Upload Gosec Results to GitHub Security Tab
56-
uses: github/codeql-action/upload-sarif@v3
56+
uses: github/codeql-action/upload-sarif@v4
5757
if: always() && hashFiles('go-results.sarif') != ''
5858
with:
5959
sarif_file: go-results.sarif
@@ -79,7 +79,7 @@ jobs:
7979
continue-on-error: true
8080

8181
- name: Upload Trivy Results to GitHub Security Tab
82-
uses: github/codeql-action/upload-sarif@v3
82+
uses: github/codeql-action/upload-sarif@v4
8383
if: always() && hashFiles('trivy-results.sarif') != ''
8484
with:
8585
sarif_file: 'trivy-results.sarif'

0 commit comments

Comments
 (0)