[Snyk] Upgrade react-native-webview from 13.8.6 to 13.12.3 #327
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: Audit | |
on: | |
push: | |
branches: [main] | |
pull_request: | |
branches: [main] | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
audit: | |
uses: inrupt/typescript-sdk-tools/.github/workflows/reusable-audit.yml@v3 | |
secrets: | |
WEBHOOK_E2E_FAILURE: "REQUIRED BUT ONLY USED FOR SCHEDULED RUNS" |