diff --git a/.github/workflows/documentation-build.yml b/.github/workflows/documentation-build.yml index c53c87573..1d86be1db 100644 --- a/.github/workflows/documentation-build.yml +++ b/.github/workflows/documentation-build.yml @@ -52,7 +52,7 @@ jobs: with: go-version: 1.21.6 - - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a + - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 with: path: | ~/.cache/go-build diff --git a/.github/workflows/github-action-scan.yml b/.github/workflows/github-action-scan.yml index b9e8f62b1..0f75fa046 100644 --- a/.github/workflows/github-action-scan.yml +++ b/.github/workflows/github-action-scan.yml @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: Cache Node.js modules - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} @@ -80,14 +80,14 @@ jobs: - name: Cache SecHub server download # Cache V4 release: 13aacd865c20de90d75de3b17ebe84f7a17d57d2 - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 with: path: ./build/sechub-runtime/server/${{ env.sechub_server_version }}/ key: ${{ runner.os }}-sechub-server-${{ env.sechub_server_version }} - name: Cache PDS download # Cache V4 release: 13aacd865c20de90d75de3b17ebe84f7a17d57d2 - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 with: path: ./build/sechub-runtime/pds/${{ env.pds_version }}/ key: ${{ runner.os }}-sechub-pds-${{ env.pds_version }} diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 3a2a60682..91dcf7519 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -53,7 +53,7 @@ jobs: with: go-version: 1.21.6 - - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a + - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 with: path: | ~/.cache/go-build diff --git a/.github/workflows/release-client-server-pds.yml b/.github/workflows/release-client-server-pds.yml index d509fe487..ebd9cec7d 100644 --- a/.github/workflows/release-client-server-pds.yml +++ b/.github/workflows/release-client-server-pds.yml @@ -110,7 +110,7 @@ jobs: go-version: 1.21.6 - name: Set up Go caching - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 id: go-cache with: path: |