diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 1a2a74394c4..443b3d93fca 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -40,7 +40,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@937d24475381cd9c75ae6db12cb4e79714b926ed #v2.1.7 + uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7 with: # In order: # * Module download cache @@ -82,7 +82,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@937d24475381cd9c75ae6db12cb4e79714b926ed #v2.1.7 + uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7 with: # In order: # * Module download cache @@ -124,7 +124,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@937d24475381cd9c75ae6db12cb4e79714b926ed #v2.1.7 + uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7 with: # In order: # * Module download cache @@ -166,7 +166,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@937d24475381cd9c75ae6db12cb4e79714b926ed #v2.1.7 + uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7 with: # In order: # * Module download cache @@ -208,7 +208,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@937d24475381cd9c75ae6db12cb4e79714b926ed #v2.1.7 + uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7 with: # In order: # * Module download cache @@ -250,7 +250,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@937d24475381cd9c75ae6db12cb4e79714b926ed #v2.1.7 + uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7 with: # In order: # * Module download cache @@ -292,7 +292,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@937d24475381cd9c75ae6db12cb4e79714b926ed #v2.1.7 + uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7 with: # In order: # * Module download cache diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index d189d8974c2..70b1754fc3c 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@937d24475381cd9c75ae6db12cb4e79714b926ed #v2.1.7 + uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7 with: # In order: # * Module download cache diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 71e14bd43e7..1c173f95ff2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -34,7 +34,7 @@ jobs: - name: Cache builds # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds - uses: actions/cache@937d24475381cd9c75ae6db12cb4e79714b926ed #v2.1.7 + uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7 with: path: | ~/go/pkg/mod @@ -76,7 +76,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@937d24475381cd9c75ae6db12cb4e79714b926ed #v2.1.7 + uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7 with: path: | ~/go/pkg/mod @@ -116,7 +116,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@937d24475381cd9c75ae6db12cb4e79714b926ed #v2.1.7 + uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7 with: path: | ~/go/pkg/mod @@ -155,7 +155,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@937d24475381cd9c75ae6db12cb4e79714b926ed #v2.1.7 + uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7 with: path: | ~/go/pkg/mod @@ -195,7 +195,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@937d24475381cd9c75ae6db12cb4e79714b926ed #v2.1.7 + uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7 with: path: | ~/go/pkg/mod @@ -235,7 +235,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@937d24475381cd9c75ae6db12cb4e79714b926ed #v2.1.7 + uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7 with: path: | ~/go/pkg/mod @@ -275,7 +275,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@937d24475381cd9c75ae6db12cb4e79714b926ed #v2.1.7 + uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7 with: path: | ~/go/pkg/mod @@ -315,7 +315,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@937d24475381cd9c75ae6db12cb4e79714b926ed #v2.1.7 + uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7 with: path: | ~/go/pkg/mod @@ -355,7 +355,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@937d24475381cd9c75ae6db12cb4e79714b926ed #v2.1.7 + uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7 with: path: | ~/go/pkg/mod @@ -395,7 +395,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@937d24475381cd9c75ae6db12cb4e79714b926ed #v2.1.7 + uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7 with: path: | ~/go/pkg/mod @@ -435,7 +435,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@937d24475381cd9c75ae6db12cb4e79714b926ed #v2.1.7 + uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7 with: path: | ~/go/pkg/mod @@ -475,7 +475,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@937d24475381cd9c75ae6db12cb4e79714b926ed #v2.1.7 + uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7 with: path: | ~/go/pkg/mod @@ -515,7 +515,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@937d24475381cd9c75ae6db12cb4e79714b926ed #v2.1.7 + uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7 with: path: | ~/go/pkg/mod @@ -555,7 +555,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@937d24475381cd9c75ae6db12cb4e79714b926ed #v2.1.7 + uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7 with: path: | ~/go/pkg/mod @@ -595,7 +595,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@937d24475381cd9c75ae6db12cb4e79714b926ed #v2.1.7 + uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7 with: path: | ~/go/pkg/mod @@ -634,7 +634,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@937d24475381cd9c75ae6db12cb4e79714b926ed #v2.1.7 + uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7 with: path: | ~/go/pkg/mod @@ -669,7 +669,7 @@ jobs: - name: Cache builds # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds - uses: actions/cache@937d24475381cd9c75ae6db12cb4e79714b926ed #v2.1.7 + uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7 with: path: | ~/go/pkg/mod @@ -704,7 +704,7 @@ jobs: - name: Cache builds # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds - uses: actions/cache@937d24475381cd9c75ae6db12cb4e79714b926ed #v2.1.7 + uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7 with: path: | ~/go/pkg/mod @@ -739,7 +739,7 @@ jobs: - name: Cache builds # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds - uses: actions/cache@937d24475381cd9c75ae6db12cb4e79714b926ed #v2.1.7 + uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7 with: path: | ~/go/pkg/mod