diff --git a/.github/workflows/secret-scan.yml b/.github/workflows/secret-scan.yml index ff351015..74a5dac0 100644 --- a/.github/workflows/secret-scan.yml +++ b/.github/workflows/secret-scan.yml @@ -12,7 +12,11 @@ name: Secret scan # # jobs: # secret-scan: -# uses: Molecule-AI/molecule-monorepo/.github/workflows/secret-scan.yml@main +# uses: Molecule-AI/molecule-core/.github/workflows/secret-scan.yml@staging +# +# Pin to @staging not @main — staging is the active default branch, +# main lags via the staging-promotion workflow. Updates ride along +# automatically on the next consumer workflow run. # # Same regex set as the runtime's bundled pre-commit hook # (molecule-ai-workspace-runtime: molecule_runtime/scripts/pre-commit-checks.sh).