Skip to content

Commit

Permalink
deps: bump the dev-ci-tools group across 1 directory with 2 updates (#…
Browse files Browse the repository at this point in the history
…1689)

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](renovatebot/github-action@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](github/codeql-action@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent d27e840 commit 0a4db58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/renovate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ jobs:

# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/[email protected].0
uses: github/codeql-action/[email protected].1
with:
sarif_file: results.sarif

0 comments on commit 0a4db58

Please sign in to comment.