Skip to content

Fix Semgrep workflow startup failure (inline instead of private reusable workflow)#10

Merged
stremovsky merged 1 commit into
mainfrom
fix-semgrep-inline
Jul 21, 2026
Merged

Fix Semgrep workflow startup failure (inline instead of private reusable workflow)#10
stremovsky merged 1 commit into
mainfrom
fix-semgrep-inline

Conversation

@stremovsky

Copy link
Copy Markdown
Contributor

PR #9 wired a caller for the reusable workflow in the private databunker-devops repo. GitHub blocks a public repo from using a reusable workflow stored in a private repo, so the run ended in startup_failure and the Actions tab showed the file path instead of the "semgrep" name.

Fix: replace the caller with a self-contained Semgrep scan (same rulesets, pinned actions, SARIF to Code Scanning + 180-day artifact). No cross-repo dependency.

Local scan: 0 findings.

🤖 Generated with Claude Code

…flow)

PR #9's caller referenced the reusable workflow in the private databunker-devops repo. GitHub blocks public repos from using a private repo's reusable workflow, so the run ended in startup_failure (and showed the file path instead of the workflow name). Replace with a self-contained scan.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@github-advanced-security

Copy link
Copy Markdown

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

@stremovsky
stremovsky merged commit e3250c2 into main Jul 21, 2026
6 checks passed
@stremovsky
stremovsky deleted the fix-semgrep-inline branch July 21, 2026 16:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants