Skip to content
This repository was archived by the owner on Jan 7, 2026. It is now read-only.

Commit bfffd97

Browse files
authored
Fix remaining zizmor scan issues (#719)
1 parent e17d4d2 commit bfffd97

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/UNIT-TEST-GEN-ALL.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: UNIT-TEST-GEN-ALL
22
on:
33
workflow_dispatch:
44
# pull_request:
5-
permissions: read-all
5+
permissions:
6+
contents: read
67
jobs:
78
Checkout:
89
if: startsWith(github.ref, 'refs/heads/NEX_MAXIMUS_UT/')

.github/workflows/UNIT-TEST-RUN-WORKFLOW-DISPATCH.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: UNIT-TEST-RUN-WORKFLOW-DISPATCH
22
on:
33
workflow_dispatch
4-
permissions: read-all
4+
permissions:
5+
contents: read
56
jobs:
67
Checkout:
78
if: startsWith(github.ref, 'refs/heads/NEX_MAXIMUS_UT/')

0 commit comments

Comments
 (0)