Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/comprehensive-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ on:
schedule:
- cron: '0 5 * * 0'

permissions: read-all

jobs:
# DEPENDABILITY - Stability and reliability
dependability:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ permissions: read-all
jobs:
analysis:
permissions:
# A job-level `permissions:` block REPLACES the default grant, so
# `contents` must be listed explicitly: the reusable declares
# `permissions: contents: read` at workflow_call level, and a reusable
# may not request more permission than its caller holds. Omitting this
# drops `contents` to none -> startup_failure with zero jobs.
contents: read
security-events: write
id-token: write
uses: hyperpolymath/standards/.github/workflows/scorecard-reusable.yml@81dbf2dd854b1444fd6236fa2352474383b2c2b9
Expand Down
Loading
Loading