From 065d77d2b04a06a30f68aa8e137fd3c03606f4b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 22:58:08 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact digest to 89ef406 --- .github/workflows/performance-tests.yml | 2 +- .github/workflows/reusable-api-library-tests.yml | 2 +- .github/workflows/reusable-federation-tests.yml | 2 +- .../workflows/reusable-integration-tests-on-prem-nightly.yml | 4 ++-- .github/workflows/reusable-integration-tests-on-prem.yml | 4 ++-- .../workflows/reusable-subscriptions-plugin-amqp-e2e-test.yml | 4 ++-- .github/workflows/reusable-unit-tests.yml | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/performance-tests.yml b/.github/workflows/performance-tests.yml index 93ee91d5ad..e59c6de6bb 100644 --- a/.github/workflows/performance-tests.yml +++ b/.github/workflows/performance-tests.yml @@ -119,7 +119,7 @@ jobs: working-directory: packages/graphql - name: Archive performance test results - uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4 + uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4 with: name: performance path: packages/graphql/performance/ diff --git a/.github/workflows/reusable-api-library-tests.yml b/.github/workflows/reusable-api-library-tests.yml index a152b270cf..f1278cedaa 100644 --- a/.github/workflows/reusable-api-library-tests.yml +++ b/.github/workflows/reusable-api-library-tests.yml @@ -94,7 +94,7 @@ jobs: run: yarn --cwd packages/graphql run test:schema --coverage - if: ${{ !inputs.disable-coverage-archival }} name: Archive coverage report - uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4 + uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4 with: name: api-library-coverage-graphql path: packages/graphql/coverage/ diff --git a/.github/workflows/reusable-federation-tests.yml b/.github/workflows/reusable-federation-tests.yml index 131aa1f463..73f9bfb0c1 100644 --- a/.github/workflows/reusable-federation-tests.yml +++ b/.github/workflows/reusable-federation-tests.yml @@ -39,7 +39,7 @@ jobs: mkdir prnumber echo "$PULL_REQUEST_NUMBER" > ./prnumber/prnumber - name: Archive PR number - uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4 + uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4 with: name: prnumber path: prnumber/ diff --git a/.github/workflows/reusable-integration-tests-on-prem-nightly.yml b/.github/workflows/reusable-integration-tests-on-prem-nightly.yml index 8cc5cbbd9c..b516e33b87 100644 --- a/.github/workflows/reusable-integration-tests-on-prem-nightly.yml +++ b/.github/workflows/reusable-integration-tests-on-prem-nightly.yml @@ -114,7 +114,7 @@ jobs: NEO_URL: neo4j://localhost:7687 - if: ${{ !inputs.disable-coverage-archival && matrix.packages.package == 'graphql' }} name: Archive coverage report - uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4 + uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4 with: name: integration-nightly-coverage-${{ matrix.packages.package }}-${{ matrix.graphql-version.coverage_path }}-${{ matrix.packages.coverage_name }}-${{ matrix.node.coverage_name }} path: packages/${{ matrix.packages.package }}/coverage-nightly-${{ matrix.graphql-version.coverage_path }}/ @@ -130,7 +130,7 @@ jobs: steps: - if: ${{ !inputs.disable-coverage-archival }} name: Merge Artifacts - uses: actions/upload-artifact/merge@0b2256b8c012f0828dc542b3febcab082c67f72b # v4 + uses: actions/upload-artifact/merge@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4 with: name: integration-nightly-coverage pattern: integration-nightly-coverage-* diff --git a/.github/workflows/reusable-integration-tests-on-prem.yml b/.github/workflows/reusable-integration-tests-on-prem.yml index 6cdfac5fc7..232a975049 100644 --- a/.github/workflows/reusable-integration-tests-on-prem.yml +++ b/.github/workflows/reusable-integration-tests-on-prem.yml @@ -72,7 +72,7 @@ jobs: NEO_URL: bolt://localhost:7687 - if: ${{ !inputs.disable-coverage-archival && matrix.packages.package == 'graphql' }} name: Archive coverage report - uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4 + uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4 with: name: integration-coverage-${{ matrix.packages.package }}-${{ matrix.neo4j-version }}-${{ matrix.graphql-version.coverage_path }}-${{ matrix.packages.coverage_name }} path: packages/${{ matrix.packages.package }}/coverage-${{ matrix.neo4j-version }}-${{ matrix.graphql-version.coverage_path }}/ @@ -83,7 +83,7 @@ jobs: steps: - if: ${{ !inputs.disable-coverage-archival }} name: Merge Artifacts - uses: actions/upload-artifact/merge@0b2256b8c012f0828dc542b3febcab082c67f72b # v4 + uses: actions/upload-artifact/merge@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4 with: name: integration-coverage pattern: integration-coverage-* diff --git a/.github/workflows/reusable-subscriptions-plugin-amqp-e2e-test.yml b/.github/workflows/reusable-subscriptions-plugin-amqp-e2e-test.yml index 257ce95215..36c6716d71 100644 --- a/.github/workflows/reusable-subscriptions-plugin-amqp-e2e-test.yml +++ b/.github/workflows/reusable-subscriptions-plugin-amqp-e2e-test.yml @@ -56,7 +56,7 @@ jobs: RABBITMQ_USER: guest RABBITMQ_PASSWORD: guest - name: Archive coverage report - uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4 + uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4 with: name: e2e-coverage-graphql-amqp-subscriptions-engine-${{ matrix.graphql-version }}-${{ matrix.neo4j-version }} path: packages/graphql-amqp-subscriptions-engine/coverage/ @@ -66,7 +66,7 @@ jobs: needs: e2e-tests steps: - name: Merge Artifacts - uses: actions/upload-artifact/merge@0b2256b8c012f0828dc542b3febcab082c67f72b # v4 + uses: actions/upload-artifact/merge@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4 with: name: e2e-coverage-graphql-amqp-subscriptions-engine pattern: e2e-coverage-graphql-amqp-subscriptions-engine-* diff --git a/.github/workflows/reusable-unit-tests.yml b/.github/workflows/reusable-unit-tests.yml index 99eb105470..1baaff4384 100644 --- a/.github/workflows/reusable-unit-tests.yml +++ b/.github/workflows/reusable-unit-tests.yml @@ -34,7 +34,7 @@ jobs: working-directory: packages/${{ matrix.package }} - if: ${{ !inputs.disable-coverage-archival && matrix.package == 'graphql' }} name: Archive coverage report - uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4 + uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4 with: name: unit-coverage-${{ matrix.package }} path: packages/${{ matrix.package }}/coverage/