Skip to content

Commit 9aa8431

Browse files
committed
ci: pin actions by sha
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent 5a6d842 commit 9aa8431

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
runs-on: ${{ matrix.platform }}
2525
steps:
2626
- name: Checkout code
27-
uses: actions/checkout@v6
27+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2828
- name: Install Go ${{ matrix.go-version }}
29-
uses: actions/setup-go@v6
29+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
3030
with:
3131
go-version: ${{ matrix.go-version }}
3232
go-version-file: "go.mod" # used when go-version is not specified.

.github/workflows/validate.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ jobs:
2424
runs-on: ${{ matrix.platform }}
2525
steps:
2626
- name: Checkout code
27-
uses: actions/checkout@v6
27+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2828
- name: Install Go ${{ matrix.go-version }}
29-
uses: actions/setup-go@v6
29+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
3030
with:
3131
go-version: ${{ matrix.go-version }}
3232
go-version-file: "go.mod" # used when go-version is not specified.
3333
- name: Lint
34-
uses: golangci/golangci-lint-action@v9
34+
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9
3535
with:
3636
args: --timeout=5m --verbose

0 commit comments

Comments
 (0)