Skip to content

Commit 8b06df6

Browse files
committed
fix zizmor findings
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
1 parent f055ae8 commit 8b06df6

File tree

9 files changed

+109
-86
lines changed

9 files changed

+109
-86
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,17 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "daily"
7+
cooldown:
8+
default-days: 2
79
labels:
810
- "dependencies"
911
- "bot"
1012
- package-ecosystem: "npm"
1113
directory: "/"
1214
schedule:
1315
interval: "daily"
16+
cooldown:
17+
default-days: 2
1418
versioning-strategy: "increase"
1519
allow:
1620
- dependency-type: "production"

.github/workflows/ci-subaction.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: ci-subaction
22

3+
permissions:
4+
contents: read
5+
36
concurrency:
47
group: ${{ github.workflow }}-${{ github.ref }}
58
cancel-in-progress: true
@@ -60,7 +63,7 @@ jobs:
6063
steps:
6164
-
6265
name: Checkout
63-
uses: actions/checkout@v6
66+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6467
-
6568
name: Matrix gen
6669
id: gen
@@ -71,7 +74,7 @@ jobs:
7174
fields: ${{ matrix.fields }}
7275
-
7376
name: Check output
74-
uses: actions/github-script@v8
77+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
7578
env:
7679
INPUT_MATRIX: ${{ steps.gen.outputs.matrix }}
7780
INPUT_EXPECTED: ${{ matrix.expected }}

0 commit comments

Comments
 (0)