chore(deps): update actions/setup-go digest to 3041bf5 (#211) #371
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 Scanning" | |
on: | |
push: | |
branches: [main, master] | |
pull_request: | |
branches: [main, master] | |
jobs: | |
scan: | |
name: Security Scan | |
uses: chrisns/.github/.github/workflows/security-scan.yml@main | |
permissions: | |
security-events: write | |
statuses: write |