We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 0fdabfd commit 1966f4fCopy full SHA for 1966f4f
.github/workflows/codeql.yml
@@ -69,8 +69,8 @@ jobs:
69
# modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.
70
71
- run: |
72
- echo "Run, Build Application using script"
73
- mvn clean test jacoco:report package
+ echo "Run, Build Application using script"
+ mvn clean test jacoco:report package
74
75
- name: Perform CodeQL Analysis
76
uses: github/codeql-action/analyze@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
0 commit comments