Skip to content

Commit

Permalink
build: update pipelines
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Kotzbauer <[email protected]>
  • Loading branch information
ckotzbauer committed Mar 29, 2024
1 parent d08c827 commit f5ebdeb
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/code-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ on:

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

4 changes: 2 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ on:

jobs:
release:
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-release-goreleaser.yml@0.38.0
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-release-goreleaser.yml@0.39.0
with:
go-version: "1.21.4"
go-version: "1.22.1"
version: ${{ github.event.inputs.version }}
docker-platforms: linux/amd64,linux/arm64
docker-tags: |
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.38.0
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-label-issues.yml@0.39.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.38.0
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-size-label.yml@0.39.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.38.0
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-stale.yml@0.39.0
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ on:

jobs:
build:
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-build-test.yml@0.38.0
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-build-test.yml@0.39.0
with:
install-go: true
go-version: "1.21.4"
go-version: "1.22.1"
install-goreleaser: true
build-commands: make build
test-commands: make test
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-snyk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ on:

jobs:
update-snyk:
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-scan-snyk.yml@0.38.0
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-scan-snyk.yml@0.39.0
with:
install-go: true
go-version: '1.21.4'
go-version: '1.22.1'
scan-commands: snyk monitor
secrets:
token: ${{ secrets.SNYK_TOKEN }}
Expand Down

0 comments on commit f5ebdeb

Please sign in to comment.