This repository was archived by the owner on Dec 16, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 9191
9292 # Import GitHub's cache build to docker cache
9393 - name : Copy cspo Golang cache to docker cache
94- uses : docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6.1 .0
94+ uses : docker/build-push-action@15560696de535e4014efeff63c48f16952e52dd1 # v6.2 .0
9595 with :
9696 provenance : false
9797 context : /tmp/.cache/cspo
@@ -101,7 +101,7 @@ jobs:
101101 target : import-cache
102102
103103 - name : Build and push cspo image
104- uses : docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6
104+ uses : docker/build-push-action@15560696de535e4014efeff63c48f16952e52dd1 # v6
105105 id : docker_build_release_cspo
106106 with :
107107 provenance : false
@@ -154,7 +154,7 @@ jobs:
154154 # Store docker's golang's cache build locally only on the main branch
155155 - name : Store cspo Golang cache build locally
156156 if : ${{ steps.cache.outputs.cache-hit != 'true' }}
157- uses : docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6.1 .0
157+ uses : docker/build-push-action@15560696de535e4014efeff63c48f16952e52dd1 # v6.2 .0
158158 with :
159159 provenance : false
160160 context : .
Original file line number Diff line number Diff line change 4242 done
4343
4444 - name : Generate Token
45- uses : actions/create-github-app-token@c8f55efbd427e7465d6da1106e7979bc8aaee856 # v1
45+ uses : actions/create-github-app-token@ad38cffc07bac6e3857755914c4c88bfd2db4da4 # v1
4646 id : generate-token
4747 with :
4848 app-id : ${{ secrets.SCS_APP_ID }}
Original file line number Diff line number Diff line change 6060 echo 'EOF' >> $GITHUB_ENV
6161
6262 - name : Build and push cspo image
63- uses : docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6
63+ uses : docker/build-push-action@15560696de535e4014efeff63c48f16952e52dd1 # v6
6464 id : docker_build_release_cspo
6565 with :
6666 provenance : false
Original file line number Diff line number Diff line change 3838 uses : docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3
3939
4040 - name : Generate Token
41- uses : actions/create-github-app-token@c8f55efbd427e7465d6da1106e7979bc8aaee856 # v1
41+ uses : actions/create-github-app-token@ad38cffc07bac6e3857755914c4c88bfd2db4da4 # v1
4242 id : generate-token
4343 with :
4444 app-id : ${{ secrets.SCS_APP_ID }}
You can’t perform that action at this time.
0 commit comments