diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 2acade7d57c..bd92cb2e849 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -47,7 +47,7 @@ jobs: version: 3.17.3 - name: Cache builds # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds - uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7 + uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0 #v2.1.7 with: # In order: # * Module download cache @@ -89,7 +89,7 @@ jobs: version: 3.17.3 - name: Cache builds # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds - uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7 + uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0 #v2.1.7 with: # In order: # * Module download cache @@ -131,7 +131,7 @@ jobs: version: 3.17.3 - name: Cache builds # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds - uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7 + uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0 #v2.1.7 with: # In order: # * Module download cache @@ -173,7 +173,7 @@ jobs: version: 3.17.3 - name: Cache builds # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds - uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7 + uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0 #v2.1.7 with: # In order: # * Module download cache @@ -215,7 +215,7 @@ jobs: version: 3.17.3 - name: Cache builds # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds - uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7 + uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0 #v2.1.7 with: # In order: # * Module download cache @@ -257,7 +257,7 @@ jobs: version: 3.17.3 - name: Cache builds # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds - uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7 + uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0 #v2.1.7 with: # In order: # * Module download cache @@ -299,7 +299,7 @@ jobs: version: 3.17.3 - name: Cache builds # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds - uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7 + uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0 #v2.1.7 with: # In order: # * Module download cache diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 3337daadf31..c630c53e18f 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -54,7 +54,7 @@ jobs: - name: Cache builds # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds - uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7 + uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0 #v2.1.7 with: # In order: # * Module download cache diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 95c7c1608a6..da9ebe1b965 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -42,7 +42,7 @@ jobs: - name: Cache builds # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds - uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7 + uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0 #v2.1.7 with: path: | ~/go/pkg/mod @@ -85,7 +85,7 @@ jobs: repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Cache builds # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds - uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7 + uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0 #v2.1.7 with: path: | ~/go/pkg/mod @@ -125,7 +125,7 @@ jobs: version: ${{ env.PROTOC_VERSION }} - name: Cache builds # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds - uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7 + uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0 #v2.1.7 with: path: | ~/go/pkg/mod @@ -164,7 +164,7 @@ jobs: version: ${{ env.PROTOC_VERSION }} - name: Cache builds # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds - uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7 + uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0 #v2.1.7 with: path: | ~/go/pkg/mod @@ -204,7 +204,7 @@ jobs: version: ${{ env.PROTOC_VERSION }} - name: Cache builds # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds - uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7 + uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0 #v2.1.7 with: path: | ~/go/pkg/mod @@ -244,7 +244,7 @@ jobs: version: ${{ env.PROTOC_VERSION }} - name: Cache builds # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds - uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7 + uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0 #v2.1.7 with: path: | ~/go/pkg/mod @@ -284,7 +284,7 @@ jobs: version: ${{ env.PROTOC_VERSION }} - name: Cache builds # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds - uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7 + uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0 #v2.1.7 with: path: | ~/go/pkg/mod @@ -324,7 +324,7 @@ jobs: version: ${{ env.PROTOC_VERSION }} - name: Cache builds # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds - uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7 + uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0 #v2.1.7 with: path: | ~/go/pkg/mod @@ -364,7 +364,7 @@ jobs: version: ${{ env.PROTOC_VERSION }} - name: Cache builds # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds - uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7 + uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0 #v2.1.7 with: path: | ~/go/pkg/mod @@ -404,7 +404,7 @@ jobs: version: ${{ env.PROTOC_VERSION }} - name: Cache builds # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds - uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7 + uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0 #v2.1.7 with: path: | ~/go/pkg/mod @@ -444,7 +444,7 @@ jobs: version: ${{ env.PROTOC_VERSION }} - name: Cache builds # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds - uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7 + uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0 #v2.1.7 with: path: | ~/go/pkg/mod @@ -484,7 +484,7 @@ jobs: version: ${{ env.PROTOC_VERSION }} - name: Cache builds # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds - uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7 + uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0 #v2.1.7 with: path: | ~/go/pkg/mod @@ -524,7 +524,7 @@ jobs: version: ${{ env.PROTOC_VERSION }} - name: Cache builds # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds - uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7 + uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0 #v2.1.7 with: path: | ~/go/pkg/mod @@ -564,7 +564,7 @@ jobs: version: ${{ env.PROTOC_VERSION }} - name: Cache builds # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds - uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7 + uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0 #v2.1.7 with: path: | ~/go/pkg/mod @@ -604,7 +604,7 @@ jobs: version: ${{ env.PROTOC_VERSION }} - name: Cache builds # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds - uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7 + uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0 #v2.1.7 with: path: | ~/go/pkg/mod @@ -643,7 +643,7 @@ jobs: version: ${{ env.PROTOC_VERSION }} - name: Cache builds # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds - uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7 + uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0 #v2.1.7 with: path: | ~/go/pkg/mod @@ -678,7 +678,7 @@ jobs: - name: Cache builds # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds - uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7 + uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0 #v2.1.7 with: path: | ~/go/pkg/mod @@ -717,7 +717,7 @@ jobs: version: ${{ env.PROTOC_VERSION }} - name: Cache builds # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds - uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7 + uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0 #v2.1.7 with: path: | ~/go/pkg/mod @@ -752,7 +752,7 @@ jobs: - name: Cache builds # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds - uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7 + uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0 #v2.1.7 with: path: | ~/go/pkg/mod