Skip to content

Commit 410a2d6

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

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

.github/workflows/bump.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@ on:
88
workflow_dispatch:
99

1010
permissions:
11-
contents: write
12-
pull-requests: write
13-
actions: write
11+
{}
1412

1513
jobs:
1614
update-npins:
15+
permissions:
16+
contents: write
17+
pull-requests: write
18+
actions: write
1719
runs-on: ubuntu-latest
1820
steps:
1921
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1

.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)