Skip to content

Commit

Permalink
Update shiftleft-analysis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
beuaaa authored Mar 14, 2024
1 parent d3d6b17 commit e175654
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/shiftleft-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
# Scan runs on ubuntu, mac and windows
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
# Instructions
# 1. Setup JDK, Node.js, Python etc depending on your project type
# 2. Compile or build the project before invoking scan
Expand All @@ -31,6 +31,6 @@ jobs:
# type: python

- name: Upload report
uses: github/codeql-action/upload-sarif@v1
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: reports

0 comments on commit e175654

Please sign in to comment.