Skip to content

Commit

Permalink
deps: update ckotzbauer/actions-toolkit action to v0.10.0 (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 26, 2022
1 parent 2cd7724 commit c1c1ffd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.9.0
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-release-goreleaser.yml@0.10.0
with:
go-version: 1.18.0
version: ${{ github.event.inputs.version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
ghcr.io/ckotzbauer/sbom-operator:latest
- name: Container scan
uses: ckotzbauer/actions-toolkit/grype@0.9.0
uses: ckotzbauer/actions-toolkit/grype@0.10.0
with:
scan-target: ghcr.io/ckotzbauer/sbom-operator
fail-on: "medium"
Expand Down

0 comments on commit c1c1ffd

Please sign in to comment.