Skip to content

Commit 546551f

Browse files
committed
ci: pin GitHub Action versions
1 parent 9ca44ae commit 546551f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/.validate-modules.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
steps:
1111
- name: Checkout code
12-
uses: actions/checkout@v2
12+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1313

1414
- name: Run validation script
1515
run: ci/validate_modules.sh

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
name: build
22
on:
33
push:
4-
branches: [ main ]
4+
branches: [main]
55
pull_request:
6-
branches: [ main ]
6+
branches: [main]
77
merge_group:
88

99
jobs:
1010
pre-commit:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1414

1515
- uses: meshcloud/setup-collie@main
1616

17-
- uses: nixbuild/nix-quick-install-action@v26
17+
- uses: nixbuild/nix-quick-install-action@1fe9e97a7bb9eea2f717fa55360c33293d5e2524 # v26
1818
with:
1919
nix_on_tmpfs: true
2020

21-
- uses: rrbutani/use-nix-shell-action@v1
21+
- uses: rrbutani/use-nix-shell-action@59a52b2b9bbfe3cc0e7deb8f9059abe37a439edf # v1
2222
with:
2323
devShell: .#github_actions # use a special github actions shell
2424

0 commit comments

Comments
 (0)