Skip to content

Commit f0881fa

Browse files
dekimseymartinbaillie
authored andcommitted
ci: Pin all workflows
1 parent 851dd94 commit f0881fa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ jobs:
44
build:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v4
8-
- uses: DeterminateSystems/nix-installer-action@main
9-
- uses: DeterminateSystems/magic-nix-cache-action@main
7+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
8+
- uses: DeterminateSystems/nix-installer-action@21a544727d0c62386e78b4befe52d19ad12692e3 # v17
9+
- uses: DeterminateSystems/magic-nix-cache-action@def9f5a5c6a6b8751c0534e8813a5d0ad2635660 # v11
1010
- run: nix develop --command bash -c "lint && integration"
11-
- uses: codecov/[email protected]
11+
- uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2
1212
with:
1313
token: ${{ secrets.CODECOV_TOKEN }}
1414
file: test/coverage.out

0 commit comments

Comments
 (0)