From bc5a81d146ba41a7d976aa2a1f93858742aae3e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 May 2025 09:28:04 +0200 Subject: [PATCH] chore(deps): bump actions/github-script from 5.2.0 to 7.0.1 (#5652) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/apply-issue-labels-to-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/apply-issue-labels-to-pr.yml b/.github/workflows/apply-issue-labels-to-pr.yml index 6476ed4710..60ccd885e3 100644 --- a/.github/workflows/apply-issue-labels-to-pr.yml +++ b/.github/workflows/apply-issue-labels-to-pr.yml @@ -24,7 +24,7 @@ jobs: egress-policy: audit - name: Apply labels from linked issue to PR - uses: actions/github-script@211cb3fefb35a799baa5156f9321bb774fe56294 # v5.2.0 + uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: |