Skip to content
Merged
2 changes: 0 additions & 2 deletions .github/workflows/check-community-approval.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

name: check-community-approval
on: workflow_call
permissions:
contents: read

jobs:
check-community-approval:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/check-pr-thumbs-up.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

name: check-pr-thumbs-up
on: workflow_call
permissions:
contents: read

jobs:
check-pr-thumbs-up:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/ossf-scorecard.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# Required Permissions:
# contents: read
# security-events: write
# id-token: write

name: ossf-scorecard
on: workflow_call
permissions:
contents: read

jobs:
ossf-scorecard:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/semver-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

name: semver-release
on: workflow_call
permissions:
contents: read

jobs:
semver-release:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/validate-pr-title.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

name: validate-pr-title
on: workflow_call
permissions:
contents: read

jobs:
validate-pr-title:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/z_local_ossf-scorecard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
ossf-scorecard:
name: ossf-scorecard
permissions:
contents: read
security-events: write
id-token: write
uses: ./.github/workflows/ossf-scorecard.yaml
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/z_local_validate-pr-title.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
validate-pr-title:
name: validate-pr-title
permissions:
contents: read
pull-requests: read
uses: ./.github/workflows/validate-pr-title.yaml
secrets: inherit
Loading