File tree Expand file tree Collapse file tree 10 files changed +19
-19
lines changed Expand file tree Collapse file tree 10 files changed +19
-19
lines changed 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 2222 steps :
2323 - name : Docker manager metadata
2424 id : meta
25- uses : docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8 .0
25+ uses : docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10 .0
2626 with :
2727 images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
2828 flavor : ${{ inputs.metadata_flavor }}
Original file line number Diff line number Diff line change 44 using : " composite"
55 steps :
66 - name : Install go
7- uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
7+ uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0
88 with :
99 go-version : " 1.25"
1010 go-version-file : " go.mod"
@@ -16,14 +16,14 @@ runs:
1616 echo "::set-output name=go-build::$(go env GOCACHE)"
1717 echo "::set-output name=go-mod::$(go env GOMODCACHE)"
1818 - name : Go Mod Cache
19- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
19+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
2020 with :
2121 path : ${{ steps.go-cache-paths.outputs.go-mod }}
2222 key : ${{ runner.os }}-go-mod-${{ hashFiles('**/go.sum') }}
2323 restore-keys : |
2424 ${{ runner.os }}-go-mod-
2525 - name : Go Build Cache
26- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
26+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
2727 with :
2828 path : ${{ steps.go-cache-paths.outputs.go-build }}
2929 key : ${{ runner.os }}-go-build-${{ hashFiles('**/go.sum') }}
Original file line number Diff line number Diff line change @@ -28,12 +28,12 @@ jobs:
2828 runs-on : ubuntu-latest
2929 steps :
3030 - name : Checkout code
31- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
31+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
3232 with :
3333 fetch-depth : 0
3434 - uses : ./.github/actions/setup-go
3535 - name : Set up QEMU
36- uses : docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3
36+ uses : docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3
3737 - name : Set up Docker Buildx
3838 uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3
3939
4747 metadata_tags : ${{ env.metadata_tags }}
4848
4949 - name : Login to ghcr.io for CI
50- uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
50+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
5151 with :
5252 registry : ghcr.io
5353 username : ${{ github.actor }}
6565
6666 # Load Golang cache build from GitHub
6767 - name : Load cso Golang cache build from GitHub
68- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
68+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
6969 id : cache
7070 with :
7171 path : /tmp/.cache/cso
Original file line number Diff line number Diff line change 1616 name : check for kubebuilder markers
1717 runs-on : ubuntu-24.04
1818 steps :
19- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
19+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # 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.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 @@ -18,12 +18,12 @@ jobs:
1818 runs-on : ubuntu-latest
1919 steps :
2020 - name : Checkout code
21- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
21+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
2222 with :
2323 fetch-depth : 0
2424 - uses : ./.github/actions/setup-go
2525 - name : Set up QEMU
26- uses : docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3
26+ uses : docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3
2727 - name : Set up Docker Buildx
2828 uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3
2929
3737 metadata_tags : ${{ env.metadata_tags }}
3838
3939 - name : Login to ghcr.io for CI
40- uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
40+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
4141 with :
4242 registry : ghcr.io
4343 username : ${{ github.actor }}
@@ -135,7 +135,7 @@ jobs:
135135 run : echo "RELEASE_TAG=${GITHUB_REF:10}" >> $GITHUB_ENV
136136
137137 - name : checkout code
138- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
138+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
139139 with :
140140 fetch-depth : 0
141141
@@ -155,7 +155,7 @@ jobs:
155155 make release-notes
156156
157157 - name : Release
158- uses : softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836 # v2
158+ uses : softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2
159159 with :
160160 draft : true
161161 files : out/*
Original file line number Diff line number Diff line change 1515 steps :
1616 # Load Golang cache build from GitHub
1717 - name : Load cso Golang cache build from GitHub
18- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
18+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
1919 id : cache
2020 with :
2121 path : /tmp/.cache/cso
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 }}
Original file line number Diff line number Diff line change 3333 uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
3434
3535 - name : Generate Token
36- uses : actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2
36+ uses : actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2
3737
3838 id : generate-token
3939 with :
You can’t perform that action at this time.
0 commit comments