Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.47.0
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-lint.yml@0.48.0
with:
install-go: true
lint-commands: |
make bootstrap-tools
make lintsec

golint:
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-lint.yml@0.47.0
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-lint.yml@0.48.0
with:
install-go: true
lint-commands: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
release:
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-release-goreleaser.yml@0.47.0
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-release-goreleaser.yml@0.48.0
with:
version: ${{ github.event.inputs.version }}
docker-platforms: linux/amd64,linux/arm64
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.47.0
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-label-issues.yml@0.48.0
secrets:
token: ${{ secrets.GITHUB_TOKEN }}

6 changes: 3 additions & 3 deletions .github/workflows/release-job-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ jobs:
uses: sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a

- name: Setup Syft
uses: ckotzbauer/actions-toolkit/setup-syft@0.47.0
uses: ckotzbauer/actions-toolkit/setup-syft@0.48.0

- name: Build and push image
uses: ckotzbauer/actions-toolkit/docker@0.47.0
uses: ckotzbauer/actions-toolkit/docker@0.48.0
with:
ghcr-password: ${{ secrets.ghcr-password }}
dockerhub-user: ${{ secrets.dockerhub-user }}
Expand All @@ -69,7 +69,7 @@ jobs:
tags: ${{ inputs.docker-tags }}

- name: Generate SBOM
uses: ckotzbauer/actions-toolkit/sbom@0.47.0
uses: ckotzbauer/actions-toolkit/sbom@0.48.0
with:
images: ${{ inputs.docker-tags }}
sign: true
Expand Down
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.47.0
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-size-label.yml@0.48.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.47.0
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-stale.yml@0.48.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 @@ -8,7 +8,7 @@ on:

jobs:
test:
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-build-test.yml@0.47.0
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-build-test.yml@0.48.0
with:
install-go: true
install-goreleaser: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-snyk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
update-snyk:
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-scan-snyk.yml@0.47.0
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-scan-snyk.yml@0.48.0
with:
install-go: true
scan-commands: snyk monitor
Expand Down
Loading