Skip to content

Commit 76561d1

Browse files
committed
CI: pin actions by SHA
This eliminates the possibility of a tag being changed under us.
1 parent cb24682 commit 76561d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/circleci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: Run CircleCI artifacts redirector
1010
steps:
1111
- name: GitHub Action step
12-
uses: larsoner/circleci-artifacts-redirector-action@master
12+
uses: scientific-python/circleci-artifacts-redirector-action@7eafdb60666f57706a5525a2f5eb76224dc8779b # v1.1.0
1313
with:
1414
repo-token: ${{ secrets.GITHUB_TOKEN }}
1515
api-token: ${{ secrets.CIRCLECI_TOKEN }}

0 commit comments

Comments
 (0)