Skip to content

Commit

Permalink
ci: ci-builder:0.49.0 (#10414)
Browse files Browse the repository at this point in the history
* ci: `ci-builder:0.49.0`

Includes a bump of slither

#10411

* ci: slither github action bump version
  • Loading branch information
tynes authored May 6, 2024
1 parent 308299f commit 7534ac5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2.1
parameters:
ci_builder_image:
type: string
default: us-docker.pkg.dev/oplabs-tools-artifacts/images/ci-builder:v0.48.0
default: us-docker.pkg.dev/oplabs-tools-artifacts/images/ci-builder:v0.49.0
ci_builder_rust_image:
type: string
default: us-docker.pkg.dev/oplabs-tools-artifacts/images/ci-builder-rust:latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/slither.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
slither-analyze:
runs-on: ubuntu-latest
container:
image: us-docker.pkg.dev/oplabs-tools-artifacts/images/ci-builder:v0.43.0
image: us-docker.pkg.dev/oplabs-tools-artifacts/images/ci-builder:v0.49.0
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 7534ac5

Please sign in to comment.