Skip to content

Desktop Release Notes for 1.57.x Release #2 #80

Desktop Release Notes for 1.57.x Release #2

Desktop Release Notes for 1.57.x Release #2 #80

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 }}