Skip to content

Commit 3471912

Browse files
Bump github/codeql-action/upload-sarif in the action-updates group (#28)
Bumps the action-updates group with 1 update: [github/codeql-action/upload-sarif](https://github.com/github/codeql-action). Updates `github/codeql-action/upload-sarif` from 4.37.4 to 4.37.6 - [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...5595cca) --- updated-dependencies: - dependency-name: github/codeql-action/upload-sarif dependency-version: 4.37.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: action-updates ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a4719ee commit 3471912

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/code-scanning.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
--output.sarif.path golangci-lint-report.sarif
3030
3131
- name: Upload linting SARIF
32-
uses: github/codeql-action/upload-sarif@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4.37.4
32+
uses: github/codeql-action/upload-sarif@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6
3333
with:
3434
sarif_file: golangci-lint-report.sarif
3535

@@ -77,6 +77,6 @@ jobs:
7777

7878
- name: Upload vulnerability SARIF
7979
if: always()
80-
uses: github/codeql-action/upload-sarif@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4.37.4
80+
uses: github/codeql-action/upload-sarif@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6
8181
with:
8282
sarif_file: build/govulncheck-report.sarif

0 commit comments

Comments
 (0)