aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2023-04-15 18:33:15 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2023-04-15 18:33:15 +0200
commitb4c08a0b94ae132f8c78c04ee5771e5bb1ab3627 (patch)
tree1992565f73b57559b2554e9f3e44d769c5c3222f /.github/workflows/build.yml
parentrefactor: rename RelationView to SymbolView (diff)
downloadrefinery-b4c08a0b94ae132f8c78c04ee5771e5bb1ab3627.tar.gz
refinery-b4c08a0b94ae132f8c78c04ee5771e5bb1ab3627.tar.zst
refinery-b4c08a0b94ae132f8c78c04ee5771e5bb1ab3627.zip
chore(deps): bump dependencies
Also make sure Sonar can process TypeScript files.
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 953e67f7..eecb62c1 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -71,7 +71,7 @@ jobs:
71 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed by Sonar to get PR information, if any 71 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed by Sonar to get PR information, if any
72 SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} 72 SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
73 run: | 73 run: |
74 ./gradlew build sonarqube -Pci --info 74 ./gradlew build sonar -Pci --info
75 reuse-check: 75 reuse-check:
76 name: REUSE Compliance Check 76 name: REUSE Compliance Check
77 runs-on: ubuntu-latest 77 runs-on: ubuntu-latest