Skip to content

Commit 2583749

Browse files
dependabot[bot]Skitionek
authored andcommitted
ci: bump github/codeql-action/upload-sarif from 4.37.4 to 4.37.8
Bumps [github/codeql-action/upload-sarif](https://github.com/github/codeql-action) from 4.37.4 to 4.37.8. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@f205ea1...db488dd) --- updated-dependencies: - dependency-name: github/codeql-action/upload-sarif dependency-version: 4.37.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent abcfda7 commit 2583749

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
if: >
3434
(github.event_name == 'pull_request' || github.event_name == 'push') &&
3535
always()
36-
uses: github/codeql-action/upload-sarif@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v3
36+
uses: github/codeql-action/upload-sarif@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v3
3737
# continue-on-error so the job doesn't fail when SARIF wasn't produced
3838
# (e.g. no linting errors were found, or the reporter was not enabled).
3939
continue-on-error: true

0 commit comments

Comments
 (0)