3939 runs-on : ubuntu-latest
4040 steps :
4141 - name : Check out code
42- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
42+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
4343 with :
4444 persist-credentials : false
4545 - run : scripts/report_uncleaned_snapshots.py
5050 runs-on : ubuntu-latest
5151 steps :
5252 - name : Check out code
53- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
53+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
5454 with :
5555 persist-credentials : false
5656 - name : Run lint action
@@ -62,11 +62,11 @@ jobs:
6262 runs-on : ubuntu-latest
6363 steps :
6464 - name : Check out code
65- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
65+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
6666 with :
6767 persist-credentials : false
6868 - name : Set up Go
69- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
69+ uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
7070 with :
7171 go-version-file : .go-version
7272 check-latest : true
@@ -78,11 +78,11 @@ jobs:
7878 runs-on : ubuntu-latest
7979 steps :
8080 - name : Check out code
81- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
81+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
8282 with :
8383 persist-credentials : false
8484 - run : scripts/build_test_images.sh
85- - uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
85+ - uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
8686 with :
8787 name : image-fixtures-${{ github.run_number }}-${{ github.run_attempt }}
8888 path : internal/image/fixtures/*.tar
@@ -100,15 +100,15 @@ jobs:
100100 runs-on : ${{ matrix.os }}
101101 steps :
102102 - name : Check out code
103- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
103+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
104104 with :
105105 persist-credentials : false
106- - uses : actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
106+ - uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
107107 with :
108108 name : image-fixtures-${{ github.run_number }}-${{ github.run_attempt }}
109109 path : internal/image/fixtures/
110110 - name : Set up Go
111- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
111+ uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
112112 with :
113113 go-version-file : .go-version
114114 check-latest : true
0 commit comments