Skip to content

Commit 5aec383

Browse files
Pin dependencies
1 parent e997d62 commit 5aec383

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@ jobs:
2121
# remove-docker-images: 'true'
2222
# remove-large-packages: 'true'
2323
# remove-cached-tools: 'true'
24-
- uses: actions/checkout@v4.2.2
25-
- uses: DeterminateSystems/nix-installer-action@v16
24+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
25+
- uses: DeterminateSystems/nix-installer-action@e50d5f73bfe71c2dd0aa4218de8f4afa59f8f81d # v16
2626
with:
2727
extra-conf: |
2828
build-dir = /opt
2929
download-buffer-size = 524288000
3030
extra-substituters = https://nix-community.cachix.org
3131
extra-trusted-public-keys = nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=
3232
- name: Setup Attic cache
33-
uses: ryanccn/attic-action@v0.3.1
33+
uses: ryanccn/attic-action@3354ae812cb672e1381be4c7914204c44db53866 # v0.3.1
3434
with:
3535
endpoint: ${{ vars.ATTIC_ENDPOINT }}
3636
cache: ${{ vars.ATTIC_CACHE }}

0 commit comments

Comments
 (0)