@@ -28,14 +28,14 @@ jobs:
2828 runs-on : ubuntu-latest
2929 steps :
3030 - name : Checkout code
31- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
31+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3232 with :
3333 fetch-depth : 0
3434 - uses : ./.github/actions/setup-go
3535 - name : Set up QEMU
36- uses : docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3
36+ uses : docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3
3737 - name : Set up Docker Buildx
38- uses : docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3
38+ uses : docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3
3939
4040 - name : Generate metadata cso
4141 id : metacso
@@ -47,14 +47,14 @@ jobs:
4747 metadata_tags : ${{ env.metadata_tags }}
4848
4949 - name : Login to ghcr.io for CI
50- uses : docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2 .0
50+ uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3 .0
5151 with :
5252 registry : ghcr.io
5353 username : ${{ github.actor }}
5454 password : ${{ secrets.GITHUB_TOKEN }}
5555
5656 - name : Install Cosign
57- uses : sigstore/cosign-installer@59acb6260d9c0ba8f4a2f9d9b48431a222b68e20 # v3.5 .0
57+ uses : sigstore/cosign-installer@dc72c7d5c4d10cd6bcb8cf6e3fd625a9e5e537da # v3.7 .0
5858
5959 - name : Setup Env
6060 run : |
6565
6666 # Load Golang cache build from GitHub
6767 - name : Load cso Golang cache build from GitHub
68- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0 .2
68+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1 .2
6969 id : cache
7070 with :
7171 path : /tmp/.cache/cso
8383
8484 # Import GitHub's cache build to docker cache
8585 - name : Copy cso Golang cache to docker cache
86- uses : docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6.1 .0
86+ uses : docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9 .0
8787 with :
8888 provenance : false
8989 context : /tmp/.cache/cso
9393 target : import-cache
9494
9595 - name : Build and push cso image
96- uses : docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6
96+ uses : docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6
9797 id : docker_build_release_cso
9898 with :
9999 provenance : false
@@ -120,7 +120,7 @@ jobs:
120120
121121 # Upload artifact digests
122122 - name : Upload artifact digests
123- uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3 .3
123+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4 .3
124124 with :
125125 name : image-digest
126126 path : image-digest
@@ -129,7 +129,7 @@ jobs:
129129 # Store docker's golang's cache build locally only on the main branch
130130 - name : Store cso Golang cache build locally
131131 if : ${{ steps.cache.outputs.cache-hit != 'true' }}
132- uses : docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6.1 .0
132+ uses : docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9 .0
133133 with :
134134 provenance : false
135135 context : .
0 commit comments