Skip to content

Commit cc09745

Browse files
Bump github/codeql-action/upload-sarif from 4.37.7 to 4.37.9
Bumps [github/codeql-action/upload-sarif](https://github.com/github/codeql-action) from 4.37.7 to 4.37.9. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@ff2f1c6...cdf488f) --- updated-dependencies: - dependency-name: github/codeql-action/upload-sarif dependency-version: 4.37.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1285508 commit cc09745

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/codacy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,6 @@ jobs:
149149
path: sarif-results
150150

151151
- name: Upload SARIF results file
152-
uses: github/codeql-action/upload-sarif@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd
152+
uses: github/codeql-action/upload-sarif@cdf488f595d80d6e07e03d4674febd5ab45fa938
153153
with:
154154
sarif_file: ${{ matrix.sarif_file }}

.github/workflows/ossar.yml

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

5252
# Upload results to the Security tab
5353
- name: Upload OSSAR results
54-
uses: github/codeql-action/upload-sarif@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd
54+
uses: github/codeql-action/upload-sarif@cdf488f595d80d6e07e03d4674febd5ab45fa938
5555
with:
5656
sarif_file: ${{ steps.ossar.outputs.sarifFile }}

.github/workflows/supply_chain_security.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
5656
- name: Upload filesystem SARIF
5757
if: ${{ always() }}
58-
uses: github/codeql-action/upload-sarif@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd
58+
uses: github/codeql-action/upload-sarif@cdf488f595d80d6e07e03d4674febd5ab45fa938
5959
with:
6060
sarif_file: trivy-fs.sarif
6161
category: trivy/filesystem
@@ -88,7 +88,7 @@ jobs:
8888
8989
- name: Upload IaC SARIF
9090
if: ${{ always() }}
91-
uses: github/codeql-action/upload-sarif@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd
91+
uses: github/codeql-action/upload-sarif@cdf488f595d80d6e07e03d4674febd5ab45fa938
9292
with:
9393
sarif_file: trivy-config.sarif
9494
category: trivy/config
@@ -180,7 +180,7 @@ jobs:
180180
181181
- name: Upload image SARIF
182182
if: ${{ always() }}
183-
uses: github/codeql-action/upload-sarif@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd
183+
uses: github/codeql-action/upload-sarif@cdf488f595d80d6e07e03d4674febd5ab45fa938
184184
with:
185185
sarif_file: trivy-image-${{ matrix.service }}.sarif
186186
category: trivy/image/${{ matrix.service }}

0 commit comments

Comments
 (0)