We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa130fc commit f1fcf21Copy full SHA for f1fcf21
.github/workflows/dependabot-update-purls.yml
@@ -11,6 +11,7 @@ jobs:
11
update-purls:
12
name: Update PURLs
13
runs-on: ubuntu-latest
14
+ if: github.actor == 'dependabot[bot]'
15
steps:
16
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
17
with:
0 commit comments