Skip to content

Commit 44713c0

Browse files
Bump github/codeql-action from 4 to 4.37.4 (#219)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4 to 4.37.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@v4...v4.37.4) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.37.4 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 d987709 commit 44713c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
- name: Upload Trivy scan results to GitHub Security tab
5454
if: github.ref == 'refs/heads/master' && (github.event_name == 'push' || github.event_name == 'schedule')
55-
uses: github/codeql-action/upload-sarif@v4
55+
uses: github/codeql-action/upload-sarif@v4.37.4
5656
with:
5757
sarif_file: "trivy-results.sarif"
5858

0 commit comments

Comments
 (0)