Skip to content

Commit 5ec0c4b

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/verify.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,8 @@ jobs:
221221

222222
wagmi:
223223
name: Wagmi
224+
permissions:
225+
contents: read
224226
needs: [build, types]
225227
runs-on: ubuntu-latest
226228
timeout-minutes: 10
@@ -252,4 +254,3 @@ jobs:
252254
- name: Check build
253255
run: pnpm build
254256
working-directory: ./wagmi
255-

0 commit comments

Comments
 (0)