From 2c9a6c67cd14615da38c0b93bb525653de108f19 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 18:52:28 +0000 Subject: [PATCH] chore(deps): update sonarqube support dependencies | datasource | package | from | to | | ----------- | ---------------------------- | -------- | -------- | | github-tags | github/codeql-action | v3.25.6 | v3.25.8 | | github-tags | renovatebot/pre-commit-hooks | 37.382.0 | 37.398.2 | --- .github/workflows/scorecard.yaml | 2 +- .pre-commit-config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/scorecard.yaml b/.github/workflows/scorecard.yaml index c0bf00c8..9981c3a9 100644 --- a/.github/workflows/scorecard.yaml +++ b/.github/workflows/scorecard.yaml @@ -45,6 +45,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard. - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@9fdb3e49720b44c48891d036bb502feb25684276 # v3.25.6 + uses: github/codeql-action/upload-sarif@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3.25.8 with: sarif_file: results.sarif diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ec7451a7..f8e0a9fc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -48,6 +48,6 @@ repos: hooks: - id: golangci-lint - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 37.382.0 + rev: 37.398.2 hooks: - id: renovate-config-validator