File tree Expand file tree Collapse file tree 11 files changed +22
-22
lines changed Expand file tree Collapse file tree 11 files changed +22
-22
lines changed Original file line number Diff line number Diff line change 1
- 1.1.33
1
+ 1.1.34
Original file line number Diff line number Diff line change 22
22
steps :
23
23
- name : Docker manager metadata
24
24
id : meta
25
- uses : docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5.7 .0
25
+ uses : docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8 .0
26
26
with :
27
27
images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
28
28
flavor : ${{ inputs.metadata_flavor }}
Original file line number Diff line number Diff line change 6
6
- name : Install go
7
7
uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
8
8
with :
9
- go-version : " 1.24 "
9
+ go-version : " 1.25 "
10
10
go-version-file : " go.mod"
11
11
cache : true
12
12
cache-dependency-path : go.sum
@@ -16,14 +16,14 @@ runs:
16
16
echo "::set-output name=go-build::$(go env GOCACHE)"
17
17
echo "::set-output name=go-mod::$(go env GOMODCACHE)"
18
18
- name : Go Mod Cache
19
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
19
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
20
20
with :
21
21
path : ${{ steps.go-cache-paths.outputs.go-mod }}
22
22
key : ${{ runner.os }}-go-mod-${{ hashFiles('**/go.sum') }}
23
23
restore-keys : |
24
24
${{ runner.os }}-go-mod-
25
25
- name : Go Build Cache
26
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
26
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
27
27
with :
28
28
path : ${{ steps.go-cache-paths.outputs.go-build }}
29
29
key : ${{ runner.os }}-go-build-${{ hashFiles('**/go.sum') }}
Original file line number Diff line number Diff line change 28
28
runs-on : ubuntu-latest
29
29
steps :
30
30
- name : Checkout code
31
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
31
+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
32
32
with :
33
33
fetch-depth : 0
34
34
- uses : ./.github/actions/setup-go
@@ -47,14 +47,14 @@ jobs:
47
47
metadata_tags : ${{ env.metadata_tags }}
48
48
49
49
- name : Login to ghcr.io for CI
50
- uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0
50
+ uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
51
51
with :
52
52
registry : ghcr.io
53
53
username : ${{ github.actor }}
54
54
password : ${{ secrets.GITHUB_TOKEN }}
55
55
56
56
- name : Install Cosign
57
- uses : sigstore/cosign-installer@398d4b0eeef1380460a10c8013a76f728fb906ac # v3.9.1
57
+ uses : sigstore/cosign-installer@d7543c93d881b35a8faa02e8e3605f69b7a1ce62 # v3.10.0
58
58
59
59
- name : Setup Env
60
60
run : |
Original file line number Diff line number Diff line change 16
16
name : check for kubebuilder markers
17
17
runs-on : ubuntu-24.04
18
18
steps :
19
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
19
+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
20
20
21
21
# go is required for building controller-gen
22
22
- uses : ./.github/actions/setup-go
Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ jobs:
21
21
if : github.event_name != 'pull_request' || !github.event.pull_request.draft
22
22
runs-on : ubuntu-latest
23
23
container :
24
- image : ghcr.io/sovereigncloudstack/cso-builder:1.1.33
24
+ image : ghcr.io/sovereigncloudstack/cso-builder:1.1.34
25
25
credentials :
26
26
username : ${{ github.actor }}
27
27
password : ${{ secrets.github_token }}
28
28
steps :
29
29
- name : Checkout repository
30
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
30
+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
31
31
with :
32
32
ref : ${{ github.event.pull_request.head.sha }}
33
33
Original file line number Diff line number Diff line change 16
16
github_token : ${{ secrets.GITHUB_TOKEN }}
17
17
18
18
- name : Checkout repository
19
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
19
+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
20
20
with :
21
21
ref : ${{ github.event.pull_request.head.sha }}
22
22
Original file line number Diff line number Diff line change 18
18
runs-on : ubuntu-latest
19
19
steps :
20
20
- name : Checkout code
21
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
21
+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
22
22
with :
23
23
fetch-depth : 0
24
24
- uses : ./.github/actions/setup-go
@@ -37,14 +37,14 @@ jobs:
37
37
metadata_tags : ${{ env.metadata_tags }}
38
38
39
39
- name : Login to ghcr.io for CI
40
- uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0
40
+ uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
41
41
with :
42
42
registry : ghcr.io
43
43
username : ${{ github.actor }}
44
44
password : ${{ secrets.GITHUB_TOKEN }}
45
45
46
46
- name : Install Cosign
47
- uses : sigstore/cosign-installer@398d4b0eeef1380460a10c8013a76f728fb906ac # v3.9.1
47
+ uses : sigstore/cosign-installer@d7543c93d881b35a8faa02e8e3605f69b7a1ce62 # v3.10.0
48
48
49
49
- name : Install Bom
50
50
shell : bash
@@ -135,7 +135,7 @@ jobs:
135
135
run : echo "RELEASE_TAG=${GITHUB_REF:10}" >> $GITHUB_ENV
136
136
137
137
- name : checkout code
138
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
138
+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
139
139
with :
140
140
fetch-depth : 0
141
141
@@ -155,7 +155,7 @@ jobs:
155
155
make release-notes
156
156
157
157
- name : Release
158
- uses : softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2
158
+ uses : softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836 # v2
159
159
with :
160
160
draft : true
161
161
files : out/*
Original file line number Diff line number Diff line change 9
9
name : Trivy
10
10
runs-on : ubuntu-latest
11
11
container :
12
- image : ghcr.io/sovereigncloudstack/cso-builder:1.1.33
12
+ image : ghcr.io/sovereigncloudstack/cso-builder:1.1.34
13
13
credentials :
14
14
username : ${{ github.actor }}
15
15
password : ${{ secrets.github_token }}
16
16
steps :
17
17
- name : Checkout repository
18
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18
+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
19
19
- name : Fixup git permissions
20
20
# https://github.com/actions/checkout/issues/766
21
21
shell : bash
Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ jobs:
30
30
runs-on : ubuntu-latest
31
31
steps :
32
32
- name : Checkout
33
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
33
+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
34
34
35
35
- name : Generate Token
36
- uses : actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2
36
+ uses : actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2
37
37
38
38
id : generate-token
39
39
with :
You can’t perform that action at this time.
0 commit comments