Skip to content

Bump taiki-e/install-action from 2.42.37 to 2.44.15 in the github-actions-all group #158

Bump taiki-e/install-action from 2.42.37 to 2.44.15 in the github-actions-all group

Bump taiki-e/install-action from 2.42.37 to 2.44.15 in the github-actions-all group #158

Workflow file for this run

name: clippy-action
on: [pull_request]
jobs:
clippy:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@7b1c307e0dcbda6122208f10795a713336a9b35a # No semver tag.
with:
toolchain: stable
components: clippy
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
- uses: giraffate/clippy-action@13b9d32482f25d29ead141b79e7e04e7900281e0 # v1.0.1
with:
reporter: 'github-pr-check'
github_token: ${{ secrets.GITHUB_TOKEN }}