File tree Expand file tree Collapse file tree 10 files changed +16
-16
lines changed Expand file tree Collapse file tree 10 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 22
22
- name : Checkout
23
23
uses : actions/checkout@b80ff79f1755d06ba70441c368a6fe801f5f3a62 # v4.0.0
24
24
- name : Setup Go
25
- uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
25
+ uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
26
26
with :
27
27
go-version-file : go.mod
28
28
- name : Setup Terraform
40
40
uses : fluxcd/pkg/actions/kustomize@1bfad582060d2d6e464756fbd5d7a2b2fa4f75b9 # main
41
41
- name : Get branch names
42
42
id : branch-name
43
- uses : tj-actions/branch-names@033f2358d95522973eee35810e35a86fae4a71d8 # v7 .0.5
43
+ uses : tj-actions/branch-names@6871f53176ad61624f978536bbf089c574dc19a2 # v8 .0.1
44
44
- name : Prepare
45
45
id : prep
46
46
run : |
Original file line number Diff line number Diff line change 18
18
contents : write
19
19
steps :
20
20
- uses : actions/checkout@b80ff79f1755d06ba70441c368a6fe801f5f3a62 # v4.0.0
21
- - uses : actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7 .0
21
+ - uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1 .0
22
22
with :
23
23
python-version : 3.x
24
24
- name : Install mkdocs
Original file line number Diff line number Diff line change @@ -27,14 +27,14 @@ jobs:
27
27
with :
28
28
version : 4.14.2
29
29
- name : Setup Go
30
- uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
30
+ uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
31
31
with :
32
32
go-version-file : go.mod
33
33
cache-dependency-path : |
34
34
**/go.sum
35
35
**/go.mod
36
36
- name : Cache Docker layers
37
- uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3 .2
37
+ uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0 .2
38
38
id : cache
39
39
with :
40
40
path : /tmp/.buildx-cache
Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ jobs:
19
19
fetch-depth : 0
20
20
21
21
- name : Set up Helm
22
- uses : azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3.5.0
22
+ uses : azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814 # v3.5.0
23
23
with :
24
24
version : latest
25
25
26
- - uses : actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7 .0
26
+ - uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1 .0
27
27
with :
28
28
python-version : " 3.10"
29
29
Original file line number Diff line number Diff line change 34
34
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
35
35
# format to the repository Actions tab.
36
36
- name : " Upload artifact"
37
- uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1 .3
37
+ uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3 .3
38
38
with :
39
39
name : SARIF file
40
40
path : results.sarif
Original file line number Diff line number Diff line change @@ -196,12 +196,12 @@ jobs:
196
196
kustomize build ./config/package > ./config/release/${{ env.CONTROLLER }}.packages.yaml
197
197
echo '[CHANGELOG](https://github.com/flux-iac/${{ env.CONTROLLER }}/blob/main/CHANGELOG.md)' > ./config/release/notes.md
198
198
- name : Setup Go
199
- uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
199
+ uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
200
200
with :
201
201
go-version-file : go.mod
202
202
- name : Create release
203
203
if : startsWith(github.ref, 'refs/tags/v')
204
- uses : goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 # v5 .0.0
204
+ uses : goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6 .0.0
205
205
with :
206
206
version : latest
207
207
args : release --release-notes=./config/release/notes.md --skip-validate
Original file line number Diff line number Diff line change 17
17
steps :
18
18
- uses : actions/checkout@b80ff79f1755d06ba70441c368a6fe801f5f3a62 # v4.0.0
19
19
- name : Run FOSSA scan and upload build data
20
- uses : fossa-contrib/fossa-action@6728dc6fe9a068c648d080c33829ffbe56565023 # v2 .0.0
20
+ uses : fossa-contrib/fossa-action@cdc5065bcdee31a32e47d4585df72d66e8e941c2 # v3 .0.0
21
21
with :
22
22
# FOSSA Push-Only API Token
23
23
fossa-api-key : b429fea44d610229ac091ed8d1223bb9
32
32
- name : Checkout repository
33
33
uses : actions/checkout@b80ff79f1755d06ba70441c368a6fe801f5f3a62 # v4.0.0
34
34
- name : Setup Go
35
- uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
35
+ uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
36
36
with :
37
37
go-version-file : go.mod
38
38
cache-dependency-path : |
Original file line number Diff line number Diff line change 15
15
- name : Checkout
16
16
uses : actions/checkout@b80ff79f1755d06ba70441c368a6fe801f5f3a62 # v4.0.0
17
17
- name : Setup Go
18
- uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
18
+ uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
19
19
with :
20
20
go-version-file : go.mod
21
21
cache-dependency-path : |
Original file line number Diff line number Diff line change 60
60
- name : Checkout
61
61
uses : actions/checkout@b80ff79f1755d06ba70441c368a6fe801f5f3a62 # v4.0.0
62
62
- name : Setup Go
63
- uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
63
+ uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
64
64
with :
65
65
go-version-file : go.mod
66
66
cache-dependency-path : |
87
87
- name : Checkout
88
88
uses : actions/checkout@b80ff79f1755d06ba70441c368a6fe801f5f3a62 # v4.0.0
89
89
- name : Setup Go
90
- uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
90
+ uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
91
91
with :
92
92
go-version-file : go.mod
93
93
cache-dependency-path : |
Original file line number Diff line number Diff line change 21
21
- name : Checkout
22
22
uses : actions/checkout@b80ff79f1755d06ba70441c368a6fe801f5f3a62 # v4.0.0
23
23
- name : Setup Go
24
- uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
24
+ uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
25
25
with :
26
26
go-version-file : go.mod
27
27
cache-dependency-path : |
You can’t perform that action at this time.
0 commit comments