Skip to content

Commit

Permalink
Merge branch 'main' into dependabot-github_actions-actions-upload-art…
Browse files Browse the repository at this point in the history
…ifact-4.4.1
  • Loading branch information
saidsef authored Oct 7, 2024
2 parents 9b6b73f + 69ca320 commit 315d82d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ jobs:
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
- name: Initialize CodeQL
uses: github/codeql-action/[email protected].10
uses: github/codeql-action/[email protected].11
continue-on-error: true
- name: Perform CodeQL Analysis
uses: github/codeql-action/[email protected].10
uses: github/codeql-action/[email protected].11
continue-on-error: true
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@master
Expand All @@ -84,7 +84,7 @@ jobs:
format: 'sarif'
output: 'trivy-results.sarif'
- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/[email protected].10
uses: github/codeql-action/[email protected].11
with:
sarif_file: 'trivy-results.sarif'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
path: results.sarif
retention-days: 5
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@cf5b0a9041d3c1d336516f1944c96d96598193cc # v2.22.11
uses: github/codeql-action/upload-sarif@56d197570aa047eae7fe04401603196e2f68521d # v2.22.11
with:
sarif_file: results.sarif

0 comments on commit 315d82d

Please sign in to comment.