Update bytemare/workflows digest to e965440 - autoclosed #255
Workflow file for this run
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: Scorecard Analysis Workflow | ||
| on: | ||
| push: | ||
| branches: | ||
| - main | ||
| pull_request: | ||
| branches: | ||
| - main | ||
| schedule: | ||
| # Weekly on Saturdays. | ||
| - cron: '30 1 * * 6' | ||
| permissions: {} | ||
| jobs: | ||
| analysis: | ||
| permissions: | ||
| # Needed if using Code scanning alerts | ||
| security-events: write | ||
| # Needed for GitHub OIDC token if publish_results is true | ||
| id-token: write | ||
| # Needed for nested workflow | ||
| actions: read | ||
| attestations: read | ||
| checks: read | ||
| contents: read | ||
| deployments: read | ||
| issues: read | ||
| discussions: read | ||
| packages: read | ||
| pages: read | ||
| pull-requests: read | ||
| repository-projects: read | ||
| statuses: read | ||
| uses: bytemare/workflows/.github/workflows/scorecard.yml@e965440e90e3d80e63473574eba1ffe5ba9443cd | ||
|
Check failure on line 37 in .github/workflows/scorecards.yml
|
||
| secrets: | ||
| token: ${{ secrets.SCORECARD_TOKEN }} | ||