We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81685a6 commit 5bebe9dCopy full SHA for 5bebe9d
1 file changed
.github/workflows/maven.yml
@@ -8,7 +8,8 @@ on:
8
9
jobs:
10
build:
11
-
+ permissions:
12
+ contents: write
13
runs-on: ubuntu-latest
14
15
steps:
@@ -24,4 +25,5 @@ jobs:
24
25
26
# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
27
- name: Update dependency graph
28
+ if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository
29
uses: advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6
0 commit comments