From 0adefa0a26b5b8439f6fa43daa1d46b99cfee94d Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 16 Jan 2025 16:01:52 +0000
Subject: [PATCH] Pin actions/github-script action to 60a0d83
---
.github/workflows/autofix.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml
index 5ec169d157..7fc5b9c9e3 100644
--- a/.github/workflows/autofix.yml
+++ b/.github/workflows/autofix.yml
@@ -90,7 +90,7 @@ jobs:
echo "failed=true" >> "$GITHUB_OUTPUT"
fi
fi
- - uses: actions/github-script@v7
+ - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7
if: steps.push.outputs.failed == 'true'
with:
script: |