Skip to content

Commit

Permalink
deps: update ckotzbauer/actions-toolkit action to v0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Apr 9, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent ee2fe84 commit fb99dbc
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-default-labels.yml
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ on:

jobs:
size-label:
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-create-default-labels.yml@0.10.1
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-create-default-labels.yml@0.12.1
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
@@ -9,7 +9,7 @@ on:

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

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

2 changes: 1 addition & 1 deletion .github/workflows/size-label.yml
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ on:

jobs:
size-label:
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-size-label.yml@0.10.1
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-size-label.yml@0.12.1
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
@@ -5,6 +5,6 @@ on:

jobs:
stale:
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-stale.yml@0.10.1
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-stale.yml@0.12.1
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -49,7 +49,7 @@ jobs:
ghcr.io/ckotzbauer/sbom-operator:latest
- name: Container scan
uses: ckotzbauer/actions-toolkit/grype@0.10.1
uses: ckotzbauer/actions-toolkit/grype@0.12.1
with:
scan-target: ghcr.io/ckotzbauer/sbom-operator
fail-on: "medium"
2 changes: 1 addition & 1 deletion .github/workflows/update-snyk.yml
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ on:

jobs:
update-snyk:
uses: ckotzbauer/actions-toolkit/.github/workflows/[email protected].0
uses: ckotzbauer/actions-toolkit/.github/workflows/[email protected].1
with:
install-go: true
go-version: '1.18.0'

0 comments on commit fb99dbc

Please sign in to comment.