From 064b45183d83ba2b56c88e14179f2b0ee5a3ad0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 10:40:08 +0000 Subject: [PATCH] =?UTF-8?q?:arrow=5Fup:=F0=9F=91=B7=20Bump=20Tiryoh/gha-jo?= =?UTF-8?q?bid-action=20from=200=20to=201?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [Tiryoh/gha-jobid-action](https://github.com/tiryoh/gha-jobid-action) from 0 to 1. - [Release notes](https://github.com/tiryoh/gha-jobid-action/releases) - [Changelog](https://github.com/Tiryoh/gha-jobid-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/tiryoh/gha-jobid-action/compare/v0...v1) --- updated-dependencies: - dependency-name: Tiryoh/gha-jobid-action dependency-version: '1' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/sdk-regression.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sdk-regression.yml b/.github/workflows/sdk-regression.yml index ee8c0f6d1..826c53bed 100644 --- a/.github/workflows/sdk-regression.yml +++ b/.github/workflows/sdk-regression.yml @@ -57,7 +57,7 @@ jobs: if: ${{ steps.regex-match.outputs.match == '' }} - name: Get Current Job Log URL - uses: Tiryoh/gha-jobid-action@v0 + uses: Tiryoh/gha-jobid-action@v1 id: job-url with: github_token: ${{ secrets.WORKFLOW_DISPATCH_ACTIONS_TOKEN }}