Skip to content

Commit b5af5f2

Browse files
committed
build: update actions
Signed-off-by: Christian Hopf <git@ckotzbauer.de>
1 parent d9cbf62 commit b5af5f2

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

.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@203116543badcfcd7abcca662aced7ffcaf438d4 # 0.55.4
15+
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-lint.yml@45d0839af5e9f59dad1371664bd28d2ecf24ff93 # 0.55.5
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@203116543badcfcd7abcca662aced7ffcaf438d4 # 0.55.4
23+
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-lint.yml@45d0839af5e9f59dad1371664bd28d2ecf24ff93 # 0.55.5
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@203116543badcfcd7abcca662aced7ffcaf438d4 # 0.55.4
18+
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-release-goreleaser.yml@45d0839af5e9f59dad1371664bd28d2ecf24ff93 # 0.55.5
1919
with:
2020
version: ${{ github.event.inputs.version }}
2121
docker-platforms: linux/amd64,linux/arm64

.github/workflows/release-job-image.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ jobs:
5757
uses: sigstore/cosign-installer@ba7bc0a3fef59531c69a25acd34668d6d3fe6f22 # v4.1.0
5858

5959
- name: Setup Syft
60-
uses: ckotzbauer/actions-toolkit/setup-syft@203116543badcfcd7abcca662aced7ffcaf438d4 # 0.55.4
60+
uses: ckotzbauer/actions-toolkit/setup-syft@45d0839af5e9f59dad1371664bd28d2ecf24ff93 # 0.55.5
6161

6262
- name: Build and push image
63-
uses: ckotzbauer/actions-toolkit/docker@203116543badcfcd7abcca662aced7ffcaf438d4 # 0.55.4
63+
uses: ckotzbauer/actions-toolkit/docker@45d0839af5e9f59dad1371664bd28d2ecf24ff93 # 0.55.5
6464
with:
6565
ghcr-password: ${{ secrets.ghcr-password }}
6666
dockerhub-user: ${{ secrets.dockerhub-user }}
@@ -74,7 +74,7 @@ jobs:
7474
tags: ${{ inputs.docker-tags }}
7575

7676
- name: Generate SBOM
77-
uses: ckotzbauer/actions-toolkit/sbom@203116543badcfcd7abcca662aced7ffcaf438d4 # 0.55.4
77+
uses: ckotzbauer/actions-toolkit/sbom@45d0839af5e9f59dad1371664bd28d2ecf24ff93 # 0.55.5
7878
with:
7979
images: ${{ inputs.docker-tags }}
8080
sign: true

.github/workflows/review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ permissions:
1111

1212
jobs:
1313
review:
14-
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-review.yml@203116543badcfcd7abcca662aced7ffcaf438d4 # 0.55.4
14+
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-review.yml@45d0839af5e9f59dad1371664bd28d2ecf24ff93 # 0.55.5
1515
secrets:
1616
openrouter-token: ${{ secrets.OPENROUTER_TOKEN }}

.github/workflows/scan-grype.yml

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

1313
jobs:
1414
scan-scan:
15-
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-scan.yml@203116543badcfcd7abcca662aced7ffcaf438d4 # 0.55.4
15+
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-scan.yml@45d0839af5e9f59dad1371664bd28d2ecf24ff93 # 0.55.5
1616
with:
1717
docker-tag: ghcr.io/ckotzbauer/sbom-operator:latest
1818

1919
scan-vcn:
20-
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-scan.yml@203116543badcfcd7abcca662aced7ffcaf438d4 # 0.55.4
20+
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-scan.yml@45d0839af5e9f59dad1371664bd28d2ecf24ff93 # 0.55.5
2121
with:
2222
docker-tag: ghcr.io/ckotzbauer/sbom-operator/vcn:latest

.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
test:
16-
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-build-test.yml@203116543badcfcd7abcca662aced7ffcaf438d4 # 0.55.4
16+
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-build-test.yml@45d0839af5e9f59dad1371664bd28d2ecf24ff93 # 0.55.5
1717
with:
1818
install-go: true
1919
install-goreleaser: true

0 commit comments

Comments
 (0)