From 9afe8959de078cc2f9ce1e503a79d90f9bba02ee Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sat, 22 Apr 2023 14:16:47 +0200 Subject: [PATCH] chore(deps): update actions/github-script digest to d7906e4 (#8001) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/github-script](https://togithub.com/actions/github-script) | action | digest | `98814c5` -> `d7906e4` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- .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 0297deb1e09..9ff192babae 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@98814c53be79b1d30f795b907e553d8679345975 # v6 + uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6 id: get-workflow-jobs with: github-token: ${{ secrets.BOT_TOKEN }}