We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0e6f41 commit 8128016Copy full SHA for 8128016
.github/workflows/main.yml
@@ -58,7 +58,7 @@ jobs:
58
runs-on: ${{ matrix.os }}
59
steps:
60
- name: Checkout repository
61
- uses: actions/checkout@9a9194f87191a7e9055e3e9b95b8cfb13023bb08
+ uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
62
63
- name: Set up Python
64
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
.github/workflows/scorecard.yml
@@ -36,7 +36,7 @@ jobs:
36
37
38
- name: "Checkout code"
39
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v3.1.0
+ uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
40
with:
41
persist-credentials: false
42
0 commit comments