From ffbf581d06e4ae613cb615fd3b2b50846c7af9e8 Mon Sep 17 00:00:00 2001 From: TrueCharts-Admin Date: Sat, 1 Oct 2022 02:00:11 +0000 Subject: [PATCH] chore(deps): update actions/github-script digest to 7dff1a8 --- .github/workflows/meta-label-pr-ci-status.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/meta-label-pr-ci-status.yaml b/.github/workflows/meta-label-pr-ci-status.yaml index fc80960bbe3..cf922f9cdc6 100644 --- a/.github/workflows/meta-label-pr-ci-status.yaml +++ b/.github/workflows/meta-label-pr-ci-status.yaml @@ -34,7 +34,7 @@ jobs: path: ./pr_metadata/pr_number.txt - name: "Get workflow job status" - uses: actions/github-script@d4560e157075e2d93aa3022b5b51a42a880f1f93 # tag=v6 + uses: actions/github-script@7dff1a87643417cf3b95bb10b29f4c4bc60d8ebd # tag=v6 id: get-workflow-jobs with: github-token: ${{ secrets.BOT_TOKEN }}