Skip to content

Commit

Permalink
fix(deps): update github/codeql-action action to v3.27.2 (#1182)
Browse files Browse the repository at this point in the history
* fix(deps): update github/codeql-action action to v3.27.2

* chore: update changelog for pr

* feat: add schedule for renovations before 6:00am on Friday

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jerus Bot <[email protected]>
Co-authored-by: Jeremiah Russell <[email protected]>
  • Loading branch information
3 people authored Nov 13, 2024
1 parent a61383f commit 5e605dd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scorecards-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ jobs:
# Upload the results to GitHub's code scanning dashboard (optional).
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@4f3212b61783c3c68e8309a0f18a699764811cda # v3.27.1
uses: github/codeql-action/upload-sarif@9278e421667d5d90a2839487a482448c4ec7df4d # v3.27.2
with:
sarif_file: results.sarif
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- deps: update rust crate thiserror to 2.0.2(pr [#1179])
- deps: update rust crate thiserror to 2.0.3(pr [#1180])
- deps: update rust crate serde to 1.0.215(pr [#1181])
- deps: update github/codeql-action action to v3.27.2(pr [#1182])

## [2.8.7] - 2024-11-09

Expand Down Expand Up @@ -738,6 +739,7 @@ emitted if a tracing subscriber is not found.
[#1179]: https://github.com/jerus-org/hcaptcha-rs/pull/1179
[#1180]: https://github.com/jerus-org/hcaptcha-rs/pull/1180
[#1181]: https://github.com/jerus-org/hcaptcha-rs/pull/1181
[#1182]: https://github.com/jerus-org/hcaptcha-rs/pull/1182
[Unreleased]: https://github.com/jerus-org/hcaptcha-rs/compare/v2.8.7...HEAD
[2.8.7]: https://github.com/jerus-org/hcaptcha-rs/compare/v2.8.6...v2.8.7
[2.8.6]: https://github.com/jerus-org/hcaptcha-rs/compare/v2.8.5...v2.8.6
Expand Down
3 changes: 3 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"rangeStrategy": "bump",
"semanticCommits": "enabled",
"semanticCommitType": "fix",
"schedule": [
"before 6:00am on Friday"
],
"versioning": "cargo",
"packageRules": [
{
Expand Down

0 comments on commit 5e605dd

Please sign in to comment.