Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ permissions:

jobs:
scan:
# Skip on Dependabot PRs: a cross-repo reusable workflow called with `secrets: inherit`
# startup-fails for Dependabot's restricted context, which blocks Dependabot's own security
# PRs. Dependabot already vetted the bump; push/schedule still scan the default branch.
if: ${{ github.actor != 'dependabot[bot]' }}
uses: resq-software/.github/.github/workflows/security-scan.yml@94363a6a6856b7d86aceac91c4ff7df4bc19ced9 # main
with:
languages: '["actions"]'
Expand Down
Loading