Skip to content

Commit

Permalink
Update sergeysova/jq-action action to v2.3.0 (main) (elastic#190552)
Browse files Browse the repository at this point in the history
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
[@&elastic#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

- [@&elastic#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**:
sergeysova/jq-action@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
[@&elastic#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

- [@&elastic#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**:
sergeysova/jq-action@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
[@&elastic#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

- [@&elastic#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**:
sergeysova/jq-action@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>
(cherry picked from commit ec196ce)
  • Loading branch information
elastic-renovate-prod[bot] committed Aug 14, 2024
1 parent f0c5801 commit 2c606db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/label-qa-fixed-in.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@ 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
cmd: echo $CLOSING_ISSUES | jq -c '.repository.pullRequest.closingIssuesReferences.nodes | map(.id)'
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")
Expand Down

0 comments on commit 2c606db

Please sign in to comment.