Skip to content

Commit

Permalink
build: update actions-toolkit
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de>
  • Loading branch information
ckotzbauer committed Apr 7, 2024
1 parent 92bb5de commit 08c9609
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 83 deletions.
62 changes: 0 additions & 62 deletions .github/labels.yml

This file was deleted.

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.41.1
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-lint.yml@0.42.0
with:
install-go: true
lint-commands: |
make bootstrap-tools
make lintsec
golint:
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-lint.yml@0.41.1
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-lint.yml@0.42.0
with:
install-go: true
lint-commands: |
Expand Down
15 changes: 0 additions & 15 deletions .github/workflows/create-default-labels.yml

This file was deleted.

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.41.1
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-label-issues.yml@0.42.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.41.1
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-size-label.yml@0.42.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.41.1
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-stale.yml@0.42.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.41.1
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-build-test.yml@0.42.0
with:
install-go: true
install-cosign: true
Expand Down

0 comments on commit 08c9609

Please sign in to comment.