Skip to content

Commit 8d38087

Browse files
committed
chore: Fix pedantic level reports from zizmor
Fix all medium and high level findings
1 parent f2cd8f0 commit 8d38087

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/codeql.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@ on:
1010
permissions:
1111
actions: read
1212
contents: read
13-
security-events: write
1413

1514
jobs:
1615
codeql:
1716
runs-on: ubuntu-latest
17+
permissions:
18+
security-events: write
1819
steps:
1920
- name: Checkout repository
2021
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1

0 commit comments

Comments
 (0)