diff --git a/.github/workflows/_build-and-push.yml b/.github/workflows/_build-and-push.yml index a3dfad15e1..4c1aa823d1 100644 --- a/.github/workflows/_build-and-push.yml +++ b/.github/workflows/_build-and-push.yml @@ -86,7 +86,7 @@ jobs: - name: cache node modules id: cache-npm - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 env: cache-name: cache-node-modules with: diff --git a/.github/workflows/_node-build.yml b/.github/workflows/_node-build.yml index 84b5166239..38055b54c5 100644 --- a/.github/workflows/_node-build.yml +++ b/.github/workflows/_node-build.yml @@ -17,7 +17,7 @@ jobs: node-version-file: '.nvmrc' - name: cache node modules id: cache-npm - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # pin@v3.0.8 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # pin@v3.0.8 env: cache-name: cache-node-modules with: diff --git a/.github/workflows/_node-test.yml b/.github/workflows/_node-test.yml index 8c1b19f283..17a9896105 100644 --- a/.github/workflows/_node-test.yml +++ b/.github/workflows/_node-test.yml @@ -17,7 +17,7 @@ jobs: node-version-file: '.nvmrc' - name: cache node modules id: cache-npm - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # pin@v3.0.8 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # pin@v3.0.8 env: cache-name: cache-node-modules with: diff --git a/.github/workflows/path-to-live.yml b/.github/workflows/path-to-live.yml index 46be02295d..eb38a43ff0 100644 --- a/.github/workflows/path-to-live.yml +++ b/.github/workflows/path-to-live.yml @@ -39,7 +39,7 @@ jobs: - name: get changed docs files in any folder id: changed-files-docs - uses: tj-actions/changed-files@657a3f914f8c3dc9d8e541c1c2173057072d94f1 + uses: tj-actions/changed-files@ef3b6f1fa5eccdc95d915ec0f87a16535a73d0ca with: files: | **/*.md diff --git a/.github/workflows/pull-request-path.yml b/.github/workflows/pull-request-path.yml index 3ef868cd7e..f3ed29ae4f 100644 --- a/.github/workflows/pull-request-path.yml +++ b/.github/workflows/pull-request-path.yml @@ -50,19 +50,19 @@ jobs: - name: get changed files in the admin folder id: changed-files-admin - uses: tj-actions/changed-files@657a3f914f8c3dc9d8e541c1c2173057072d94f1 + uses: tj-actions/changed-files@ef3b6f1fa5eccdc95d915ec0f87a16535a73d0ca with: files: | service-admin/** - name: get changed files in the terraform folder id: changed-files-terraform - uses: tj-actions/changed-files@657a3f914f8c3dc9d8e541c1c2173057072d94f1 + uses: tj-actions/changed-files@ef3b6f1fa5eccdc95d915ec0f87a16535a73d0ca with: files: | terraform/** - name: get changed docs files in any folder id: changed-files-docs - uses: tj-actions/changed-files@657a3f914f8c3dc9d8e541c1c2173057072d94f1 + uses: tj-actions/changed-files@ef3b6f1fa5eccdc95d915ec0f87a16535a73d0ca with: files: | **/*.md diff --git a/.github/workflows/workflow-deploy-ref-to-env.yml b/.github/workflows/workflow-deploy-ref-to-env.yml index fb7a8dadad..a5ac395621 100644 --- a/.github/workflows/workflow-deploy-ref-to-env.yml +++ b/.github/workflows/workflow-deploy-ref-to-env.yml @@ -60,13 +60,13 @@ jobs: - name: get changed files in the admin folder id: changed-files-admin - uses: tj-actions/changed-files@657a3f914f8c3dc9d8e541c1c2173057072d94f1 + uses: tj-actions/changed-files@ef3b6f1fa5eccdc95d915ec0f87a16535a73d0ca with: files: | service-admin/** - name: get changed files in the terraform folder id: changed-files-terraform - uses: tj-actions/changed-files@657a3f914f8c3dc9d8e541c1c2173057072d94f1 + uses: tj-actions/changed-files@ef3b6f1fa5eccdc95d915ec0f87a16535a73d0ca with: files: | terraform/**