Skip to content

Commit d1aa26d

Browse files
committed
fix repo name
1 parent 67e325e commit d1aa26d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/security-scan.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Checkout monorepo (for local actions)
7373
uses: actions/checkout@v4
7474
with:
75-
repository: metamask/experimental-security-codescanner-monorepo
75+
repository: metamask/action-security-code-scanner
7676
ref: ${{ inputs.scanner_ref || 'main' }}
7777
path: ${{ env.MONOREPO_PATH }}
7878

@@ -105,7 +105,7 @@ jobs:
105105
- name: Checkout monorepo (for local actions)
106106
uses: actions/checkout@v4
107107
with:
108-
repository: MetaMask/experimental-security-codescanner-monorepo
108+
repository: MetaMask/action-security-code-scanner
109109
ref: ${{ inputs.scanner_ref || 'main' }}
110110
path: ${{ env.MONOREPO_PATH }}
111111

@@ -139,7 +139,7 @@ jobs:
139139
- name: Checkout monorepo (for local actions)
140140
uses: actions/checkout@v4
141141
with:
142-
repository: MetaMask/experimental-security-codescanner-monorepo
142+
repository: MetaMask/action-security-code-scanner
143143
ref: ${{ inputs.scanner_ref || 'main' }}
144144
path: ${{ env.MONOREPO_PATH }}
145145

0 commit comments

Comments
 (0)