Fix reusable workflow owner: JonKazama-Hellion not Hellion-Forge
Security / semgrep (push) Failing after 1s
Security / trivy (push) Failing after 0s

The security-workflows repo lives under the personal account, not the
Hellion-Forge org.
This commit is contained in:
2026-05-09 17:30:58 +02:00
parent c49295c013
commit 4545eb7e45
+4 -2
View File
@@ -8,11 +8,13 @@ on:
schedule: schedule:
- cron: '0 4 * * 1' # Mondays 04:00 UTC - cron: '0 4 * * 1' # Mondays 04:00 UTC
# Reusable workflows live in JonKazama-Hellion/security-workflows
# (the security-workflows repo is in the personal account, not in either org).
jobs: jobs:
semgrep: semgrep:
uses: Hellion-Forge/security-workflows/.gitea/workflows/semgrep.yml@main uses: JonKazama-Hellion/security-workflows/.gitea/workflows/semgrep.yml@main
# If you need to exclude specific rules or paths, drop a .semgrep-exclude.yml # If you need to exclude specific rules or paths, drop a .semgrep-exclude.yml
# at the repo root. The reusable workflow honors it. # at the repo root. The reusable workflow honors it.
trivy: trivy:
uses: Hellion-Forge/security-workflows/.gitea/workflows/trivy.yml@main uses: JonKazama-Hellion/security-workflows/.gitea/workflows/trivy.yml@main