File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed
Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1- 1.1.16
1+ 1.1.17
Original file line number Diff line number Diff line change 2828 runs-on : ubuntu-latest
2929 steps :
3030 - name : Checkout code
31- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
31+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
3232 with :
3333 fetch-depth : 0
3434 - uses : ./.github/actions/setup-go
9393 target : import-cache
9494
9595 - name : Build and push cso image
96- uses : docker/build-push-action@c382f710d39a5bb4e430307530a720f50c2d3318 # v6
96+ uses : docker/build-push-action@94f8f8c2eec4bc3f1d78c1755580779804cb87b2 # v6
9797 id : docker_build_release_cso
9898 with :
9999 provenance : false
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@a5ac7e51b41094c92402da3b24376905380afc29 # v4
19+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # 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.16
24+ image : ghcr.io/sovereigncloudstack/cso-builder:1.1.17
2525 credentials :
2626 username : ${{ github.actor }}
2727 password : ${{ secrets.github_token }}
Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 steps :
2020 - name : Checkout code
21- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
21+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
2222 with :
2323 fetch-depth : 0
2424 - uses : ./.github/actions/setup-go
6161 echo 'EOF' >> $GITHUB_ENV
6262
6363 - name : Build and push cso image
64- uses : docker/build-push-action@c382f710d39a5bb4e430307530a720f50c2d3318 # v6
64+ uses : docker/build-push-action@94f8f8c2eec4bc3f1d78c1755580779804cb87b2 # v6
6565 id : docker_build_release_cso
6666 with :
6767 provenance : false
@@ -135,7 +135,7 @@ jobs:
135135 run : echo "RELEASE_TAG=${GITHUB_REF:10}" >> $GITHUB_ENV
136136
137137 - name : checkout code
138- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
138+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # 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@69320dbe05506a9a39fc8ae11030b214ec2d1f87 # v2
162+ uses : softprops/action-gh-release@a74c6b72af54cfa997e81df42d94703d6313a2d0 # 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.16
12+ image : ghcr.io/sovereigncloudstack/cso-builder:1.1.17
1313 credentials :
1414 username : ${{ github.actor }}
1515 password : ${{ secrets.github_token }}
You can’t perform that action at this time.
0 commit comments