Skip to content

Commit

Permalink
updaet sonar versiomn
Browse files Browse the repository at this point in the history
Signed-off-by: Nicklas Körtge <[email protected]>
  • Loading branch information
n1ckl0sk0rtge committed Sep 19, 2024
1 parent 969c921 commit b7396bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
pull_request:
branches: [ "main" ]
release:
types: [ "released" ]
types: [ "published" ]
workflow_dispatch:

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
pull_request:
branches: [ "main" ]
release:
types: [ "released" ]
types: [ "published" ]
workflow_dispatch:

env:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<jackson.version>2.17.2</jackson.version>
<cyclonedx-maven-plugin.version>2.8.0</cyclonedx-maven-plugin.version>

<sonar.crypto.plugin.version>1.2.0</sonar.crypto.plugin.version>
<sonar.crypto.plugin.version>1.3.0</sonar.crypto.plugin.version>
<sonar.plugin.api.version>9.17.0.587</sonar.plugin.api.version>
<sonar.plugin.api.impl.version>10.4.1.88267</sonar.plugin.api.impl.version>
<!-- language parser versions -->
Expand Down

0 comments on commit b7396bc

Please sign in to comment.