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 6, 2024
1 parent 21d21fe commit d25b133
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 10 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/code-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,17 @@ on:

jobs:
gosec:
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-lint.yml@0.40.0
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-lint.yml@0.41.0
with:
install-go: true
go-version: "1.22.1"
lint-commands: |
make bootstrap-tools
make lintsec
golint:
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-lint.yml@0.40.0
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-lint.yml@0.41.0
with:
install-go: true
go-version: "1.22.1"
lint-commands: |
make bootstrap-tools
make lint
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.40.0
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-create-default-labels.yml@0.41.0
secrets:
token: ${{ secrets.GITHUB_TOKEN }}

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.40.0
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-label-issues.yml@0.41.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.40.0
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-size-label.yml@0.41.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.40.0
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-stale.yml@0.41.0
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ on:

jobs:
test:
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-build-test.yml@0.40.0
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-build-test.yml@0.41.0
with:
install-go: true
go-version: "1.22.1"
install-cosign: true
install-goreleaser: true
test-commands: make test
Expand Down

0 comments on commit d25b133

Please sign in to comment.