Commit 2267c3f 1 parent d6e7f6f commit 2267c3f Copy full SHA for 2267c3f
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 21
21
- uses : actions/setup-python@v4
22
22
with :
23
23
python-version : " 3.10"
24
- - uses : abatilo/actions-poetry@v2
24
+ - uses : abatilo/actions-poetry@192395c0d10c082a7c62294ab5d9a9de40e48974
25
25
with :
26
26
poetry-version : " 1.2.2"
27
27
- name : Install safety
Original file line number Diff line number Diff line change 10
10
steps :
11
11
- uses : actions/checkout@master
12
12
- name : Run Snyk to check for vulnerabilities
13
- uses : snyk/actions/python@master
13
+ uses : snyk/actions/python@b98d498629f1c368650224d6d212bf7dfa89e4bf
14
14
env :
15
15
SNYK_TOKEN : ${{ secrets.SNYK_TOKEN }}
16
16
with :
Original file line number Diff line number Diff line change 36
36
run : pip install pylint
37
37
38
38
- name : Download previous run results
39
- uses : dawidd6/action-download-artifact@v2.12.0
39
+ uses : dawidd6/action-download-artifact@8c96194455d424a24437ec57817e0aa1a1d72adb
40
40
continue-on-error : true
41
41
with :
42
42
workflow : pylint.yaml
You can’t perform that action at this time.
0 commit comments