Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Bump the github-actions-all group with 4 updates #227

Bump the github-actions-all group with 4 updates

Bump the github-actions-all group with 4 updates #227

Workflow file for this run

name: clippy-action
on: [pull_request]
jobs:
clippy:
timeout-minutes: 10
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # No semver tag.
with:
toolchain: stable
components: clippy
- uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
- uses: giraffate/clippy-action@13b9d32482f25d29ead141b79e7e04e7900281e0 # v1.0.1
with:
reporter: 'github-pr-check'
github_token: ${{ secrets.GITHUB_TOKEN }}