Skip to content

Commit 0ec36c4

Browse files
Bump github/codeql-action in the github-actions group (#82)
Bumps the github-actions group with 1 update: [github/codeql-action](https://github.com/github/codeql-action). Updates `github/codeql-action` from 4.31.8 to 4.31.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@1b168cd...5d4e8d1) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.31.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bda4740 commit 0ec36c4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/research-vuln-scan.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
TRIVY_PASSWORD: ${{ secrets.GREENBONE_REGISTRY_READ_TOKEN }}
3737

3838
- name: Upload Trivy scan results to GitHub Security tab
39-
uses: github/codeql-action/upload-sarif@1b168cd39490f61582a9beae412bb7057a6b2c4e # v3.29.5
39+
uses: github/codeql-action/upload-sarif@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v3.29.5
4040
with:
4141
sarif_file: 'trivy-results.sarif'
4242
category: ${{ github.jobs[github.job].name }}
@@ -68,7 +68,7 @@ jobs:
6868
severity-cutoff: medium
6969

7070
- name: Upload grype vulnerability report
71-
uses: github/codeql-action/upload-sarif@1b168cd39490f61582a9beae412bb7057a6b2c4e # v3.29.5
71+
uses: github/codeql-action/upload-sarif@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v3.29.5
7272
with:
7373
sarif_file: ${{ steps.grype.outputs.sarif }}
7474
category: ${{ github.jobs[github.job].name }}
@@ -108,7 +108,7 @@ jobs:
108108
- name: Upload docker scout SARIF result
109109
id: upload-sarif
110110
if: ${{ github.event_name != 'pull_request_target' }}
111-
uses: github/codeql-action/upload-sarif@1b168cd39490f61582a9beae412bb7057a6b2c4e # v3.29.5
111+
uses: github/codeql-action/upload-sarif@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v3.29.5
112112
with:
113113
sarif_file: sarif.output.json
114114
category: ${{ github.jobs[github.job].name }}

0 commit comments

Comments
 (0)