diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 6384aa90e7c..ef2bd98f3cf 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -42,7 +42,7 @@ jobs: uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 #v2.4.0 - name: Utilize Go Module Cache - uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7 + uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0 #v2.1.7 with: path: | ~/go/pkg/mod diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 7a89f79ec11..e57b61e3447 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -40,7 +40,7 @@ jobs: steps: - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 #v2.4.0 # 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 @@ -75,7 +75,7 @@ jobs: steps: - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 #v2.4.0 # 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 @@ -117,7 +117,7 @@ jobs: go-version: ${{ env.GO_VERSION }} # 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