1
0
mirror of synced 2026-08-31 22:46:02 +00:00
Files
spring-security/.github/workflows/dependabot-pr-build-workflow.yml
T
2026-08-13 16:39:07 -06:00

11 lines
260 B
YAML

name: Dependabot PR Build
on: pull_request_target
jobs:
build:
name: Build
uses: spring-projects/spring-security-commercial/.github/workflows/build-pull-request.yml@workflows/v1
if: ${{ github.actor == 'dependabot[bot]' }}
secrets: inherit