From 86a37f6f72efbb33040170c1e86ebeea5f4b3d34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 10:03:47 +0000 Subject: [PATCH] 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/ci-call-update-image.yml | 2 +- .github/workflows/ci-update-image-version.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-call-update-image.yml b/.github/workflows/ci-call-update-image.yml index 33e91a86..092467ad 100644 --- a/.github/workflows/ci-call-update-image.yml +++ b/.github/workflows/ci-call-update-image.yml @@ -89,7 +89,7 @@ jobs: echo "jira-id=$JIID" >> "$GITHUB_ENV" - name: Get Labels - uses: octokit/request-action@dad4362715b7fb2ddedf9772c8670824af564f0d # pin@v2.4.0 + uses: octokit/request-action@b91aabaa861c777dcdb14e2387e30eddf04619ae # pin@v3.0.0 id: get-labels with: route: GET /repos/${{ github.repository }}/commits/${{ github.sha }}/pulls diff --git a/.github/workflows/ci-update-image-version.yml b/.github/workflows/ci-update-image-version.yml index 7e0b993e..d606f62c 100644 --- a/.github/workflows/ci-update-image-version.yml +++ b/.github/workflows/ci-update-image-version.yml @@ -62,7 +62,7 @@ jobs: if: ${{ steps.regex-find-jira-id.outputs.JIRAID != '' }} run: echo "JIRA_ID=${{ steps.regex-find-jira-id.outputs.JIRAID }}" >> "$GITHUB_ENV" - - uses: octokit/request-action@dad4362715b7fb2ddedf9772c8670824af564f0d # pin@v2.4.0 + - uses: octokit/request-action@b91aabaa861c777dcdb14e2387e30eddf04619ae # pin@v3.0.0 id: get_labels with: route: GET /repos/${{ github.repository }}/commits/${{ github.sha }}/pulls