From 384932e8c5a8e4c9e4282b38e155b8cdbb9b60c5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 10:04:18 +0000 Subject: [PATCH 1/2] Renovate Update tj-actions/changed-files digest to ef3b6f1 (#2989) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/path-to-live.yml | 2 +- .github/workflows/pull-request-path.yml | 6 +++--- .github/workflows/workflow-deploy-ref-to-env.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) 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/** From 53571709ccf6ca0b0331e85ec64e6eeec9fab93c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 10:54:05 +0000 Subject: [PATCH 2/2] Renovate Update actions/cache digest to 1bd1e32 (#2988) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/_build-and-push.yml | 2 +- .github/workflows/_node-build.yml | 2 +- .github/workflows/_node-test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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: