Skip to content

Commit f04e20e

Browse files
Bump mikefarah/yq from 4.45.4 to 4.47.1 in the actions group (#280)
Bumps the actions group with 1 update: [mikefarah/yq](https://github.com/mikefarah/yq). Updates `mikefarah/yq` from 4.45.4 to 4.47.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mikefarah/yq/releases">mikefarah/yq's releases</a>.</em></p> <blockquote> <h2>v4.47.1 - Merge Anchor fixes (with flag)</h2> <ul> <li>Fixed merge anchor behaviour (<code>&lt;&lt;</code>); <a href="https://redirect.github.com/mikefarah/yq/issues/2404">#2404</a>, <a href="https://redirect.github.com/mikefarah/yq/issues/2110">#2110</a>, <a href="https://redirect.github.com/mikefarah/yq/issues/2386">#2386</a>, <a href="https://redirect.github.com/mikefarah/yq/issues/2178">#2178</a> Huge thanks to <a href="https://github.com/stevenwdv"><code>@​stevenwdv</code></a>! Note that you will need to set --yaml-fix-merge-anchor-to-spec to see the fixes</li> <li>Fixed panic for syntax error when creating a map <a href="https://redirect.github.com/mikefarah/yq/issues/2423">#2423</a></li> <li>Bumped dependencies</li> </ul> <h2>v4.46.1 - INI support + bug fixes</h2> <ul> <li>Added INI support</li> <li>Fixed 'add' operator when piped in with no data <a href="https://redirect.github.com/mikefarah/yq/issues/2378">#2378</a>, <a href="https://redirect.github.com/mikefarah/yq/issues/2383">#2383</a>, <a href="https://redirect.github.com/mikefarah/yq/issues/2384">#2384</a></li> <li>Fixed delete after slice problem (bad node path) <a href="https://redirect.github.com/mikefarah/yq/issues/2387">#2387</a> Thanks <a href="https://github.com/antoinedeschenes"><code>@​antoinedeschenes</code></a></li> <li>Fixed yq small build Thanks <a href="https://github.com/imzue"><code>@​imzue</code></a></li> <li>Switched to YAML org supported go-yaml!</li> <li>Bumped dependencies</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mikefarah/yq/blob/master/release_notes.txt">mikefarah/yq's changelog</a>.</em></p> <blockquote> <p>4.47.1:</p> <ul> <li>Fixed merge anchor behaviour (<code>&lt;&lt;</code>); <a href="https://redirect.github.com/mikefarah/yq/issues/2404">#2404</a>, <a href="https://redirect.github.com/mikefarah/yq/issues/2110">#2110</a>, <a href="https://redirect.github.com/mikefarah/yq/issues/2386">#2386</a>, <a href="https://redirect.github.com/mikefarah/yq/issues/2178">#2178</a> Huge thanks to <a href="https://github.com/stevenwdv"><code>@​stevenwdv</code></a>! Note that you will need to set --yaml-fix-merge-anchor-to-spec to see the fixes</li> <li>Fixed panic for syntax error when creating a map <a href="https://redirect.github.com/mikefarah/yq/issues/2423">#2423</a></li> <li>Bumped dependencies</li> </ul> <p>4.46.1:</p> <ul> <li>Added INI support</li> <li>Fixed 'add' operator when piped in with no data <a href="https://redirect.github.com/mikefarah/yq/issues/2378">#2378</a>, <a href="https://redirect.github.com/mikefarah/yq/issues/2383">#2383</a>, <a href="https://redirect.github.com/mikefarah/yq/issues/2384">#2384</a></li> <li>Fixed delete after slice problem (bad node path) <a href="https://redirect.github.com/mikefarah/yq/issues/2387">#2387</a> Thanks <a href="https://github.com/antoinedeschenes"><code>@​antoinedeschenes</code></a></li> <li>Fixed yq small build Thanks <a href="https://github.com/imzue"><code>@​imzue</code></a></li> <li>Switched to YAML org supported go-yaml!</li> <li>Bumped dependencies</li> </ul> <p>4.45.4:</p> <ul> <li>Fixing wrong map() behaviour on empty map <a href="https://redirect.github.com/mikefarah/yq/issues/2359">#2359</a></li> <li>Bumped dependencies</li> </ul> <p>4.45.3:</p> <ul> <li>Fixing regression introduced with in 4.45.2 with <a href="https://redirect.github.com/mikefarah/yq/issues/2325">#2325</a> fix 😓 sorry folks!</li> <li>Bumped dependencies</li> </ul> <p>4.45.2:</p> <ul> <li>Added windows arm builds (Thanks <a href="https://github.com/albertocavalcante"><code>@​albertocavalcante</code></a>, <a href="https://github.com/ShukantPal"><code>@​ShukantPal</code></a>)</li> <li>Added s390x platform support (Thanks <a href="https://github.com/ashokpariya0"><code>@​ashokpariya0</code></a>)</li> <li>Additionally push docker images to ghcr.io (Thanks <a href="https://github.com/reegnz"><code>@​reegnz</code></a>)</li> <li>Fixing add when there is no node match <a href="https://redirect.github.com/mikefarah/yq/issues/2325">#2325</a></li> <li>sort_by works on maps</li> <li>Bumped dependencies</li> </ul> <p>4.45.1:</p> <ul> <li>Create parent directories when --split-exp is used, Thanks <a href="https://github.com/rudo-thomas"><code>@​rudo-thomas</code></a></li> <li>Bumped dependencies</li> </ul> <p>4.44.6:</p> <ul> <li>Fixed deleting items in array bug <a href="https://redirect.github.com/mikefarah/yq/issues/2027">#2027</a>, <a href="https://redirect.github.com/mikefarah/yq/issues/2172">#2172</a>; Thanks <a href="https://github.com/jandubois"><code>@​jandubois</code></a></li> <li>Docker image for armv7 / raspberry pi3, Thanks <a href="https://github.com/brianegge"><code>@​brianegge</code></a></li> <li>Fixed no-colors regression <a href="https://redirect.github.com/mikefarah/yq/issues/2218">#2218</a></li> <li>Fixed various panic scenarios <a href="https://redirect.github.com/mikefarah/yq/issues/2211">#2211</a></li> <li>Bumped dependencies</li> </ul> <p>4.44.5:</p> <ul> <li>Fixing release pipeline</li> </ul> <p>4.44.4:</p> <ul> <li>Format comments with a gray foreground (Thanks <a href="https://github.com/gabe565"><code>@​gabe565</code></a>)</li> <li>Fixed handling of nulls with sort_by expressions <a href="https://redirect.github.com/mikefarah/yq/issues/2164">#2164</a></li> <li>Force no color output when NO_COLOR env presents (Thanks <a href="https://github.com/narqo"><code>@​narqo</code></a>)</li> <li>Fixed array subtraction update bug <a href="https://redirect.github.com/mikefarah/yq/issues/2159">#2159</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mikefarah/yq/commit/f03c9dc599c37bfcaf533427211d05e51e6fee64"><code>f03c9dc</code></a> Bumping version</li> <li><a href="https://github.com/mikefarah/yq/commit/023c85e1e2520a087e8b8669583ca7a5141ff745"><code>023c85e</code></a> Adding test for <a href="https://redirect.github.com/mikefarah/yq/issues/2404">#2404</a></li> <li><a href="https://github.com/mikefarah/yq/commit/a3d9e0172f7ba05312fea7de132e4bd3ff0c32b3"><code>a3d9e01</code></a> Prepping release notes</li> <li><a href="https://github.com/mikefarah/yq/commit/ab3be228dc2949256781ed8a565c2b9e3c9c273f"><code>ab3be22</code></a> Bump github.com/spf13/pflag from 1.0.6 to 1.0.7</li> <li><a href="https://github.com/mikefarah/yq/commit/93fed3fd7aa3607e9c70b1f8032ff5382a1f0642"><code>93fed3f</code></a> Bump golang.org/x/net from 0.41.0 to 0.42.0</li> <li><a href="https://github.com/mikefarah/yq/commit/f42534ea0f83875482ce0bee88a0160f4b3fcc78"><code>f42534e</code></a> Bump github.com/alecthomas/repr from 0.4.0 to 0.5.1</li> <li><a href="https://github.com/mikefarah/yq/commit/b968963ed4d89a65e249ddfa9a1924b197002d58"><code>b968963</code></a> Merge branch 'stevenwdv-merge-anchor-fix'</li> <li><a href="https://github.com/mikefarah/yq/commit/92309b17a470f23bbaca69b6fbdd70706ca37ac4"><code>92309b1</code></a> Fixed test doc gen</li> <li><a href="https://github.com/mikefarah/yq/commit/d5757fc82bbc65955a6c54768e39e5889a85374f"><code>d5757fc</code></a> Working on clarifying docs</li> <li><a href="https://github.com/mikefarah/yq/commit/db2a4550e50d397616a5cef1a35d893b0c0ee418"><code>db2a455</code></a> Fixed tests</li> <li>Additional commits viewable in <a href="https://github.com/mikefarah/yq/compare/b534aa9ee5d38001fba3cd8fe254a037e4847b37...f03c9dc599c37bfcaf533427211d05e51e6fee64">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mikefarah/yq&package-manager=github_actions&previous-version=4.45.4&new-version=4.47.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name>` 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 <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0957347 commit f04e20e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/scheduled.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
configs: ${{ steps.repo_check.outputs.configs }}
1717
steps:
1818
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
19-
- uses: mikefarah/yq@b534aa9ee5d38001fba3cd8fe254a037e4847b37 # v4.45.4
19+
- uses: mikefarah/yq@f03c9dc599c37bfcaf533427211d05e51e6fee64 # v4.47.1
2020
- name: Set up Python
2121
uses: actions/setup-python@v5
2222
with:

.github/workflows/vet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: pip install PyYAML
3838
- name: Generate config.yaml
3939
run: python3 generate_config.py
40-
- uses: mikefarah/yq@b534aa9ee5d38001fba3cd8fe254a037e4847b37 # v4.45.4
40+
- uses: mikefarah/yq@f03c9dc599c37bfcaf533427211d05e51e6fee64 # v4.47.1
4141
- name: duplicate repository tag check
4242
run: |
4343
OUTPUT=$(yq 'group_by(.target.repository + ":" + .target.tag) | map(select(length>1))' config.yaml)

0 commit comments

Comments
 (0)