From bced40a05469810cfc1cc61ee1e15ca35a3a6024 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 14:36:01 +0000 Subject: [PATCH 1/2] Bump cross-spawn from 7.0.3 to 7.0.6 in /nginx/webpack Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6. - [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md) - [Commits](https://github.com/moxystudio/node-cross-spawn/compare/v7.0.3...v7.0.6) --- updated-dependencies: - dependency-name: cross-spawn dependency-type: indirect ... Signed-off-by: dependabot[bot] --- nginx/webpack/yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nginx/webpack/yarn.lock b/nginx/webpack/yarn.lock index d8dd9ea..7a7d705 100644 --- a/nginx/webpack/yarn.lock +++ b/nginx/webpack/yarn.lock @@ -1447,9 +1447,9 @@ core-js-compat@^3.38.0, core-js-compat@^3.38.1: browserslist "^4.24.2" cross-spawn@^7.0.3: - version "7.0.3" - resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6" - integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w== + version "7.0.6" + resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz#8a58fe78f00dcd70c370451759dfbfaf03e8ee9f" + integrity sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA== dependencies: path-key "^3.1.0" shebang-command "^2.0.0" From 4055904ed474e7aa195f918285581e492b8c3dd3 Mon Sep 17 00:00:00 2001 From: jamesrwarren Date: Mon, 25 Nov 2024 11:38:38 +0000 Subject: [PATCH 2/2] change so dependabot runs will still run full workflow --- .github/workflows/_build.yml | 2 -- .github/workflows/workflow_pull_request_path.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/_build.yml b/.github/workflows/_build.yml index 8d2ab2b..d5c37ce 100644 --- a/.github/workflows/_build.yml +++ b/.github/workflows/_build.yml @@ -61,7 +61,6 @@ jobs: uses: unfor19/install-aws-cli-action@46282f151073130d90347412d9c4ef0640177f22 # pin@v1.0.3 - name: configure OIDC AWS credentials for ECR push - if: ${{ github.actor != 'dependabot[bot]' }} uses: aws-actions/configure-aws-credentials@97834a484a5ab3c40fa9e2eb40fcf8041105a573 # pin@v1.7.0 with: role-to-assume: arn:aws:iam::311462405659:role/incident-response-gh-actions-ecr-push @@ -109,7 +108,6 @@ jobs: run: echo "Tag to use - ${IMAGE_TAG}" - name: tag and push container - if: ${{ github.actor != 'dependabot[bot]' }} env: ECR_REGISTRY: ${{ steps.login_ecr.outputs.registry }} IMAGE_TAG: ${{ inputs.tag }} diff --git a/.github/workflows/workflow_pull_request_path.yml b/.github/workflows/workflow_pull_request_path.yml index 76284b3..03e5b3d 100644 --- a/.github/workflows/workflow_pull_request_path.yml +++ b/.github/workflows/workflow_pull_request_path.yml @@ -55,7 +55,6 @@ jobs: branch_name: ${{ needs.workflow_variables.outputs.parsed_branch }} deploy_to_development_environment: - if: ${{ github.actor != 'dependabot[bot]' }} name: Deploy to Development Environment needs: [ workflow_variables, @@ -69,7 +68,6 @@ jobs: apply: true smoke_test: - if: ${{ github.actor != 'dependabot[bot]' }} name: Check Website Availability needs: [ workflow_variables,