Skip to content

Commit

Permalink
build: update toolkit to 0.16.0
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Kotzbauer <[email protected]>
  • Loading branch information
ckotzbauer committed Jun 17, 2022
1 parent 78bf604 commit 8240e51
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-default-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
size-label:
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-create-default-labels.yml@0.15.0
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-create-default-labels.yml@0.16.0
secrets:
token: ${{ secrets.GITHUB_TOKEN }}

2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
release:
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-release-goreleaser.yml@0.15.0
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-release-goreleaser.yml@0.16.0
with:
go-version: 1.18.2
version: ${{ github.event.inputs.version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/label-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
label-issues:
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-label-issues.yml@0.15.0
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-label-issues.yml@0.16.0
secrets:
token: ${{ secrets.GITHUB_TOKEN }}

10 changes: 5 additions & 5 deletions .github/workflows/release-job-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ jobs:
uses: sigstore/cosign-installer@7e0881f8fe90b25e305bbf0309761e9314607e25

- name: Setup Syft
uses: ckotzbauer/actions-toolkit/setup-syft@0.13.0-alpha.0
uses: ckotzbauer/actions-toolkit/setup-syft@0.16.0

- name: Build and push image
uses: ckotzbauer/actions-toolkit/docker@0.13.0-alpha.0
uses: ckotzbauer/actions-toolkit/docker@0.16.0
with:
ghcr-password: ${{ secrets.ghcr-password }}
dockerhub-user: ${{ secrets.dockerhub-user }}
Expand All @@ -69,7 +69,7 @@ jobs:
tags: ${{ inputs.docker-tags }}

- name: Generate SBOM
uses: ckotzbauer/actions-toolkit/sbom@0.13.0-alpha.0
uses: ckotzbauer/actions-toolkit/sbom@0.16.0
with:
images: ${{ inputs.docker-tags }}
sign: true
Expand All @@ -78,9 +78,9 @@ jobs:
cosign-repository: ${{ inputs.cosign-repository }}

- name: Generate Provenance
uses: ckotzbauer/actions-toolkit/slsa-provenance@0.13.0-alpha.0
uses: ckotzbauer/actions-toolkit/slsa-provenance@0.16.0
with:
action-sha: "0.13.0-alpha.0"
action-sha: "0.16.0"
images: ${{ inputs.docker-tags }}
artifact-path: job-images/${{ inputs.job-image }}
sign: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/size-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
size-label:
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-size-label.yml@0.15.0
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-size-label.yml@0.16.0
secrets:
token: ${{ secrets.GITHUB_TOKEN }}

2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ on:

jobs:
stale:
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-stale.yml@0.15.0
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-stale.yml@0.16.0
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ jobs:
uses: sigstore/cosign-installer@7e0881f8fe90b25e305bbf0309761e9314607e25

- name: Setup Syft
uses: ckotzbauer/actions-toolkit/setup-syft@0.15.0
uses: ckotzbauer/actions-toolkit/setup-syft@0.16.0

- name: Checkout
uses: actions/checkout@v3

- name: Install GoReleaser
uses: goreleaser/goreleaser-action@v3
with:
version: "v1.7.0"
version: "v1.9.2"
install-only: true

- name: Build binary
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
ghcr.io/ckotzbauer/sbom-operator:latest
- name: Container scan
uses: ckotzbauer/actions-toolkit/grype@0.15.0
uses: ckotzbauer/actions-toolkit/grype@0.16.0
with:
scan-target: ghcr.io/ckotzbauer/sbom-operator
fail-on: "medium"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-snyk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
update-snyk:
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-scan-snyk.yml@0.15.0
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-scan-snyk.yml@0.16.0
with:
install-go: true
go-version: '1.18.2'
Expand Down

0 comments on commit 8240e51

Please sign in to comment.