From 48e746bacb3dd7b5aedbfff2175ed0d74ff7e16a Mon Sep 17 00:00:00 2001 From: Mark Tyneway Date: Mon, 6 May 2024 17:53:09 +0200 Subject: [PATCH] ci: slither github action bump version --- .github/workflows/slither.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/slither.yml b/.github/workflows/slither.yml index e63ba92ecccf..71b65a2567bc 100644 --- a/.github/workflows/slither.yml +++ b/.github/workflows/slither.yml @@ -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