From d7a583f31dbf5aba25138168f75f16afe91735a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 12:34:06 +0000 Subject: [PATCH] chore(deps): bump octokit/request-action from 2.4.0 to 3.0.0 Bumps [octokit/request-action](https://github.com/octokit/request-action) from 2.4.0 to 3.0.0. - [Release notes](https://github.com/octokit/request-action/releases) - [Commits](https://github.com/octokit/request-action/compare/dad4362715b7fb2ddedf9772c8670824af564f0d...b91aabaa861c777dcdb14e2387e30eddf04619ae) --- updated-dependencies: - dependency-name: octokit/request-action dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/publish-components-for-e2e-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-components-for-e2e-tests.yml b/.github/workflows/publish-components-for-e2e-tests.yml index 190e13664..3c3691137 100644 --- a/.github/workflows/publish-components-for-e2e-tests.yml +++ b/.github/workflows/publish-components-for-e2e-tests.yml @@ -33,7 +33,7 @@ jobs: # Is executed only for comment events - name: Send Github API Request to get PR data id: request - uses: octokit/request-action@dad4362715b7fb2ddedf9772c8670824af564f0d # workaround for https://github.com/octokit/request-action/issues/315 - use SHA instead of the tag v2.4.0 + uses: octokit/request-action@b91aabaa861c777dcdb14e2387e30eddf04619ae # workaround for https://github.com/octokit/request-action/issues/315 - use SHA instead of the tag v3.0.0 if: ${{ github.event_name == 'issue_comment' }} with: route: ${{ github.event.issue.pull_request.url }}