From 94dd3b092fc6382f3b7c37f904044cd11b34381a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Dec 2024 12:20:48 +0000 Subject: [PATCH] chore(deps): update github actions updates --- .github/workflows/build.yml | 2 +- .github/workflows/update-license.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f645900..550c520 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,7 +44,7 @@ jobs: run: | sed -i "s|${GITHUB_WORKSPACE}|/github/workspace|g" "${GITHUB_WORKSPACE}/build/coverage.xml" - name: SonarQube Next Scan - uses: sonarsource/sonarqube-scan-action@1b442ee39ac3fa7c2acdd410208dcb2bcfaae6c4 # v4.1.0 + uses: sonarsource/sonarqube-scan-action@bfd4e558cda28cda6b5defafb9232d191be8c203 # v4.2.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ fromJSON(steps.secrets.outputs.vault).sq_next_token }} diff --git a/.github/workflows/update-license.yml b/.github/workflows/update-license.yml index 426a3f7..ebfa498 100644 --- a/.github/workflows/update-license.yml +++ b/.github/workflows/update-license.yml @@ -39,7 +39,7 @@ jobs: git push --set-upstream origin feat/bot/update-license-year - name: Create Pull Request - uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5 + uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6 with: token: ${{ secrets.GITHUB_TOKEN }} branch: feat/bot/update-license-year