Skip to content

chore(deps): update dependency axios to v1.13.5 [security] (#2352) #882

chore(deps): update dependency axios to v1.13.5 [security] (#2352)

chore(deps): update dependency axios to v1.13.5 [security] (#2352) #882

Workflow file for this run

name: Merge
on:
push:
branches: [main]
paths-ignore:
- "*.md"
- ".github/**"
- ".github/graphics/**"
- "!.github/workflows/**"
concurrency:
# Do not interrupt previous workflows
group: ${{ github.workflow }}
cancel-in-progress: false
permissions: {}
jobs:
init:
name: Initialize
outputs:
pr: ${{ steps.pr.outputs.pr }}
runs-on: ubuntu-24.04
steps:
# Get PR number for squash merges to main
- id: pr
uses: bcgov/action-get-pr@35514fa1d4765547da319e967b509363598e8b46 # v0.1.0
deploys-test:
name: TEST Deploys (${{ needs.init.outputs.pr }})
needs: [init]
secrets: inherit
uses: ./.github/workflows/.deploy.yml
with:
environment: test
tag: ${{ needs.init.outputs.pr }}
target: test