File tree Expand file tree Collapse file tree 7 files changed +11
-11
lines changed
Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1- 1.1.3
1+ 1.1.4
Original file line number Diff line number Diff line change 5454 password : ${{ secrets.GITHUB_TOKEN }}
5555
5656 - name : Install Cosign
57- uses : sigstore/cosign-installer@dd6b2e2b610a11fd73dd187a43d57cc1394e35f9 # v3.0.5
57+ uses : sigstore/cosign-installer@e1523de7571e31dbe865fd2e80c5c7c23ae71eb4 # v3.4.0
5858
5959 - name : Setup Env
6060 run : |
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@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1 .0
86+ uses : docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e # v5.2 .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@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5
96+ uses : docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e # v5
9797 id : docker_build_release_cso
9898 with :
9999 provenance : false
@@ -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@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1 .0
132+ uses : docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e # v5.2 .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.3
24+ image : ghcr.io/sovereigncloudstack/cso-builder:1.1.4
2525 credentials :
2626 username : ${{ github.actor }}
2727 password : ${{ secrets.github_token }}
Original file line number Diff line number Diff line change 1111 steps :
1212 - name : Verifier action
1313 id : verifier
14- uses : kubernetes-sigs/kubebuilder-release-tools@4f3d1085b4458a49ed86918b4b55505716715b77 # v0.3.0
14+ uses : kubernetes-sigs/kubebuilder-release-tools@012269a88fa4c034a0acf1ba84c26b195c0dbab4 # v0.4.3
1515 with :
1616 github_token : ${{ secrets.GITHUB_TOKEN }}
1717
Original file line number Diff line number Diff line change 4444 password : ${{ secrets.GITHUB_TOKEN }}
4545
4646 - name : Install Cosign
47- uses : sigstore/cosign-installer@dd6b2e2b610a11fd73dd187a43d57cc1394e35f9 # v3.0.5
47+ uses : sigstore/cosign-installer@e1523de7571e31dbe865fd2e80c5c7c23ae71eb4 # v3.4.0
4848
4949 - name : Install Bom
5050 shell : bash
6161 echo 'EOF' >> $GITHUB_ENV
6262
6363 - name : Build and push cso image
64- uses : docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5
64+ uses : docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e # v5
6565 id : docker_build_release_cso
6666 with :
6767 provenance : false
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.3
12+ image : ghcr.io/sovereigncloudstack/cso-builder:1.1.4
1313 credentials :
1414 username : ${{ github.actor }}
1515 password : ${{ secrets.github_token }}
Original file line number Diff line number Diff line change 3333 uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
3434
3535 - name : Generate Token
36- uses : actions/create-github-app-token@f4c6bf6752984b3a29fcc135a5e70eb792c40c6b # v1
36+ uses : actions/create-github-app-token@f2acddfb5195534d487896a656232b016a682f3c # v1
3737 id : generate-token
3838 with :
3939 app-id : ${{ secrets.SCS_APP_ID }}
You can’t perform that action at this time.
0 commit comments