Skip to content

Commit

Permalink
Merge pull request #266 from liquibase/22a1dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…github/codeql-action-3

build(deps): bump github/codeql-action from 2 to 3
  • Loading branch information
jnewton03 authored Feb 12, 2024
2 parents 94fa96f + 9c8175e commit 2469d32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ jobs:
output: 'trivy-results-alpine.sarif'

- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v2
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: 'trivy-results.sarif'
category: 'eclipse-temurin'

- name: Upload Trivy scan results to GitHub Security tab (alpine)
uses: github/codeql-action/upload-sarif@v2
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: 'trivy-results-alpine.sarif'
category: 'alpine'
Expand Down

0 comments on commit 2469d32

Please sign in to comment.