Skip to content

Update bytemare/workflows digest to e965440 - autoclosed #172

Update bytemare/workflows digest to e965440 - autoclosed

Update bytemare/workflows digest to e965440 - autoclosed #172

Workflow file for this run

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@10acaec9311457cf71789a956e110ac175297fb1

Check failure on line 37 in .github/workflows/scorecards.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/scorecards.yml

Invalid workflow file

error parsing called workflow ".github/workflows/scorecards.yml" -> "bytemare/workflows/.github/workflows/scorecard.yml@10acaec9311457cf71789a956e110ac175297fb1" : failed to fetch workflow: workflow was not found.
secrets:
token: ${{ secrets.SCORECARD_TOKEN }}