[Button]: deprecate fab prop in favor of iconOnly #1741
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: [main] | |
pull_request: | |
types: [opened, synchronize, reopened, ready_for_review] | |
branches: [main] | |
jobs: | |
security: | |
name: security | |
runs-on: ubuntu-latest | |
strategy: | |
fail-fast: false | |
# CodeQL analyzed languages | |
matrix: | |
language: ['generic', 'javascript'] | |
steps: | |
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 | |
with: | |
fetch-depth: 0 | |
- uses: brave/security-action@main | |
with: | |
github_token: ${{ secrets.GITHUB_TOKEN }} | |
slack_token: ${{ secrets.HOTSPOTS_SLACK_TOKEN }} # optional | |
# by default assignees will be thypon and bcaller, modify accordingly | |
assignees: | | |
thypon | |
bcaller |