File tree Expand file tree Collapse file tree 8 files changed +11
-11
lines changed Expand file tree Collapse file tree 8 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
gosec :
11
- uses : ckotzbauer/actions-toolkit/.github/workflows/toolkit-lint.yml@0.45.0
11
+ uses : ckotzbauer/actions-toolkit/.github/workflows/toolkit-lint.yml@0.45.1
12
12
with :
13
13
install-go : true
14
14
lint-commands : |
15
15
make bootstrap-tools
16
16
make lintsec
17
17
18
18
golint :
19
- uses : ckotzbauer/actions-toolkit/.github/workflows/toolkit-lint.yml@0.45.0
19
+ uses : ckotzbauer/actions-toolkit/.github/workflows/toolkit-lint.yml@0.45.1
20
20
with :
21
21
install-go : true
22
22
lint-commands : |
Original file line number Diff line number Diff line change 9
9
10
10
jobs :
11
11
release :
12
- uses : ckotzbauer/actions-toolkit/.github/workflows/toolkit-release-goreleaser.yml@0.45.0
12
+ uses : ckotzbauer/actions-toolkit/.github/workflows/toolkit-release-goreleaser.yml@0.45.1
13
13
with :
14
14
version : ${{ github.event.inputs.version }}
15
15
docker-platforms : linux/amd64,linux/arm64
Original file line number Diff line number Diff line change 13
13
14
14
jobs :
15
15
label-issues :
16
- uses : ckotzbauer/actions-toolkit/.github/workflows/toolkit-label-issues.yml@0.45.0
16
+ uses : ckotzbauer/actions-toolkit/.github/workflows/toolkit-label-issues.yml@0.45.1
17
17
secrets :
18
18
token : ${{ secrets.GITHUB_TOKEN }}
19
19
Original file line number Diff line number Diff line change @@ -52,10 +52,10 @@ jobs:
52
52
uses : sigstore/cosign-installer@b235ed95bef2a3cf9f8641bc537bc22c7cb9a3a8
53
53
54
54
- name : Setup Syft
55
- uses : ckotzbauer/actions-toolkit/setup-syft@0.45.0
55
+ uses : ckotzbauer/actions-toolkit/setup-syft@0.45.1
56
56
57
57
- name : Build and push image
58
- uses : ckotzbauer/actions-toolkit/docker@0.45.0
58
+ uses : ckotzbauer/actions-toolkit/docker@0.45.1
59
59
with :
60
60
ghcr-password : ${{ secrets.ghcr-password }}
61
61
dockerhub-user : ${{ secrets.dockerhub-user }}
69
69
tags : ${{ inputs.docker-tags }}
70
70
71
71
- name : Generate SBOM
72
- uses : ckotzbauer/actions-toolkit/sbom@0.45.0
72
+ uses : ckotzbauer/actions-toolkit/sbom@0.45.1
73
73
with :
74
74
images : ${{ inputs.docker-tags }}
75
75
sign : true
Original file line number Diff line number Diff line change 5
5
6
6
jobs :
7
7
size-label :
8
- uses : ckotzbauer/actions-toolkit/.github/workflows/toolkit-size-label.yml@0.45.0
8
+ uses : ckotzbauer/actions-toolkit/.github/workflows/toolkit-size-label.yml@0.45.1
9
9
secrets :
10
10
token : ${{ secrets.GITHUB_TOKEN }}
11
11
Original file line number Diff line number Diff line change 5
5
6
6
jobs :
7
7
stale :
8
- uses : ckotzbauer/actions-toolkit/.github/workflows/toolkit-stale.yml@0.45.0
8
+ uses : ckotzbauer/actions-toolkit/.github/workflows/toolkit-stale.yml@0.45.1
9
9
secrets :
10
10
token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
test :
11
- uses : ckotzbauer/actions-toolkit/.github/workflows/toolkit-build-test.yml@0.45.0
11
+ uses : ckotzbauer/actions-toolkit/.github/workflows/toolkit-build-test.yml@0.45.1
12
12
with :
13
13
install-go : true
14
14
install-goreleaser : true
Original file line number Diff line number Diff line change 7
7
8
8
jobs :
9
9
update-snyk :
10
- uses : ckotzbauer/actions-toolkit/.github/workflows/toolkit-scan-snyk.yml@0.45.0
10
+ uses : ckotzbauer/actions-toolkit/.github/workflows/toolkit-scan-snyk.yml@0.45.1
11
11
with :
12
12
install-go : true
13
13
scan-commands : snyk monitor
You can’t perform that action at this time.
0 commit comments