Skip to content

Commit

Permalink
Merge pull request #311 from ministryofjustice/dependabot/npm_and_yar…
Browse files Browse the repository at this point in the history
…n/nginx/webpack/cross-spawn-7.0.6

Bump cross-spawn from 7.0.3 to 7.0.6 in /nginx/webpack
  • Loading branch information
jamesrwarren authored Nov 25, 2024
2 parents 7df9e1f + 4055904 commit cce30ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ jobs:
uses: unfor19/install-aws-cli-action@46282f151073130d90347412d9c4ef0640177f22 # [email protected]

- name: configure OIDC AWS credentials for ECR push
if: ${{ github.actor != 'dependabot[bot]' }}
uses: aws-actions/configure-aws-credentials@97834a484a5ab3c40fa9e2eb40fcf8041105a573 # [email protected]
with:
role-to-assume: arn:aws:iam::311462405659:role/incident-response-gh-actions-ecr-push
Expand Down Expand Up @@ -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 }}
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/workflow_pull_request_path.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -69,7 +68,6 @@ jobs:
apply: true

smoke_test:
if: ${{ github.actor != 'dependabot[bot]' }}
name: Check Website Availability
needs: [
workflow_variables,
Expand Down
6 changes: 3 additions & 3 deletions nginx/webpack/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit cce30ef

Please sign in to comment.