Skip to content

Commit 2054154

Browse files
committed
ci(monorepo): Resolve zizmor action issues
1 parent 8db69fb commit 2054154

File tree

4 files changed

+8
-1
lines changed

4 files changed

+8
-1
lines changed

.github/workflows/gitguardian.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
branches:
1111
- "**"
1212

13+
permissions: {}
14+
1315
jobs:
1416
scanning:
1517
name: GitGuardian scan

.github/workflows/lock.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
- cron: "0 9 * * *"
77
workflow_dispatch:
88

9+
permissions: {}
10+
911
env:
1012
CI: true
1113
SKIP_ENV_VALIDATION: true

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ on:
1212
- canary
1313
- experimental
1414

15+
permissions: {}
16+
1517
env:
1618
CI: true
1719
STORM_REPOSITORY: ${{ github.repositoryUrl }}
@@ -20,7 +22,6 @@ env:
2022
GITHUB_TOKEN: ${{ github.token }}
2123
NPM_TOKEN: ${{ secrets.STORM_BOT_NPM_TOKEN }}
2224
CARGO_REGISTRY_TOKEN: ${{ secrets.STORM_BOT_CARGO_TOKEN }}
23-
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
2425

2526
jobs:
2627
start:

.github/workflows/sync-labels.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
paths:
1111
- .github/labels.yml
1212

13+
permissions: {}
14+
1315
env:
1416
CI: true
1517
NX_DAEMON: false

0 commit comments

Comments
 (0)