Skip to content

Commit

Permalink
shiftleft-analysis.yml: Update upload-sarif action version
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengtuggy authored Jun 30, 2024
1 parent 581502a commit 9c312ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/shiftleft-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
# Example: mvn compile, or npm install or pip install goes here
# 3. Invoke Scan with the github token. Leave the workspace empty to use relative url

- name: Set up Python 3.11
- name: Set up Python
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d #v5.1.0
with:
python-version: '3.11' # Version range or exact version of a Python version to use, using SemVer's version range syntax
python-version: '3.12.4' # Version range or exact version of a Python version to use, using SemVer's version range syntax
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified

- name: Install Dependencies
Expand All @@ -49,6 +49,6 @@ jobs:
# type: python

- name: Upload report
uses: github/codeql-action/upload-sarif@aa0e650c6a3f17884f81106e54e207cc0f669aa2
uses: github/codeql-action/upload-sarif@9b7c22c3b39078582fa6d0d8f3841e944ec54582 #v2.17.6
with:
sarif_file: reports

0 comments on commit 9c312ad

Please sign in to comment.