diff --git a/.github/workflows/cli.yaml b/.github/workflows/cli.yaml index f686344dea..52e6db1074 100644 --- a/.github/workflows/cli.yaml +++ b/.github/workflows/cli.yaml @@ -34,7 +34,7 @@ jobs: go-version: ~1.19.4 - name: Cache Go modules - uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # pin@v3 + uses: actions/cache@c17f4bf4666a8001b1a45c09eb7a485c41aa64c3 # pin@v3 with: path: | ~/.cache/go-build diff --git a/.github/workflows/image-build.yaml b/.github/workflows/image-build.yaml index 74e2625e19..6fa59f1569 100644 --- a/.github/workflows/image-build.yaml +++ b/.github/workflows/image-build.yaml @@ -30,7 +30,7 @@ jobs: go-version: ~1.19.4 - name: Cache Go modules - uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # pin@v3 + uses: actions/cache@c17f4bf4666a8001b1a45c09eb7a485c41aa64c3 # pin@v3 with: path: | ~/.cache/go-build @@ -82,7 +82,7 @@ jobs: go-version: ~1.19.4 - name: Cache Go modules - uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # pin@v3 + uses: actions/cache@c17f4bf4666a8001b1a45c09eb7a485c41aa64c3 # pin@v3 with: path: | ~/.cache/go-build @@ -110,7 +110,7 @@ jobs: go-version: ~1.19.4 - name: Cache Go modules - uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # pin@v3 + uses: actions/cache@c17f4bf4666a8001b1a45c09eb7a485c41aa64c3 # pin@v3 with: path: | ~/.cache/go-build @@ -147,7 +147,7 @@ jobs: go-version: ~1.19.4 - name: Cache Go modules - uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # pin@v3 + uses: actions/cache@c17f4bf4666a8001b1a45c09eb7a485c41aa64c3 # pin@v3 with: path: | ~/.cache/go-build @@ -175,7 +175,7 @@ jobs: go-version: ~1.19.4 - name: Cache Go modules - uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # pin@v3 + uses: actions/cache@c17f4bf4666a8001b1a45c09eb7a485c41aa64c3 # pin@v3 with: path: | ~/.cache/go-build diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index dc181b8475..6ab2b96291 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -148,7 +148,7 @@ jobs: go-version: ~1.19.4 - name: Cache Go modules - uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # pin@v3 + uses: actions/cache@c17f4bf4666a8001b1a45c09eb7a485c41aa64c3 # pin@v3 with: path: | ~/.cache/go-build diff --git a/.github/workflows/reuse.yaml b/.github/workflows/reuse.yaml index 2c7033d740..bc1e2362ce 100644 --- a/.github/workflows/reuse.yaml +++ b/.github/workflows/reuse.yaml @@ -71,7 +71,7 @@ jobs: cosign-release: 'v1.13.0' - name: Cache Go modules - uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # pin@v3 + uses: actions/cache@c17f4bf4666a8001b1a45c09eb7a485c41aa64c3 # pin@v3 with: path: | ~/.cache/go-build diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index fa749bbf93..86c1de0fac 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -88,7 +88,7 @@ jobs: go-version: ~1.19.4 - name: Cache Go modules - uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # pin@v3 + uses: actions/cache@c17f4bf4666a8001b1a45c09eb7a485c41aa64c3 # pin@v3 with: path: | ~/.cache/go-build diff --git a/.github/workflows/verify-codegen.yaml b/.github/workflows/verify-codegen.yaml index 449a6fe73f..2bfc324cae 100644 --- a/.github/workflows/verify-codegen.yaml +++ b/.github/workflows/verify-codegen.yaml @@ -31,7 +31,7 @@ jobs: version: v3.5.0 - name: Cache Go modules - uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # pin@v3 + uses: actions/cache@c17f4bf4666a8001b1a45c09eb7a485c41aa64c3 # pin@v3 with: path: | ~/.cache/go-build