From ec196ce91c5c135e958a5567970349e435604d5f Mon Sep 17 00:00:00 2001 From: "elastic-renovate-prod[bot]" <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 17:15:05 -0500 Subject: [PATCH] Update sergeysova/jq-action action to v2.3.0 (main) (#190552) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [sergeysova/jq-action](https://togithub.com/sergeysova/jq-action) | action | minor | `v2` -> `v2.3.0` | --- ### Release Notes
sergeysova/jq-action (sergeysova/jq-action) ### [`v2.3.0`](https://togithub.com/sergeysova/jq-action/releases/tag/v2.3.0) [Compare Source](https://togithub.com/sergeysova/jq-action/compare/v2.2.1...v2.3.0) ##### What's Changed - Use $GITHUB_OUTPUT instead of set-output by [@​satoryu](https://togithub.com/satoryu) in [https://github.com/sergeysova/jq-action/pull/9](https://togithub.com/sergeysova/jq-action/pull/9) ##### New Contributors - [@​satoryu](https://togithub.com/satoryu) made their first contribution in [https://github.com/sergeysova/jq-action/pull/9](https://togithub.com/sergeysova/jq-action/pull/9) **Full Changelog**: https://github.com/sergeysova/jq-action/compare/v2...v2.3.0 ### [`v2.2.1`](https://togithub.com/sergeysova/jq-action/releases/tag/v2.2.1) [Compare Source](https://togithub.com/sergeysova/jq-action/compare/v2.2.0...v2.2.1) ##### What's Changed - Fix globbing in input by [@​norman-zon](https://togithub.com/norman-zon) in [https://github.com/sergeysova/jq-action/pull/7](https://togithub.com/sergeysova/jq-action/pull/7) ##### New Contributors - [@​norman-zon](https://togithub.com/norman-zon) made their first contribution in [https://github.com/sergeysova/jq-action/pull/7](https://togithub.com/sergeysova/jq-action/pull/7) **Full Changelog**: https://github.com/sergeysova/jq-action/compare/v2.2.0...v2.2.1 ### [`v2.2.0`](https://togithub.com/sergeysova/jq-action/releases/tag/v2.2.0) [Compare Source](https://togithub.com/sergeysova/jq-action/compare/v2.1.0...v2.2.0) ##### What's Changed - fix: use correct multiline output by [@​kennethkalmer](https://togithub.com/kennethkalmer) in [https://github.com/sergeysova/jq-action/pull/5](https://togithub.com/sergeysova/jq-action/pull/5) ##### New Contributors - [@​kennethkalmer](https://togithub.com/kennethkalmer) made their first contribution in [https://github.com/sergeysova/jq-action/pull/5](https://togithub.com/sergeysova/jq-action/pull/5) **Full Changelog**: https://github.com/sergeysova/jq-action/compare/v2.1.0...v2.2.0 ### [`v2.1.0`](https://togithub.com/sergeysova/jq-action/releases/tag/v2.1.0) [Compare Source](https://togithub.com/sergeysova/jq-action/compare/v2...v2.1.0) Added support for multiline `run` [https://github.com/sergeysova/jq-action/pull/3](https://togithub.com/sergeysova/jq-action/pull/3)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> --- .github/workflows/label-qa-fixed-in.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/label-qa-fixed-in.yml b/.github/workflows/label-qa-fixed-in.yml index 99803c2c4e880..ed2dcced8e724 100644 --- a/.github/workflows/label-qa-fixed-in.yml +++ b/.github/workflows/label-qa-fixed-in.yml @@ -46,7 +46,7 @@ jobs: prnumber: ${{ github.event.number }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - uses: sergeysova/jq-action@v2 + - uses: sergeysova/jq-action@a3f0d4ff59cc1dddf023fc0b325dd75b10deec58 # v2.3.0 id: issues_to_label with: # Map to the issues' node id @@ -54,7 +54,7 @@ jobs: multiline: true env: CLOSING_ISSUES: ${{ steps.closing_issues.outputs.data }} - - uses: sergeysova/jq-action@v2 + - uses: sergeysova/jq-action@a3f0d4ff59cc1dddf023fc0b325dd75b10deec58 # v2.3.0 id: label_ids with: # Get list of version labels on pull request and map to label's node id, append 'QA:Ready For Testing' id ("MDU6TGFiZWwyNTQ1NjcwOTI4")