File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed
Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -12,15 +12,15 @@ permissions:
1212
1313jobs :
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 : |
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ permissions:
1515
1616jobs :
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
Original file line number Diff line number Diff 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 }}
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
Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ permissions:
1111
1212jobs :
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 }}
Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ permissions:
1212
1313jobs :
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
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ permissions:
1313
1414jobs :
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
You can’t perform that action at this time.
0 commit comments