From 80b767bb9fd341db2683e3b7b85b2c3127ba3a15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 23:27:09 +0000 Subject: [PATCH] deps: bump the dev-ci-tools group across 1 directory with 2 updates Bumps the dev-ci-tools group with 2 updates in the / directory: [renovatebot/github-action](https://github.com/renovatebot/github-action) and [github/codeql-action](https://github.com/github/codeql-action). Updates `renovatebot/github-action` from 40.3.4 to 41.0.2 - [Release notes](https://github.com/renovatebot/github-action/releases) - [Changelog](https://github.com/renovatebot/github-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/renovatebot/github-action/compare/v40.3.4...v41.0.2) Updates `github/codeql-action` from 3.27.0 to 3.27.1 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/v3.27.0...v3.27.1) --- updated-dependencies: - dependency-name: renovatebot/github-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: dev-ci-tools - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-ci-tools ... Signed-off-by: dependabot[bot] --- .github/workflows/renovate.yaml | 2 +- .github/workflows/scorecard.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index d68376732..11a191fb3 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -39,7 +39,7 @@ jobs: echo "Enable Renovate dry run" echo "RENOVATE_DRY_RUN=full" >>"${GITHUB_ENV}" - name: Self-hosted Renovate - uses: renovatebot/github-action@v40.3.4 + uses: renovatebot/github-action@v41.0.2 env: LOG_LEVEL: "debug" with: diff --git a/.github/workflows/scorecard.yaml b/.github/workflows/scorecard.yaml index 5dd1747e8..62543ebc5 100644 --- a/.github/workflows/scorecard.yaml +++ b/.github/workflows/scorecard.yaml @@ -49,6 +49,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard. - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@v3.27.0 + uses: github/codeql-action/upload-sarif@v3.27.1 with: sarif_file: results.sarif