From ed194b6dad094355b8e45b313d813efdc946d232 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 10:57:10 +0000 Subject: [PATCH] Renovate Update actions/upload-artifact digest to 6f51ac0 (#3015) 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/_run-behat-tests.yml | 2 +- .github/workflows/_run-terraform.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/_build-and-push.yml b/.github/workflows/_build-and-push.yml index ad86c45eb7..56077d4ec7 100644 --- a/.github/workflows/_build-and-push.yml +++ b/.github/workflows/_build-and-push.yml @@ -228,7 +228,7 @@ jobs: (inputs.specific_path == 'all' || inputs.specific_path == matrix.svc_prefix) - name: archive test results - uses: actions/upload-artifact@184d73b71b93c222403b2e7f1ffebe4508014249 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b with: name: service-${{ matrix.svc_prefix }} path: build/service-${{ matrix.svc_prefix }} diff --git a/.github/workflows/_node-build.yml b/.github/workflows/_node-build.yml index 38055b54c5..8b5e44f1fe 100644 --- a/.github/workflows/_node-build.yml +++ b/.github/workflows/_node-build.yml @@ -33,7 +33,7 @@ jobs: cd service-front/web/ npm run build - name: archive dist - uses: actions/upload-artifact@184d73b71b93c222403b2e7f1ffebe4508014249 # pin@v3.1.0 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # pin@v3.1.0 with: name: dist-web path: service-front/web/dist/ diff --git a/.github/workflows/_run-behat-tests.yml b/.github/workflows/_run-behat-tests.yml index b541788822..8fe3ff8031 100644 --- a/.github/workflows/_run-behat-tests.yml +++ b/.github/workflows/_run-behat-tests.yml @@ -94,7 +94,7 @@ jobs: vendor/bin/behat - name: archive failed test screenshots - uses: actions/upload-artifact@184d73b71b93c222403b2e7f1ffebe4508014249 # pin@v3.1.0 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # pin@v3.1.0 with: name: behat-screenshots path: tests/smoke/failed_step_screenshots diff --git a/.github/workflows/_run-terraform.yml b/.github/workflows/_run-terraform.yml index ec3c3b71e9..f847cd10f6 100644 --- a/.github/workflows/_run-terraform.yml +++ b/.github/workflows/_run-terraform.yml @@ -152,7 +152,7 @@ jobs: - name: upload environment cluster config file if: inputs.terraform_path == 'environment' - uses: actions/upload-artifact@184d73b71b93c222403b2e7f1ffebe4508014249 # pin@v3.1.0 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # pin@v3.1.0 with: name: environment_config_file_${{ inputs.workspace }} path: terraform/environment/cluster_config.json