@@ -14,21 +14,21 @@ jobs:
1414 name : Test
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v6
17+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1818
19- - uses : actions/setup-go@v6
19+ - uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
2020 with :
2121 go-version-file : go.mod
2222 cache : true
2323
2424 # Required by: internal/utils/credentials/keyring_test.go
25- - uses : t1m0thyj/unlock-keyring@v1
25+ - uses : t1m0thyj/unlock-keyring@728cc718a07b5e7b62c269fc89295e248b24cba7 # v1.1.0
2626 - run : |
2727 pkgs=$(go list ./pkg/... | grep -Ev 'pkg/api' | paste -sd ',' -)
2828 go tool gotestsum -- -race -v -count=1 ./... \
2929 -coverpkg="./cmd/...,./internal/...,${pkgs}" -coverprofile=coverage.out
3030
31- - uses : actions/upload-artifact@v7
31+ - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
3232 with :
3333 name : code-coverage-report
3434 path : coverage.out
@@ -39,10 +39,10 @@ jobs:
3939 - test
4040 runs-on : ubuntu-latest
4141 steps :
42- - uses : actions/download-artifact@v8
42+ - uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
4343 with :
4444 name : code-coverage-report
45- - uses : coverallsapp/github-action@v2
45+ - uses : coverallsapp/github-action@5cbfd81b66ca5d10c19b062c04de0199c215fb6e # v2.3.7
4646 with :
4747 file : coverage.out
4848 format : golang
@@ -51,15 +51,15 @@ jobs:
5151 name : Lint
5252 runs-on : ubuntu-latest
5353 steps :
54- - uses : actions/checkout@v6
54+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5555
56- - uses : actions/setup-go@v6
56+ - uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
5757 with :
5858 go-version-file : go.mod
5959 # Linter requires no cache
6060 cache : false
6161
62- - uses : golangci/golangci-lint-action@v9
62+ - uses : golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
6363 with :
6464 args : --timeout 3m --verbose
6565 version : latest
6969 name : Start
7070 runs-on : ubuntu-latest
7171 steps :
72- - uses : actions/checkout@v6
73- - uses : actions/setup-go@v6
72+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
73+ - uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
7474 with :
7575 go-version-file : go.mod
7676 cache : true
9292 if : ${{ !github.event.pull_request.head.repo.fork }}
9393 runs-on : ubuntu-latest
9494 steps :
95- - uses : actions/checkout@v6
96- - uses : actions/setup-go@v6
95+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
96+ - uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
9797 with :
9898 go-version-file : go.mod
9999 cache : true
@@ -107,9 +107,9 @@ jobs:
107107 name : Codegen
108108 runs-on : ubuntu-latest
109109 steps :
110- - uses : actions/checkout@v6
110+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
111111
112- - uses : actions/setup-go@v6
112+ - uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
113113 with :
114114 go-version-file : go.mod
115115 cache : true
0 commit comments