diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 9164be5ce6a..728f4ed6e42 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -42,7 +42,7 @@ jobs: uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2.4.0 - name: Utilize Go Module Cache - uses: actions/cache@0865c47f36e68161719c5b124609996bb5c40129 # v3.0.3 + uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c # v3.0.3 with: path: | ~/go/pkg/mod diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index dcb309201cf..6ac4ecfcdc3 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -40,7 +40,7 @@ jobs: steps: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2.4.0 # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds - - uses: actions/cache@0865c47f36e68161719c5b124609996bb5c40129 # v3.0.3 + - uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c # v3.0.3 with: # In order: # * Module download cache @@ -76,7 +76,7 @@ jobs: steps: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2.4.0 # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds - - uses: actions/cache@0865c47f36e68161719c5b124609996bb5c40129 # v3.0.3 + - uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c # v3.0.3 with: # In order: # * Module download cache @@ -120,7 +120,7 @@ jobs: check-latest: true # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds - - uses: actions/cache@0865c47f36e68161719c5b124609996bb5c40129 # v3.0.3 + - uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c # v3.0.3 with: # In order: # * Module download cache