Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Add Release Notes for iOS Release 1.62.1 #3109

Add Release Notes for iOS Release 1.62.1

Add Release Notes for iOS Release 1.62.1 #3109

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