Skip to content

Commit 2267c3f

Browse files
Pin Third Party Actions to Commit
1 parent d6e7f6f commit 2267c3f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/cve-scanning-python.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/setup-python@v4
2222
with:
2323
python-version: "3.10"
24-
- uses: abatilo/actions-poetry@v2
24+
- uses: abatilo/actions-poetry@192395c0d10c082a7c62294ab5d9a9de40e48974
2525
with:
2626
poetry-version: "1.2.2"
2727
- name: Install safety

.github/workflows/push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@master
1212
- name: Run Snyk to check for vulnerabilities
13-
uses: snyk/actions/python@master
13+
uses: snyk/actions/python@b98d498629f1c368650224d6d212bf7dfa89e4bf
1414
env:
1515
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
1616
with:

.github/workflows/pylint.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: pip install pylint
3737

3838
- name: Download previous run results
39-
uses: dawidd6/action-download-artifact@v2.12.0
39+
uses: dawidd6/action-download-artifact@8c96194455d424a24437ec57817e0aa1a1d72adb
4040
continue-on-error: true
4141
with:
4242
workflow: pylint.yaml

0 commit comments

Comments
 (0)