From db9365a11b0bcf6be044f8a98e9db17eea35374a Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Wed, 5 Jun 2024 21:04:46 -0700 Subject: [PATCH] Update lint.yml --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ad441f25..2f537783 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -29,7 +29,7 @@ jobs: if [ -s fmt.patch ]; then exit 1 fi - - uses: actions/github-script@v7 + - uses: actions/github-script@e69ef5462fd455e02edcaf4dd7708eda96b9eda0 # v7 if: failure() && steps.clang_format.outcome == 'failure' with: script: |