Browse Source

Merge pull request #4502 from dexidp/dependabot/github_actions/github/codeql-action-4.32.0

build(deps): bump github/codeql-action from 4.31.11 to 4.32.0
pull/4508/head
Márk Sági-Kazár 1 month ago committed by GitHub
parent
commit
228deee3b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/analysis-scorecard.yaml
  2. 2
      .github/workflows/artifacts.yaml

2
.github/workflows/analysis-scorecard.yaml

@ -42,6 +42,6 @@ jobs:
retention-days: 5
- name: Upload results to GitHub Security tab
uses: github/codeql-action/upload-sarif@19b2f06db2b6f5108140aeb04014ef02b648f789 # v3.29.5
uses: github/codeql-action/upload-sarif@b20883b0cd1f46c72ae0ba6d1090936928f9fa30 # v3.29.5
with:
sarif_file: results.sarif

2
.github/workflows/artifacts.yaml

@ -233,6 +233,6 @@ jobs:
overwrite: true
- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@19b2f06db2b6f5108140aeb04014ef02b648f789 # v3.29.5
uses: github/codeql-action/upload-sarif@b20883b0cd1f46c72ae0ba6d1090936928f9fa30 # v3.29.5
with:
sarif_file: trivy-results.sarif

Loading…
Cancel
Save