Skip to content

Commit

Permalink
Merge pull request #114 from ckotzbauer/renovate/ckotzbauer-actions-t…
Browse files Browse the repository at this point in the history
…oolkit-0.x

deps: update ckotzbauer/actions-toolkit action to v0.44.0
  • Loading branch information
ckotzbauer committed May 1, 2024
2 parents 9078795 + a5327ae commit 28c66c6
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ on:

jobs:
gosec:
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-lint.yml@0.42.0
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-lint.yml@0.44.0
with:
install-go: true
lint-commands: |
make bootstrap-tools
make lintsec
golint:
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-lint.yml@0.42.0
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-lint.yml@0.44.0
with:
install-go: true
lint-commands: |
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.42.0
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-label-issues.yml@0.44.0
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
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
size-label:
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-size-label.yml@0.42.0
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-size-label.yml@0.44.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.42.0
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-stale.yml@0.44.0
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
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
test:
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-build-test.yml@0.42.0
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-build-test.yml@0.44.0
with:
install-go: true
install-cosign: true
Expand Down

0 comments on commit 28c66c6

Please sign in to comment.