File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -16,3 +16,7 @@ updates:
16
16
directory : /
17
17
schedule :
18
18
interval : weekly
19
+ groups :
20
+ actions :
21
+ patterns :
22
+ - " actions/*"
Original file line number Diff line number Diff line change 8
8
lint :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v4
12
- - uses : actions/setup-go@v5
11
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
12
+ - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
13
13
with :
14
14
go-version : 1.x
15
15
cache-dependency-path : " **/go.sum"
Original file line number Diff line number Diff line change @@ -39,10 +39,10 @@ jobs:
39
39
runs-on : ${{ matrix.platform }}
40
40
41
41
steps :
42
- - uses : actions/setup-go@v5
42
+ - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
43
43
with :
44
44
go-version : ${{ matrix.go-version }}
45
- - uses : actions/checkout@v4
45
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
46
46
47
47
# Get values for cache paths to be used in later steps
48
48
- id : cache-paths
51
51
echo "go-mod-cache=$(go env GOMODCACHE)" >> $GITHUB_OUTPUT
52
52
53
53
- name : Cache go modules
54
- uses : actions/cache@v4
54
+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
55
55
with :
56
56
path : |
57
57
${{ steps.cache-paths.outputs.go-cache }}
73
73
74
74
- name : Upload coverage to Codecov
75
75
if : ${{ matrix.update-coverage }}
76
- uses : codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2
76
+ uses : codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2
You can’t perform that action at this time.
0 commit comments