Skip to content

Commit bd26edb

Browse files
chore(deps): update actions/github-script action to v6.4.1 (#175)
[![Mend Renovate logo banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/github-script](https://togithub.com/actions/github-script) | action | patch | `v6.4.0` -> `v6.4.1` | --- ### Release Notes <details> <summary>actions/github-script (actions/github-script)</summary> ### [`v6.4.1`](https://togithub.com/actions/github-script/releases/tag/v6.4.1) [Compare Source](https://togithub.com/actions/github-script/compare/v6.4.0...v6.4.1) #### What's Changed - Add [@&#8203;octokit/plugin-request-log](https://togithub.com/octokit/plugin-request-log), to produce debug output for requests by [@&#8203;mjpieters](https://togithub.com/mjpieters) in [https://github.com/actions/github-script/pull/358](https://togithub.com/actions/github-script/pull/358) - fix input handling by [@&#8203;mjpieters](https://togithub.com/mjpieters) in [https://github.com/actions/github-script/pull/357](https://togithub.com/actions/github-script/pull/357) - Remove unused dependencies by [@&#8203;mjpieters](https://togithub.com/mjpieters) in [https://github.com/actions/github-script/pull/356](https://togithub.com/actions/github-script/pull/356) - Default debug to current runner debug state by [@&#8203;mjpieters](https://togithub.com/mjpieters) in [https://github.com/actions/github-script/pull/363](https://togithub.com/actions/github-script/pull/363) #### New Contributors - [@&#8203;mjpieters](https://togithub.com/mjpieters) made their first contribution in [https://github.com/actions/github-script/pull/358](https://togithub.com/actions/github-script/pull/358) **Full Changelog**: actions/github-script@v6.4.0...v6.4.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/Hapag-Lloyd/terraform-aws-bastion-host-ssm). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent db65924 commit bd26edb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/new-pr-opened.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
permissions:
1616
pull-requests: write
1717
steps:
18-
- uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975 # v6.4.0
18+
- uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
1919
with:
2020
script: |
2121
// adds a comment to the PR (there is the issue API only which works work PRs too)

.github/workflows/slash_ops_commands.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
2525
maintainer=${maintainers[ $RANDOM % ${#maintainers[@]} ]}
2626
echo "maintainer=$maintainer" >> "$GITHUB_OUTPUT"
27-
- uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975 # v6.4.0
27+
- uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
2828
with:
2929
script: |
3030
// adds a comment to the PR (there is the issue API, which works work PRs too)
@@ -69,7 +69,7 @@ jobs:
6969
commit_message: "chore: format Terraform code"
7070

7171
- name: Failure notice
72-
uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975 # v6.4.0
72+
uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
7373
if: ${{ failure() }}
7474
with:
7575
script: |

.github/workflows/slash_ops_comment_dispatch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
slash-command-dispatch:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975 # v6.4.0
13+
- uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
1414
id: vars
1515
with:
1616
script: |

0 commit comments

Comments
 (0)