bump golang.org/x/crypto #1
This file contains hidden or 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 Code Scanner | ||
| on: | ||
| # allow manual triggering of the workflow | ||
| workflow_dispatch: | ||
| # Required for Repository Ruleset workflows | ||
| push: | ||
| # Add this permissions block | ||
| permissions: | ||
| actions: read | ||
| pull-requests: read | ||
| security-events: write | ||
| id-token: write | ||
| contents: read | ||
| jobs: | ||
| Security-Code-Scanner: | ||
| uses: shopify/github-actions/.github/workflows/security-code-scanner-workflow.yml@main | ||
|
Check failure on line 20 in .github/workflows/security-code-scanner.yml
|
||
| secrets: | ||
| token: ${{ secrets.GITHUB_TOKEN }} | ||