diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a49bddb..e46da73 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: - name: Lint uses: golangci/golangci-lint-action@v8 with: - version: v2.1.6 + version: v2.4.0 - name: Build run: go build ./... @@ -38,7 +38,7 @@ jobs: uses: sonarsource/sonarqube-scan-action@v4 env: SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }} - SONAR_HOST_URL: https://sonarqube.collibra.dev + SONAR_HOST_URL: ${{ secrets.SONARQUBE_URL }} with: args: > -Dsonar.pullrequest.github.repository=collibra/go-set @@ -49,7 +49,7 @@ jobs: continue-on-error: true env: SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }} - SONAR_HOST_URL: https://sonarqube.collibra.dev + SONAR_HOST_URL: ${{ secrets.SONARQUBE_URL }} - name: FOSSA Scan uses: fossas/fossa-action@v1 diff --git a/.golangci.yml b/.golangci.yml index 4d1215f..ea30d4a 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -132,4 +132,4 @@ formatters: paths: - third_party$ - builtin$ - - examples$ + - examples$ \ No newline at end of file