diff --git a/.github/workflows/cli.yaml b/.github/workflows/cli.yaml index 400087cb00..f655166066 100644 --- a/.github/workflows/cli.yaml +++ b/.github/workflows/cli.yaml @@ -34,7 +34,7 @@ jobs: go-version: ~1.18.6 - name: Cache Go modules - uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77 # pin@v3 + uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # pin@v3 with: path: | ~/.cache/go-build diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index cde48749e0..3a72c48c6c 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -50,7 +50,7 @@ jobs: uses: helm/chart-testing-action@b0d4458c71155b54fcf33e11dd465dc923550009 # v2.0.1 - name: Cache Go modules - uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77 # pin@v3 + uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # pin@v3 with: path: | ~/.cache/go-build diff --git a/.github/workflows/image-build.yaml b/.github/workflows/image-build.yaml index 5de2e7c7ac..bdbd822fc8 100644 --- a/.github/workflows/image-build.yaml +++ b/.github/workflows/image-build.yaml @@ -30,7 +30,7 @@ jobs: go-version: ~1.18.6 - name: Cache Go modules - uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77 # pin@v3 + uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # pin@v3 with: path: | ~/.cache/go-build @@ -82,7 +82,7 @@ jobs: go-version: ~1.18.6 - name: Cache Go modules - uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77 # pin@v3 + uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # pin@v3 with: path: | ~/.cache/go-build @@ -110,7 +110,7 @@ jobs: go-version: ~1.18.6 - name: Cache Go modules - uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77 # pin@v3 + uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # pin@v3 with: path: | ~/.cache/go-build @@ -147,7 +147,7 @@ jobs: go-version: ~1.18.6 - name: Cache Go modules - uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77 # pin@v3 + uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # pin@v3 with: path: | ~/.cache/go-build diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9534ff0a0c..a918dc7c22 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -72,7 +72,7 @@ jobs: go-version: ~1.18.6 - name: Cache Go modules - uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77 # pin@v3 + uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # pin@v3 with: path: | ~/.cache/go-build diff --git a/.github/workflows/reuse.yaml b/.github/workflows/reuse.yaml index fd897bdccd..736b84129c 100644 --- a/.github/workflows/reuse.yaml +++ b/.github/workflows/reuse.yaml @@ -67,7 +67,7 @@ jobs: cosign-release: 'v1.13.0' - name: Cache Go modules - uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77 # pin@v3 + uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # pin@v3 with: path: | ~/.cache/go-build diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index f4ab07e0ef..4d83de4965 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -92,7 +92,7 @@ jobs: go-version: ~1.18.6 - name: Cache Go modules - uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77 # pin@v3 + uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # pin@v3 with: path: | ~/.cache/go-build diff --git a/.github/workflows/verify-codegen.yaml b/.github/workflows/verify-codegen.yaml index 14fcbdfb7c..2a481249ab 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@fd5de65bc895cf536527842281bea11763fefd77 # pin@v3 + uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # pin@v3 with: path: | ~/.cache/go-build