Skip to content

Commit b8dff36

Browse files
Bump github/codeql-action from 4.35.4 to 4.35.5 (#37)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.35.4 to 4.35.5. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@68bde55...9e0d7b8) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.35.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b127860 commit b8dff36

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/security.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
- name: Upload Trivy scan results to GitHub Security tab
4646
if: steps.build.outcome == 'success'
47-
uses: github/codeql-action/upload-sarif@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4
47+
uses: github/codeql-action/upload-sarif@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4
4848
with:
4949
sarif_file: 'trivy-results.sarif'
5050
category: 'security-analysis/trivy-image'
@@ -76,7 +76,7 @@ jobs:
7676
exit-code: '0'
7777

7878
- name: Upload filesystem scan results
79-
uses: github/codeql-action/upload-sarif@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4
79+
uses: github/codeql-action/upload-sarif@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4
8080
if: always()
8181
with:
8282
sarif_file: 'trivy-fs-results.sarif'

0 commit comments

Comments
 (0)