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 ff3220a commit 873a965Copy full SHA for 873a965
.github/workflows/conda-package.yml
@@ -153,7 +153,7 @@ jobs:
153
with:
154
access_token: ${{ github.token }}
155
156
- - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
157
158
fetch-depth: 0
159
.github/workflows/openssf-scorecard.yml
@@ -34,7 +34,7 @@ jobs:
34
35
steps:
36
- name: "Checkout code"
37
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
38
39
persist-credentials: false
40
0 commit comments