Skip to content

Commit 41cb5c4

Browse files
deps: update ckotzbauer/actions-toolkit action to v0.55.1
1 parent bd5cc68 commit 41cb5c4

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/code-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ permissions:
1212

1313
jobs:
1414
gosec:
15-
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-lint.yml@9e2a560f6c957fe29a2a78f8cbadabeea56a8c73 # 0.52.0
15+
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-lint.yml@ec37c041a36a69320d9cb6a4c41c89f84f7e02cd # 0.55.1
1616
with:
1717
install-go: true
1818
lint-commands: |
1919
make bootstrap-tools
2020
make lintsec
2121
2222
golint:
23-
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-lint.yml@9e2a560f6c957fe29a2a78f8cbadabeea56a8c73 # 0.52.0
23+
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-lint.yml@ec37c041a36a69320d9cb6a4c41c89f84f7e02cd # 0.55.1
2424
with:
2525
install-go: true
2626
lint-commands: |

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions:
1515

1616
jobs:
1717
release:
18-
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-release-goreleaser.yml@9e2a560f6c957fe29a2a78f8cbadabeea56a8c73 # 0.52.0
18+
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-release-goreleaser.yml@ec37c041a36a69320d9cb6a4c41c89f84f7e02cd # 0.55.1
1919
with:
2020
version: ${{ github.event.inputs.version }}
2121
docker-platforms: linux/amd64,linux/arm64

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313

1414
jobs:
1515
build:
16-
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-build-test.yml@9e2a560f6c957fe29a2a78f8cbadabeea56a8c73 # 0.52.0
16+
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-build-test.yml@ec37c041a36a69320d9cb6a4c41c89f84f7e02cd # 0.55.1
1717
with:
1818
install-go: true
1919
install-goreleaser: true

0 commit comments

Comments
 (0)