Skip to content

Desktop Release Notes for 1.57.x Release #8 #86

Desktop Release Notes for 1.57.x Release #8

Desktop Release Notes for 1.57.x Release #8 #86

Workflow file for this run

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