Skip to content

chore(deps-dev): bump reflect.getprototypeof from 1.0.9 to 1.0.10 (#6… #1261

chore(deps-dev): bump reflect.getprototypeof from 1.0.9 to 1.0.10 (#6…

chore(deps-dev): bump reflect.getprototypeof from 1.0.9 to 1.0.10 (#6… #1261

Workflow file for this run

name: Deployment trigger
permissions: read-all
on:
push:
branches:
- main
concurrency:
# yamllint disable-line rule:line-length
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true
jobs:
deploy:
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
- name: Deployment start
if: always() && github.event_name == 'push' && github.ref == 'refs/heads/main'
# yamllint disable-line rule:line-length
# nosemgrep: yaml.github-actions.security.third-party-action-not-pinned-to-commit-sha.third-party-action-not-pinned-to-commit-sha
uses: Mergifyio/gha-slack-notification@main
with:
type: deploy-start
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_DEPLOYMENT_WEBHOOK_URL_RELEASES }}