Skip to content

Commit

Permalink
update validator and cop version to the latest version supporting the…
Browse files Browse the repository at this point in the history
… v4.3 guidelines
  • Loading branch information
PhilippSalvisberg committed Oct 4, 2023
1 parent 306caf8 commit 4dac47a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: db* CODECOP Issues
run: |
export COP=4.3.1
export VALIDATOR=4.3.1
export COP=4.4.0
export VALIDATOR=4.4.0
wget https://github.com/Trivadis/plsql-cop-cli/releases/download/v$COP/tvdcc-$COP.zip
unzip tvdcc-$COP.zip -d .
wget -P tvdcc-$COP/plugin/ https://github.com/Trivadis/plsql-cop-validators/releases/download/v$VALIDATOR/sonar-plsql-cop-custom-validators-plugin-$VALIDATOR.jar
Expand Down

0 comments on commit 4dac47a

Please sign in to comment.