Update sergeysova/jq-action action to v2.3.0 (main) (#190552)

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

<details>
<summary>sergeysova/jq-action (sergeysova/jq-action)</summary>

###
[`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
[@&#8203;satoryu](https://togithub.com/satoryu) in
[https://github.com/sergeysova/jq-action/pull/9](https://togithub.com/sergeysova/jq-action/pull/9)

##### New Contributors

- [@&#8203;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
[@&#8203;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

- [@&#8203;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
[@&#8203;kennethkalmer](https://togithub.com/kennethkalmer) in
[https://github.com/sergeysova/jq-action/pull/5](https://togithub.com/sergeysova/jq-action/pull/5)

##### New Contributors

- [@&#8203;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)

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOk9wZXJhdGlvbnMiLCJiYWNrcG9ydDphbGwtb3BlbiIsInJlbGVhc2Vfbm90ZTpza2lwIl19-->

Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
This commit is contained in:
elastic-renovate-prod[bot] 2024-08-14 17:15:05 -05:00 committed by GitHub
parent 1ed50e6cb4
commit ec196ce91c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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")