From da85dabdb4cf13481b0a5ee77f45385cc5e43148 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 22 Jan 2025 18:51:40 -0500
Subject: [PATCH] Bump the all group with 2 updates (#8259)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps the all group with 2 updates:
[danhellem/github-actions-issue-to-work-item](https://github.com/danhellem/github-actions-issue-to-work-item)
and [mikefarah/yq](https://github.com/mikefarah/yq).
Updates `danhellem/github-actions-issue-to-work-item` from 2.3 to 2.4
Release notes
Sourced from danhellem/github-actions-issue-to-work-item's
releases.
Release 2.4
- Updated to latest node version
- Minor bug fixes
What's Changed
Full Changelog: https://github.com/danhellem/github-actions-issue-to-work-item/compare/v2.3...v2.4
Commits
Updates `mikefarah/yq` from 4.44.6 to 4.45.1
Release notes
Sourced from mikefarah/yq's
releases.
v4.45.1 - Create parent directories when --split-exp is used!
- Create parent directories when --split-exp is used, Thanks
@rudo-thomas
- Bumped dependencies
Changelog
Sourced from mikefarah/yq's
changelog.
4.45.1:
- Create parent directories when --split-exp is used, Thanks
@rudo-thomas
- Bumped dependencies
Commits
8bf425b
Bumping version
f755755
Updated release notes
0f390b2
Bumping goccy
31ad7fb
Bump github.com/magiconair/properties from 1.8.7 to 1.8.9
566cf82
Bump github.com/goccy/go-json from 0.10.3 to 0.10.4
2c9f833
Bump github.com/elliotchance/orderedmap from 1.7.0 to 1.7.1
c02d44d
Bump golang.org/x/net from 0.32.0 to 0.33.0
f73c862
feat: Create parent directories if --split-exp is used.
294a170
Bumping version
- See full diff in compare
view
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore ` will
remove the ignore condition of the specified dependency and ignore
conditions
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/devops-boards.yaml | 2 +-
.github/workflows/release.yaml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/devops-boards.yaml b/.github/workflows/devops-boards.yaml
index e4a5b680b1..f02ae3b67f 100644
--- a/.github/workflows/devops-boards.yaml
+++ b/.github/workflows/devops-boards.yaml
@@ -35,7 +35,7 @@ jobs:
# https://learn.microsoft.com/azure/devops/integrate/get-started/authentication/service-principal-managed-identity
echo "ADO_TOKEN=$(az account get-access-token --resource 499b84ac-1321-427f-aa17-267ca6975798 --query "accessToken" --output tsv)" >> $GITHUB_ENV
- name: Sync issue to Azure DevOps
- uses: danhellem/github-actions-issue-to-work-item@v2.3
+ uses: danhellem/github-actions-issue-to-work-item@v2.4
env:
ado_token: ${{ env.ADO_TOKEN }}
github_token: '${{ secrets.GH_RAD_CI_BOT_PAT }}'
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 0db489e3b1..2551123987 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -46,7 +46,7 @@ jobs:
uses: actions/checkout@v4
- name: Get supported versions from versions.yaml
id: get-supported-versions
- uses: mikefarah/yq@v4.44.6
+ uses: mikefarah/yq@v4.45.1
with:
# Get a comma-separated list of supported versions
cmd: yq '.supported[].version' versions.yaml | tr '\n' ',' | sed 's/,$//'
@@ -165,7 +165,7 @@ jobs:
git config --global user.email "radiuscoreteam@service.microsoft.com"
- name: Get supported versions from versions.yaml
id: get-supported-versions
- uses: mikefarah/yq@v4.44.6
+ uses: mikefarah/yq@v4.45.1
with:
# Get a comma-separated list of supported versions
cmd: yq '.supported[].version' ./radius/versions.yaml | tr '\n' ',' | sed 's/,$//'