File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- 1.1.34
1+ 1.1.35
Original file line number Diff line number Diff line change 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@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18 .0
86+ uses : docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0 .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@263435318d21b8e681c14492fe198d362a7d2c83 # v6
96+ uses : docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7
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@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
123+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
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@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18 .0
132+ uses : docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0 .0
133133 with :
134134 provenance : false
135135 context : .
Original file line number Diff line number Diff line change 2121 if : github.event_name != 'pull_request' || !github.event.pull_request.draft
2222 runs-on : ubuntu-latest
2323 container :
24- image : ghcr.io/sovereigncloudstack/cso-builder:1.1.34
24+ image : ghcr.io/sovereigncloudstack/cso-builder:1.1.35
2525 credentials :
2626 username : ${{ github.actor }}
2727 password : ${{ secrets.github_token }}
Original file line number Diff line number Diff line change 6161 echo 'EOF' >> $GITHUB_ENV
6262
6363 - name : Build and push cso image
64- uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
64+ uses : docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7
6565 id : docker_build_release_cso
6666 with :
6767 provenance : false
@@ -106,7 +106,7 @@ jobs:
106106
107107 # Upload artifact digests
108108 - name : Upload artifact digests
109- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
109+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
110110 with :
111111 name : image-digest cso
112112 path : image-digest
Original file line number Diff line number Diff line change 99 name : Trivy
1010 runs-on : ubuntu-latest
1111 container :
12- image : ghcr.io/sovereigncloudstack/cso-builder:1.1.34
12+ image : ghcr.io/sovereigncloudstack/cso-builder:1.1.35
1313 credentials :
1414 username : ${{ github.actor }}
1515 password : ${{ secrets.github_token }}
You can’t perform that action at this time.
0 commit comments