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 d88277a commit a676648Copy full SHA for a676648
.github/workflows/mvnw.yml
@@ -30,7 +30,9 @@ jobs:
30
restore-keys: |
31
${{ runner.os }}-maven-
32
33
- - name: Initialize CodeQL
+
34
+ - if: "!contains(github.ref, 'dependabot')"
35
+ name: Initialize CodeQL
36
uses: github/codeql-action/init@v2
37
with:
38
languages: java
@@ -40,5 +42,6 @@ jobs:
40
42
- name: Check license file
41
43
uses: dockstore/workflow-actions/.github/actions/check-license@main
44
- - name: Perform CodeQL Analysis
45
46
+ name: Perform CodeQL Analysis
47
uses: github/codeql-action/analyze@v2
0 commit comments