Upgrade JwtBearer nuget to 8.0.12 to avoid implicit reference to vulnerability #420
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: Semgrep scan | |
on: | |
pull_request: | |
branches: ["main"] | |
workflow_dispatch: {} | |
schedule: | |
- cron: "54 11 * * 6" | |
jobs: | |
call-workflow-semgrep: | |
permissions: | |
contents: read | |
security-events: write | |
uses: gsoft-inc/wl-reusable-workflows/.github/workflows/reusable-semgrep-workflow.yml@main |