File tree Expand file tree Collapse file tree 8 files changed +15
-15
lines changed
Expand file tree Collapse file tree 8 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 1- 1.1.6
1+ 1.1.7
Original file line number Diff line number Diff line change @@ -15,14 +15,14 @@ runs:
1515 echo "::set-output name=go-build::$(go env GOCACHE)"
1616 echo "::set-output name=go-mod::$(go env GOMODCACHE)"
1717 - name : Go Mod Cache
18- uses : actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4
18+ uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
1919 with :
2020 path : ${{ steps.go-cache-paths.outputs.go-mod }}
2121 key : ${{ runner.os }}-go-mod-${{ hashFiles('**/go.sum') }}
2222 restore-keys : |
2323 ${{ runner.os }}-go-mod-
2424 - name : Go Build Cache
25- uses : actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4
25+ uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
2626 with :
2727 path : ${{ steps.go-cache-paths.outputs.go-build }}
2828 key : ${{ runner.os }}-go-build-${{ hashFiles('**/go.sum') }}
Original file line number Diff line number Diff line change @@ -28,14 +28,14 @@ jobs:
2828 runs-on : ubuntu-latest
2929 steps :
3030 - name : Checkout code
31- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
31+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
3232 with :
3333 fetch-depth : 0
3434 - uses : ./.github/actions/setup-go
3535 - name : Set up QEMU
3636 uses : docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3
3737 - name : Set up Docker Buildx
38- uses : docker/setup-buildx-action@2b51285047da1547ffb1b2203d8be4c0af6b1f20 # v3
38+ uses : docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3
3939
4040 - name : Generate metadata cso
4141 id : metacso
5454 password : ${{ secrets.GITHUB_TOKEN }}
5555
5656 - name : Install Cosign
57- uses : sigstore/cosign-installer@e1523de7571e31dbe865fd2e80c5c7c23ae71eb4 # v3.4 .0
57+ uses : sigstore/cosign-installer@59acb6260d9c0ba8f4a2f9d9b48431a222b68e20 # v3.5 .0
5858
5959 - name : Setup Env
6060 run : |
Original file line number Diff line number Diff line change 1616 name : check for kubebuilder markers
1717 runs-on : ubuntu-22.04
1818 steps :
19- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
19+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
2020
2121 # go is required for building controller-gen
2222 - uses : ./.github/actions/setup-go
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.6
24+ image : ghcr.io/sovereigncloudstack/cso-builder:1.1.7
2525 credentials :
2626 username : ${{ github.actor }}
2727 password : ${{ secrets.github_token }}
Original file line number Diff line number Diff line change @@ -18,14 +18,14 @@ jobs:
1818 runs-on : ubuntu-latest
1919 steps :
2020 - name : Checkout code
21- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
21+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
2222 with :
2323 fetch-depth : 0
2424 - uses : ./.github/actions/setup-go
2525 - name : Set up QEMU
2626 uses : docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3
2727 - name : Set up Docker Buildx
28- uses : docker/setup-buildx-action@2b51285047da1547ffb1b2203d8be4c0af6b1f20 # v3
28+ uses : docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3
2929
3030 - name : Generate metadata cso
3131 id : metacso
4444 password : ${{ secrets.GITHUB_TOKEN }}
4545
4646 - name : Install Cosign
47- uses : sigstore/cosign-installer@e1523de7571e31dbe865fd2e80c5c7c23ae71eb4 # v3.4 .0
47+ uses : sigstore/cosign-installer@59acb6260d9c0ba8f4a2f9d9b48431a222b68e20 # v3.5 .0
4848
4949 - name : Install Bom
5050 shell : bash
@@ -135,7 +135,7 @@ jobs:
135135 run : echo "RELEASE_TAG=${GITHUB_REF:10}" >> $GITHUB_ENV
136136
137137 - name : checkout code
138- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
138+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
139139 with :
140140 fetch-depth : 0
141141
@@ -159,7 +159,7 @@ jobs:
159159 make release-notes
160160
161161 - name : Release
162- uses : softprops/action-gh-release@9d7c94cfd0a1f3ed45544c887983e9fa900f0564 # v2
162+ uses : softprops/action-gh-release@69320dbe05506a9a39fc8ae11030b214ec2d1f87 # v2
163163 with :
164164 draft : true
165165 files : out/*
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.6
12+ image : ghcr.io/sovereigncloudstack/cso-builder:1.1.7
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
3434
3535 - name : Generate Token
36- uses : actions/create-github-app-token@f2acddfb5195534d487896a656232b016a682f3c # v1
36+ uses : actions/create-github-app-token@a0de6af83968303c8c955486bf9739a57d23c7f1 # 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