Skip to content

Commit e29f5d1

Browse files
build(deps): bump github/codeql-action from 4.35.2 to 4.35.4 (#2698)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.35.2 to 4.35.4. - [Release notes](https://github.com/github/codeql-action/releases) - [Commits](github/codeql-action@v4.35.2...v4.35.4) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.35.4 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 f4dd7c1 commit e29f5d1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@ jobs:
6666

6767
# Upload the results to GitHub's code scanning dashboard.
6868
- name: "Upload to code-scanning"
69-
uses: github/codeql-action/upload-sarif@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
69+
uses: github/codeql-action/upload-sarif@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
7070
with:
7171
sarif_file: results.sarif

.github/workflows/trivy-image-scanning.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
timeout: 30m0s
4646

4747
- name: Upload Trivy scan results to GitHub Security tab
48-
uses: github/codeql-action/upload-sarif@0b7b740d4cd9b44f80c907b666497564df09d1d9 # v4
48+
uses: github/codeql-action/upload-sarif@b62aaa99a566b376e9c7086e9e5e951f17f53488 # v4
4949
if: always()
5050
with:
5151
sarif_file: 'trivy-results-${{ env.SANITIZED_IMAGE_NAME }}.sarif'

0 commit comments

Comments
 (0)