mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
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 [@​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) </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:
parent
1ed50e6cb4
commit
ec196ce91c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/label-qa-fixed-in.yml
vendored
4
.github/workflows/label-qa-fixed-in.yml
vendored
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue