From a941ea5880e49a6e643d317e0087579c995dee66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 10:02:31 +0000 Subject: [PATCH] Bump danhellem/github-actions-issue-to-work-item from 2.4 to 2.5 Bumps [danhellem/github-actions-issue-to-work-item](https://github.com/danhellem/github-actions-issue-to-work-item) from 2.4 to 2.5. - [Release notes](https://github.com/danhellem/github-actions-issue-to-work-item/releases) - [Commits](https://github.com/danhellem/github-actions-issue-to-work-item/compare/45eb3b46e684f2acd2954f02ef70350c835ee4bb...8d0ead9b49a65aa66dac6949b1ff149d7ef8b4de) --- updated-dependencies: - dependency-name: danhellem/github-actions-issue-to-work-item dependency-version: '2.5' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/sync_github_issues_to_azdo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync_github_issues_to_azdo.yml b/.github/workflows/sync_github_issues_to_azdo.yml index fbba2b7..a5a35d6 100644 --- a/.github/workflows/sync_github_issues_to_azdo.yml +++ b/.github/workflows/sync_github_issues_to_azdo.yml @@ -26,7 +26,7 @@ jobs: else echo "work_item_type=Bug" >> $GITHUB_OUTPUT fi - - uses: danhellem/github-actions-issue-to-work-item@45eb3b46e684f2acd2954f02ef70350c835ee4bb # v2.4 + - uses: danhellem/github-actions-issue-to-work-item@8d0ead9b49a65aa66dac6949b1ff149d7ef8b4de # v2.5 env: ado_token: "${{ secrets.AZDO_WORK_ITEM_TOKEN }}" github_token: "${{ secrets.GH_REPO_TOKEN }}"