From 23c92ccf45b86232fcacc98e76c7243d71842ac7 Mon Sep 17 00:00:00 2001 From: Martin von Zweigbergk Date: Thu, 17 Mar 2022 09:00:08 -0700 Subject: [PATCH] github: pin `actions-rs/clippy-check` version by hash --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c1b02c3cd..1531639db 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -64,7 +64,7 @@ jobs: profile: minimal components: clippy override: true - - uses: actions-rs/clippy-check@v1 + - uses: actions-rs/clippy-check@b5b5f21f4797c02da247df37026fcd0a5024aa4d with: token: ${{ secrets.GITHUB_TOKEN }} args: --all-features --workspace @@ -81,7 +81,7 @@ jobs: profile: minimal components: clippy override: true - - uses: actions-rs/clippy-check@v1 + - uses: actions-rs/clippy-check@b5b5f21f4797c02da247df37026fcd0a5024aa4d with: token: ${{ secrets.GITHUB_TOKEN }} args: --all-features --workspace