mirror of
https://github.com/ko-build/ko.git
synced 2026-06-18 20:14:08 +02:00
build(deps): bump chainguard-dev/actions in the github-actions group (#1682)
This commit is contained in:
@@ -33,7 +33,7 @@ jobs:
|
||||
with:
|
||||
persist-credentials: false
|
||||
|
||||
- uses: chainguard-dev/actions/boilerplate@05fbd381f7c158bd33c9bbf3a28f67852269fdf8 # main
|
||||
- uses: chainguard-dev/actions/boilerplate@3b7bbeebc3a5d2bc37aa008350202651c32a26e1 # main
|
||||
with:
|
||||
extension: ${{ matrix.extension }}
|
||||
language: ${{ matrix.language }}
|
||||
|
||||
@@ -19,4 +19,4 @@ jobs:
|
||||
with:
|
||||
persist-credentials: false
|
||||
|
||||
- uses: chainguard-dev/actions/donotsubmit@05fbd381f7c158bd33c9bbf3a28f67852269fdf8 # main
|
||||
- uses: chainguard-dev/actions/donotsubmit@3b7bbeebc3a5d2bc37aa008350202651c32a26e1 # main
|
||||
|
||||
@@ -37,7 +37,7 @@ jobs:
|
||||
run: go install ./
|
||||
|
||||
- name: Setup Cluster
|
||||
uses: chainguard-dev/actions/setup-kind@05fbd381f7c158bd33c9bbf3a28f67852269fdf8 # main
|
||||
uses: chainguard-dev/actions/setup-kind@3b7bbeebc3a5d2bc37aa008350202651c32a26e1 # main
|
||||
with:
|
||||
registry-authority: ${{ env.REGISTRY_NAME }}:${{ env.REGISTRY_PORT }}
|
||||
|
||||
@@ -71,4 +71,4 @@ jobs:
|
||||
|
||||
- name: Collect diagnostics and upload
|
||||
if: ${{ failure() }}
|
||||
uses: chainguard-dev/actions/kind-diag@05fbd381f7c158bd33c9bbf3a28f67852269fdf8 # main
|
||||
uses: chainguard-dev/actions/kind-diag@3b7bbeebc3a5d2bc37aa008350202651c32a26e1 # main
|
||||
|
||||
@@ -25,7 +25,7 @@ jobs:
|
||||
go-version-file: 'go.mod'
|
||||
check-latest: true
|
||||
|
||||
- uses: chainguard-dev/actions/gofmt@05fbd381f7c158bd33c9bbf3a28f67852269fdf8
|
||||
- uses: chainguard-dev/actions/gofmt@3b7bbeebc3a5d2bc37aa008350202651c32a26e1
|
||||
with:
|
||||
args: -s
|
||||
|
||||
@@ -46,7 +46,7 @@ jobs:
|
||||
go-version-file: 'go.mod'
|
||||
check-latest: true
|
||||
|
||||
- uses: chainguard-dev/actions/goimports@05fbd381f7c158bd33c9bbf3a28f67852269fdf8
|
||||
- uses: chainguard-dev/actions/goimports@3b7bbeebc3a5d2bc37aa008350202651c32a26e1
|
||||
|
||||
lint:
|
||||
name: Lint
|
||||
@@ -67,10 +67,10 @@ jobs:
|
||||
go-version-file: 'go.mod'
|
||||
check-latest: true
|
||||
|
||||
- uses: chainguard-dev/actions/trailing-space@05fbd381f7c158bd33c9bbf3a28f67852269fdf8
|
||||
- uses: chainguard-dev/actions/trailing-space@3b7bbeebc3a5d2bc37aa008350202651c32a26e1
|
||||
if: ${{ always() }}
|
||||
|
||||
- uses: chainguard-dev/actions/eof-newline@05fbd381f7c158bd33c9bbf3a28f67852269fdf8
|
||||
- uses: chainguard-dev/actions/eof-newline@3b7bbeebc3a5d2bc37aa008350202651c32a26e1
|
||||
if: ${{ always() }}
|
||||
|
||||
- uses: reviewdog/action-misspell@d6429416b12b09b4e2768307d53bef58d172e962 # v1.27.0
|
||||
|
||||
Reference in New Issue
Block a user