Skip to content

Commit 0992283

Browse files
committed
Fix
Signed-off-by: Steven Sheehy <steven.sheehy@swirldslabs.com>
1 parent 1a3f17e commit 0992283

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/security.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ concurrency:
3030

3131
jobs:
3232
codeql:
33+
if: github.ref == 'refs/heads/main'
3334
name: CodeQL
3435
runs-on: transaction-tools-linux-medium
3536
permissions:
@@ -81,6 +82,7 @@ jobs:
8182
run: pnpm audit --audit-level=high
8283

8384
semgrep:
85+
if: github.ref == 'refs/heads/main'
8486
name: Semgrep
8587
permissions:
8688
security-events: write # Required for uploading SARIF

0 commit comments

Comments
 (0)