Skip to content

Commit f3e7d79

Browse files
Bump github/codeql-action/upload-sarif from 4.35.4 to 4.36.2 (#228)
Bumps [github/codeql-action/upload-sarif](https://github.com/github/codeql-action) from 4.35.4 to 4.36.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@68bde55...8aad20d) --- updated-dependencies: - dependency-name: github/codeql-action/upload-sarif dependency-version: 4.36.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b7bb1a5 commit f3e7d79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cve-scan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
150150
- name: Upload SARIF to GitHub Security
151151
if: steps.trivy-scan.outcome == 'success'
152-
uses: github/codeql-action/upload-sarif@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4
152+
uses: github/codeql-action/upload-sarif@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4
153153
with:
154154
sarif_file: ${{ steps.sanitize.outputs.safe_name }}-trivy-results.sarif
155155
category: container/${{ steps.sanitize.outputs.base_name }}

0 commit comments

Comments
 (0)