Skip to content

Commit 3aa3187

Browse files
committed
fix zizmor findings
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
1 parent 7def90a commit 3aa3187

File tree

8 files changed

+103
-84
lines changed

8 files changed

+103
-84
lines changed

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