Skip to content

Commit 5d6825c

Browse files
committed
ci: add job-level GITHUB_TOKEN permissions on heavy workflow
Align with Semgrep missing-explicit-permissions (job-scoped) expectations.
1 parent b6a450d commit 5d6825c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/heavy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ concurrency:
1515

1616
jobs:
1717
build-and-test:
18+
permissions:
19+
contents: read
1820
timeout-minutes: 20
1921
runs-on: ubuntu-latest-16-cores
2022
steps:

0 commit comments

Comments
 (0)