Skip to content

Release notes for 1.56.x - Release #7 #77

Release notes for 1.56.x - Release #7

Release notes for 1.56.x - Release #7 #77

Workflow file for this run

name: security
on:
workflow_dispatch:
push:
branches: [main, master, staging, development, devel]
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
branches: [main, master, staging, development, devel]
jobs:
security:
name: security
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: brave/security-action@main
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
slack_token: ${{ secrets.HOTSPOTS_SLACK_TOKEN }}