Skip to content

Commit

Permalink
Update checkout from v2 to v4 & update upload-sarif from v1 to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-abel-inwt authored Apr 15, 2024
1 parent 3253ea6 commit 2f7b93c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/snyk-container-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
snyk:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Build a Docker image
run: docker pull inwt/r-shiny:latest
- name: Run Snyk to check Docker image for vulnerabilities
Expand All @@ -44,6 +44,6 @@ jobs:
image: inwt/r-shiny:latest
args: --file=r-shiny/Dockerfile
- name: Upload result to GitHub Code Scanning
uses: github/codeql-action/upload-sarif@v1
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: snyk.sarif

0 comments on commit 2f7b93c

Please sign in to comment.