Skip to content

[iOS] - Leo QA Iteration 3 #26226

[iOS] - Leo QA Iteration 3

[iOS] - Leo QA Iteration 3 #26226

Workflow file for this run

name: security
on:
workflow_dispatch:
push:
branches: [master]
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
branches: [master]
jobs:
security:
name: security
runs-on: ubuntu-latest
strategy:
fail-fast: false
# CodeQL analyzed languages
matrix:
language: [ 'generic', 'javascript', 'python' ]
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
with:
fetch-depth: 0
- uses: brave/security-action@main
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
slack_token: ${{ secrets.HOTSPOTS_SLACK_TOKEN }} # optional
codeql_config: ./.github/codeql/codeql-config.yml
gh_to_slack_user_map: ${{ secrets.GH_TO_SLACK_USER_MAP }}
assignees: |
fmarier
thypon