diff --git a/.github/workflows/autogenerated-warning.yml b/.github/workflows/autogenerated-warning.yml index 884d49185ea..b3d645f44bf 100644 --- a/.github/workflows/autogenerated-warning.yml +++ b/.github/workflows/autogenerated-warning.yml @@ -8,7 +8,7 @@ jobs: timeout-minutes: 10 steps: - name: Check if manual review has been performed - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 + uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7 id: labels with: script: | diff --git a/.github/workflows/check-links.yml b/.github/workflows/check-links.yml index 1e717e10ee2..327bbb98f29 100644 --- a/.github/workflows/check-links.yml +++ b/.github/workflows/check-links.yml @@ -14,7 +14,7 @@ jobs: timeout-minutes: 10 steps: - name: Check if manual review has been performed - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 + uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7 id: labels with: script: | diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 3122bf1853f..017b0c5c616 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -15,7 +15,7 @@ jobs: timeout-minutes: 10 steps: - name: Check if manual review has been performed - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 + uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7 id: labels with: result-encoding: string