Skip to content

Commit

Permalink
Merge pull request #301 from jxdv/update-readme-ci-snippet
Browse files Browse the repository at this point in the history
update ci snippet
  • Loading branch information
christophetd authored Jan 16, 2024
2 parents de0cf7f + 5ea1f15 commit 1c0e402
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,10 +169,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.10"

Expand All @@ -182,7 +182,7 @@ jobs:
- run: guarddog pypi verify requirements.txt --output-format sarif --exclude-rules repository_integrity_mismatch > guarddog.sarif

- name: Upload SARIF file to GitHub
uses: github/codeql-action/upload-sarif@v2
uses: github/codeql-action/upload-sarif@v3
with:
category: guarddog-builtin
sarif_file: guarddog.sarif
Expand Down

0 comments on commit 1c0e402

Please sign in to comment.