From 4712d64f1da4b3d11a84a7dfaa553f9d42fa3cd1 Mon Sep 17 00:00:00 2001 From: Coder <161350311+MamunC0der@users.noreply.github.com> Date: Wed, 15 Oct 2025 20:54:35 +0200 Subject: [PATCH 1/2] Update claude-auto-review.yml --- .github/workflows/claude-auto-review.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/claude-auto-review.yml b/.github/workflows/claude-auto-review.yml index 4696387..0ae3642 100644 --- a/.github/workflows/claude-auto-review.yml +++ b/.github/workflows/claude-auto-review.yml @@ -13,7 +13,7 @@ jobs: issues: write id-token: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 @@ -39,4 +39,4 @@ jobs: - Checkpoint arithmetic overflow risks (int128 bounds) - Cross-chain message validation (Wormhole NTT) - Vote-escrowed staking time manipulation - - Reward calculation precision and rounding \ No newline at end of file + - Reward calculation precision and rounding From 9bf0111963716739cd50ff8fb4be77b6ac583743 Mon Sep 17 00:00:00 2001 From: Coder <161350311+MamunC0der@users.noreply.github.com> Date: Wed, 15 Oct 2025 20:54:58 +0200 Subject: [PATCH 2/2] Update ci.yml --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 75c5374..7b9e5c4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: runs-on: "ubuntu-latest" steps: - name: "Check out the repo" - uses: "actions/checkout@v4" + uses: "actions/checkout@v5" - name: "Install Foundry" uses: "foundry-rs/foundry-toolchain@v1" @@ -40,7 +40,7 @@ jobs: runs-on: "ubuntu-latest" steps: - name: "Check out the repo" - uses: "actions/checkout@v4" + uses: "actions/checkout@v5" - name: "Install Foundry" uses: "foundry-rs/foundry-toolchain@v1" @@ -66,7 +66,7 @@ jobs: runs-on: "ubuntu-latest" steps: - name: "Check out the repo" - uses: "actions/checkout@v4" + uses: "actions/checkout@v5" - name: "Install Foundry" uses: "foundry-rs/foundry-toolchain@v1"