Browse Source

Merge pull request #4238 from dexidp/dependabot/github_actions/github/codeql-action-3.29.4

build(deps): bump github/codeql-action from 3.29.0 to 3.29.4
pull/4234/head
Márk Sági-Kazár 8 months ago committed by GitHub
parent
commit
ebb923a35c
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 retention-days: 5
- name: Upload results to GitHub Security tab - name: Upload results to GitHub Security tab
uses: github/codeql-action/upload-sarif@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0 uses: github/codeql-action/upload-sarif@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3.29.4
with: with:
sarif_file: results.sarif sarif_file: results.sarif

2
.github/workflows/artifacts.yaml

@ -233,6 +233,6 @@ jobs:
overwrite: true overwrite: true
- name: Upload Trivy scan results to GitHub Security tab - name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0 uses: github/codeql-action/upload-sarif@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3.29.4
with: with:
sarif_file: trivy-results.sarif sarif_file: trivy-results.sarif

Loading…
Cancel
Save