39
39
runs-on : ubuntu-latest
40
40
steps :
41
41
- name : Check out code
42
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
42
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
43
43
with :
44
44
persist-credentials : false
45
45
- run : scripts/report_uncleaned_snapshots.py
50
50
runs-on : ubuntu-latest
51
51
steps :
52
52
- name : Check out code
53
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
53
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
54
54
with :
55
55
persist-credentials : false
56
56
- name : Run lint action
@@ -62,11 +62,11 @@ jobs:
62
62
runs-on : ubuntu-latest
63
63
steps :
64
64
- name : Check out code
65
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
65
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
66
66
with :
67
67
persist-credentials : false
68
68
- name : Set up Go
69
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
69
+ uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
70
70
with :
71
71
go-version-file : .go-version
72
72
check-latest : true
@@ -78,11 +78,11 @@ jobs:
78
78
runs-on : ubuntu-latest
79
79
steps :
80
80
- name : Check out code
81
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
81
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
82
82
with :
83
83
persist-credentials : false
84
84
- run : scripts/build_test_images.sh
85
- - uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
85
+ - uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
86
86
with :
87
87
name : image-fixtures-${{ github.run_number }}-${{ github.run_attempt }}
88
88
path : internal/image/fixtures/*.tar
@@ -100,15 +100,15 @@ jobs:
100
100
runs-on : ${{ matrix.os }}
101
101
steps :
102
102
- name : Check out code
103
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
103
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
104
104
with :
105
105
persist-credentials : false
106
- - uses : actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
106
+ - uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
107
107
with :
108
108
name : image-fixtures-${{ github.run_number }}-${{ github.run_attempt }}
109
109
path : internal/image/fixtures/
110
110
- name : Set up Go
111
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
111
+ uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
112
112
with :
113
113
go-version-file : .go-version
114
114
check-latest : true
0 commit comments