Skip to content

Commit 98ea19b

Browse files
committed
revert
1 parent 58a5c1f commit 98ea19b

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/ossf-scorecard.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,18 @@ on:
88
- cron: "43 6 * * 5" # weekly at 06:43 (UTC) on Friday
99
workflow_dispatch:
1010

11-
permissions: read-all
11+
permissions:
12+
contents: read
1213

1314
jobs:
1415
analysis:
1516
runs-on: ubuntu-latest
16-
permissions: write-all
17-
17+
permissions:
18+
contents: read
19+
# Needed for Code scanning upload
20+
security-events: write
21+
# Needed for GitHub OIDC token if publish_results is true
22+
id-token: write
1823
steps:
1924
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2025
with:

0 commit comments

Comments
 (0)