Skip to content

Commit 4dac47a

Browse files
update validator and cop version to the latest version supporting the v4.3 guidelines
1 parent 306caf8 commit 4dac47a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
1919
- name: db* CODECOP Issues
2020
run: |
21-
export COP=4.3.1
22-
export VALIDATOR=4.3.1
21+
export COP=4.4.0
22+
export VALIDATOR=4.4.0
2323
wget https://github.com/Trivadis/plsql-cop-cli/releases/download/v$COP/tvdcc-$COP.zip
2424
unzip tvdcc-$COP.zip -d .
2525
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

Comments
 (0)