Skip to content

Commit 09b7977

Browse files
committed
MNT: Use hash for Action workflow versions and update if needed
1 parent db58da8 commit 09b7977

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_workflows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414

1515
jobs:
1616
tests:
17-
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
17+
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@924441154cf3053034c6513d5e06c69d262fb9a6 # v1.13.0
1818
with:
1919
envs: |
2020
- linux: codestyle
@@ -33,7 +33,7 @@ jobs:
3333
- linux: py312-test-devdeps
3434
publish:
3535
needs: tests
36-
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v1
36+
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@924441154cf3053034c6513d5e06c69d262fb9a6 # v1.13.0
3737
with:
3838
test_extras: test
3939
test_command: pytest $GITHUB_WORKSPACE/tests; pytest --arraydiff $GITHUB_WORKSPACE/tests

0 commit comments

Comments
 (0)