Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ parameters:
description: "If true, the success pipeline will be executed."

orbs:
toolkit: jerus-org/circleci-toolkit@4.2.1
toolkit: jerus-org/circleci-toolkit@4.4.3

# Custom executors removed - using toolkit rolling executors instead

Expand Down
5 changes: 5 additions & 0 deletions PRLOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- add security improvements to CI(pr [#129])

### Fixed

- deps: update dependency toolkit to v4.4.3(pr [#130])

### Security

- Dependencies: bump bytes from 1.9.0 to 1.11.1 in the cargo group across 1 directory(pr [#128])
Expand Down Expand Up @@ -436,6 +440,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#127]: https://github.com/jerus-org/lambda_sqs/pull/127
[#128]: https://github.com/jerus-org/lambda_sqs/pull/128
[#129]: https://github.com/jerus-org/lambda_sqs/pull/129
[#130]: https://github.com/jerus-org/lambda_sqs/pull/130
[Unreleased]: https://github.com/jerus-org/lambda_sqs/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.37...v0.3.0
[0.2.37]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.36...v0.2.37
Expand Down
Loading