Browse Source

Merge pull request #2970 from dexidp/dependabot/github_actions/github/codeql-action-2.3.5

build(deps): bump github/codeql-action from 2.3.3 to 2.3.5
pull/2958/head
Márk Sági-Kazár 3 years ago committed by GitHub
parent
commit
ad4f4bb9bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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@29b1f65c5e92e24fe6b6647da1eaabe529cec70f # v2.3.3
uses: github/codeql-action/upload-sarif@0225834cc549ee0ca93cb085b92954821a145866 # v2.3.5
with:
sarif_file: results.sarif

2
.github/workflows/artifacts.yaml

@ -182,6 +182,6 @@ jobs:
retention-days: 5
- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@29b1f65c5e92e24fe6b6647da1eaabe529cec70f # v2.3.3
uses: github/codeql-action/upload-sarif@0225834cc549ee0ca93cb085b92954821a145866 # v2.3.5
with:
sarif_file: trivy-results.sarif

Loading…
Cancel
Save