This repository has been archived by the owner on May 10, 2024. It is now read-only.
Fix #7485, #8012, #8151: Fix Playlist PIP continuation in Background, Data URL playing, Onboarding Popup #2803
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: security | |
on: | |
workflow_dispatch: | |
push: | |
branches: [development] | |
pull_request: | |
types: [opened, synchronize, reopened, ready_for_review] | |
branches: [development] | |
jobs: | |
security: | |
name: security | |
runs-on: ubuntu-latest | |
strategy: | |
fail-fast: false | |
# CodeQL analyzed languages | |
matrix: | |
language: [ 'generic', 'javascript', 'python' ] | |
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 }} # optional | |
assignees: | | |
stoletheminerals | |
thypon |