Update actions/deploy-pages digest to de14547 #40
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 |