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 22e04a9 commit cd7b976Copy full SHA for cd7b976
.github/workflows/maven.yml
@@ -32,4 +32,5 @@ jobs:
32
33
# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
34
- name: Update dependency graph
35
+ if: github.event_name == 'push'
36
uses: advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6
.github/workflows/sonarcloud.yml
@@ -3,8 +3,6 @@ on:
3
push:
4
branches:
5
- main
6
- pull_request:
7
- types: [opened, synchronize, reopened]
8
permissions:
9
pull-requests: read
10
jobs:
0 commit comments