We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d691cf0 commit c7d54c6Copy full SHA for c7d54c6
.github/workflows/scorecards-analysis.yml
@@ -19,7 +19,7 @@ jobs:
19
with:
20
persist-credentials: false
21
- name: "setup python"
22
- uses: actions/setup-python@13ae5bb136fac2878aff31522b9efb785519f984
+ uses: actions/setup-python@5ccb29d8773c3f3f653e1705f474dfaa8a06a912
23
24
python-version: '3.7.7' # install the python version needed
25
- name: "execute py script"
.github/workflows/third_party_scan.yml
@@ -27,7 +27,7 @@ jobs:
27
28
29
- name: setup python
30
- uses: actions/setup-python@98f2ad02fd48d057ee3b4d4f66525b231c3e52b6
31
32
33
0 commit comments