Skip to content

Commit c9bca67

Browse files
ci: move workflow permissions to job level (SonarCloud)
1 parent 20350fa commit c9bca67

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/snapshot-test.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,12 @@ env:
1616
GITHUB_PR_NUM: ${{ github.event.pull_request.number }}
1717
jobs:
1818
run_snapshot_tests:
19+
permissions:
20+
actions: write
21+
contents: read
22+
pull-requests: write
1923
name: Run
2024
runs-on: ubuntu-24.04
21-
permissions:
2225
contents: read
2326
pull-requests: read
2427
steps:

0 commit comments

Comments
 (0)