3434 runs-on : ubuntu-latest
3535 steps :
3636 - name : Check out code
37- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
37+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
3838 with :
3939 persist-credentials : false
4040 - run : scripts/report_uncleaned_snapshots.py
4545 runs-on : ubuntu-latest
4646 steps :
4747 - name : Check out code
48- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
48+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
4949 with :
5050 persist-credentials : false
5151 - name : Run lint action
5757 runs-on : ubuntu-latest
5858 steps :
5959 - name : Check out code
60- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
60+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
6161 with :
6262 persist-credentials : false
6363 - name : Set up Go
@@ -73,11 +73,11 @@ jobs:
7373 runs-on : ubuntu-latest
7474 steps :
7575 - name : Check out code
76- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
76+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
7777 with :
7878 persist-credentials : false
7979 - run : scripts/build_test_images.sh
80- - uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
80+ - uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
8181 with :
8282 name : image-fixtures-${{ github.run_number }}-${{ github.run_attempt }}
8383 path : internal/image/fixtures/*.tar
@@ -95,10 +95,10 @@ jobs:
9595 runs-on : ${{ matrix.os }}
9696 steps :
9797 - name : Check out code
98- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
98+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
9999 with :
100100 persist-credentials : false
101- - uses : actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
101+ - uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
102102 with :
103103 name : image-fixtures-${{ github.run_number }}-${{ github.run_attempt }}
104104 path : internal/image/fixtures/
0 commit comments