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 306caf8 commit 4dac47aCopy full SHA for 4dac47a
.github/workflows/build.yml
@@ -18,8 +18,8 @@ jobs:
18
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
19
- name: db* CODECOP Issues
20
run: |
21
- export COP=4.3.1
22
- export VALIDATOR=4.3.1
+ export COP=4.4.0
+ export VALIDATOR=4.4.0
23
wget https://github.com/Trivadis/plsql-cop-cli/releases/download/v$COP/tvdcc-$COP.zip
24
unzip tvdcc-$COP.zip -d .
25
wget -P tvdcc-$COP/plugin/ https://github.com/Trivadis/plsql-cop-validators/releases/download/v$VALIDATOR/sonar-plsql-cop-custom-validators-plugin-$VALIDATOR.jar
0 commit comments