Skip to content

Commit

Permalink
Merge pull request #24 from OXIDFabian/dependabot/github_actions/gith…
Browse files Browse the repository at this point in the history
…ub/codeql-action-3

Bump github/codeql-action from 2 to 3
  • Loading branch information
Fabian Vogel authored Feb 5, 2024
2 parents b6310d9 + 946d8a6 commit ae7f67f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
output: 'trivy-php${{ matrix.php_version }}-results.sarif'

- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v2
uses: github/codeql-action/upload-sarif@v3
if: always()
with:
sarif_file: 'trivy-php${{ matrix.php_version }}-results.sarif'
Expand Down

0 comments on commit ae7f67f

Please sign in to comment.