diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index cf0d541..ebe3d03 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -30,8 +30,8 @@ jobs: with: toolchain: stable components: rustfmt,clippy - - uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3 # This need to be done after checkout. - uses: ./.github/actions/setup_gitleaks - name: Check "cargo fmt" diff --git a/.github/workflows/clippy.yml b/.github/workflows/clippy.yml index 2315cc1..b12db59 100644 --- a/.github/workflows/clippy.yml +++ b/.github/workflows/clippy.yml @@ -15,5 +15,5 @@ jobs: - uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3 - uses: giraffate/clippy-action@13b9d32482f25d29ead141b79e7e04e7900281e0 # v1.0.1 with: - reporter: 'github-pr-review' + reporter: 'github-pr-check' github_token: ${{ secrets.GITHUB_TOKEN }}