From 19cb6a90cacc31303cc0a73095963d5382fa6305 Mon Sep 17 00:00:00 2001 From: svariant Date: Fri, 13 Dec 2024 11:54:31 +0100 Subject: [PATCH] fix: Update code review gha --- .github/workflows/code_review.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/code_review.yml b/.github/workflows/code_review.yml index 5055b17..29b8b01 100644 --- a/.github/workflows/code_review.yml +++ b/.github/workflows/code_review.yml @@ -35,13 +35,14 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - name: Code Review - uses: pagopa/github-actions-template/maven-code-review@v1.4.2 + uses: pagopa/github-actions-template/maven-code-review@186af0dfc5ee51e6150046051d4e0b6444e15aed # v1.10.6 with: github_token: ${{ secrets.GITHUB_TOKEN }} sonar_token: ${{ secrets.SONAR_TOKEN }} project_key: ${{env.PROJECT_KEY}} coverage_exclusions: "**/config/*,**/*Mock*,**/model/**,**/entity/*" cpd_exclusions: "**/model/**,**/entity/*" + java_version: 17 smoke-test: name: Smoke Test