Skip to content

Commit f746362

Browse files
committed
ci: pin actions by sha
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent 70832c5 commit f746362

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,19 @@ jobs:
2222
runs-on: ${{ matrix.os }}
2323
timeout-minutes: 10
2424
steps:
25-
- uses: actions/checkout@v6.0.2
25+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2626
with:
2727
persist-credentials: false
2828

2929
- name: Set up Go
30-
uses: actions/setup-go@v6.4.0
30+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
3131
with:
3232
cache: false
3333
go-version: ${{ matrix.go-version }}
3434
go-version-file: ./go.mod # used when go-version is not specified.
3535

3636
- name: lint
37-
uses: golangci/golangci-lint-action@v9.2.0
37+
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
3838
with:
3939
version: v2.11
4040
args: --timeout=10m --verbose
@@ -46,6 +46,6 @@ jobs:
4646
MSYS_NO_PATHCONV: '1'
4747

4848
- name: Codecov
49-
uses: codecov/codecov-action@v6.0.0
49+
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
5050
with:
5151
directory: ./

0 commit comments

Comments
 (0)