Skip to content

Commit dac82dd

Browse files
fix(deps): update github/codeql-action action to v3.28.15 (#1324)
* fix(deps): update github/codeql-action action to v3.28.15 * chore: update changelog for pr --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jerus Bot <[email protected]>
1 parent 34a860e commit dac82dd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/scorecards-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ jobs:
5151
# Upload the results to GitHub's code scanning dashboard (optional).
5252
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
5353
- name: "Upload to code-scanning"
54-
uses: github/codeql-action/upload-sarif@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
54+
uses: github/codeql-action/upload-sarif@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
5555
with:
5656
sarif_file: results.sarif

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3232
- deps: update rust crate clap to 4.5.35(pr [#1320])
3333
- deps: update rust crate env_logger to 0.11.8(pr [#1321])
3434
- deps: update rust crate tokio to v1.44.2 [security](pr [#1323])
35+
- deps: update github/codeql-action action to v3.28.15(pr [#1324])
3536

3637
### Security
3738

@@ -1137,6 +1138,7 @@ emitted if a tracing subscriber is not found.
11371138
[#1321]: https://github.com/jerus-org/hcaptcha-rs/pull/1321
11381139
[#1322]: https://github.com/jerus-org/hcaptcha-rs/pull/1322
11391140
[#1323]: https://github.com/jerus-org/hcaptcha-rs/pull/1323
1141+
[#1324]: https://github.com/jerus-org/hcaptcha-rs/pull/1324
11401142
[Unreleased]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.12...HEAD
11411143
[3.0.12]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.11...v3.0.12
11421144
[3.0.11]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.10...v3.0.11

0 commit comments

Comments
 (0)