Skip to content

Commit 803cf1c

Browse files
chore(deps): bump github/codeql-action/upload-sarif
Bumps [github/codeql-action/upload-sarif](https://github.com/github/codeql-action) from c54b30b7df092240050e69945842bc67aee0f0f4 to e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@c54b30b...e4fba86) --- updated-dependencies: - dependency-name: github/codeql-action/upload-sarif dependency-version: e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fd46272 commit 803cf1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-action.yml

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

252252
- name: Upload SARIF to GitHub
253253
if: steps.agnix.outputs.sarif-file != ''
254-
uses: github/codeql-action/upload-sarif@c54b30b7df092240050e69945842bc67aee0f0f4 # v4.37.3
254+
uses: github/codeql-action/upload-sarif@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3
255255
with:
256256
sarif_file: ${{ steps.agnix.outputs.sarif-file }}
257257
category: agnix-linting

0 commit comments

Comments
 (0)