diff --git a/.github/workflows/code-coverage.yml b/.github/workflows/code-coverage.yml index 05f02ad80..8a5277a39 100644 --- a/.github/workflows/code-coverage.yml +++ b/.github/workflows/code-coverage.yml @@ -26,7 +26,7 @@ jobs: - name: Cache go modules id: cache-mod - uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.0 + uses: actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3.4.3 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} diff --git a/.github/workflows/next-build.yml b/.github/workflows/next-build.yml index 956f6174c..6e5567b4c 100644 --- a/.github/workflows/next-build.yml +++ b/.github/workflows/next-build.yml @@ -87,7 +87,7 @@ jobs: steps: - name: Cache Operator SDK ${{ env.OPERATOR_SDK_VERSION }} - uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.0 + uses: actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3.4.3 id: cache-operator-sdk with: path: ~/cache @@ -107,7 +107,7 @@ jobs: echo "$HOME/bin" >> $GITHUB_PATH - name: Cache OPM ${{ env.OPM_VERSION }} - uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.0 + uses: actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3.4.3 id: cache-opm with: path: ~/cache diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index d0c75fc46..9bcb62d01 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -27,7 +27,7 @@ jobs: - name: Cache Operator SDK ${{ env.OPERATOR_SDK_VERSION }} - uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.0 + uses: actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3.4.3 id: cache-operator-sdk with: path: ~/cache @@ -49,7 +49,7 @@ jobs: - name: Cache go modules id: cache-mod - uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.0 + uses: actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3.4.3 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0771ce788..a338f924c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -60,7 +60,7 @@ jobs: fi - name: Cache Operator SDK ${{ env.OPERATOR_SDK_VERSION }} - uses: actions/cache@v3.4.3 + uses: actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3.4.3 id: cache-operator-sdk with: path: ~/cache @@ -80,7 +80,7 @@ jobs: echo "$HOME/bin" >> $GITHUB_PATH - name: Cache OPM ${{ env.OPM_VERSION }} - uses: actions/cache@v3.4.3 + uses: actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3.4.3 id: cache-opm with: path: ~/cache