Skip to content

Commit ed26435

Browse files
authored
Merge pull request #48 from pllim/action-ver-hash
MNT: Use hash for Action workflow versions and update if needed
2 parents db58da8 + 532bce1 commit ed26435

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: ".github/workflows"
5+
schedule:
6+
interval: "monthly"
7+
groups:
8+
actions:
9+
patterns:
10+
- "*"

.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)