Skip to content

Commit

Permalink
Pin Third Party Actions to Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-symphony committed Sep 11, 2023
1 parent d6e7f6f commit 2267c3f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cve-scanning-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: "3.10"
- uses: abatilo/actions-poetry@v2
- uses: abatilo/actions-poetry@192395c0d10c082a7c62294ab5d9a9de40e48974
with:
poetry-version: "1.2.2"
- name: Install safety
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/python@master
uses: snyk/actions/python@b98d498629f1c368650224d6d212bf7dfa89e4bf
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: pip install pylint

- name: Download previous run results
uses: dawidd6/action-download-artifact@v2.12.0
uses: dawidd6/action-download-artifact@8c96194455d424a24437ec57817e0aa1a1d72adb
continue-on-error: true
with:
workflow: pylint.yaml
Expand Down

0 comments on commit 2267c3f

Please sign in to comment.