Skip to content

Commit 36773d2

Browse files
Potential fix for code scanning alert no. 5: Workflow does not contain permissions (#65)
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 1fed0ae commit 36773d2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/diff-spec.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ jobs:
99
check-spec:
1010
name: Check SDK is in sync with spec
1111
runs-on: ubuntu-latest
12+
permissions:
13+
contents: write
14+
pull-requests: write
1215
steps:
1316
- name: Checkout
1417
uses: actions/checkout@v6

0 commit comments

Comments
 (0)