From 77e6b3867dce64b98eb4ca8aac0e028599f982f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 09:39:16 +0000 Subject: [PATCH] chore(deps): update danger/danger-js action to v12.3.1 (#644) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [danger/danger-js](https://togithub.com/danger/danger-js) | action | patch | `12.3.0` -> `12.3.1` | --- ### Release Notes
danger/danger-js (danger/danger-js) ### [`v12.3.1`](https://togithub.com/danger/danger-js/blob/HEAD/CHANGELOG.md#1231) [Compare Source](https://togithub.com/danger/danger-js/compare/12.3.0...12.3.1) - Fixes for created, modified ,deleted files in GitHub - \[[@​szweier](https://togithub.com/szweier)] - Dont log about github.pr not being available in pull_request_target - \[[@​sayali10](https://togithub.com/sayali10)]
--- ### Configuration 📅 **Schedule**: Branch creation - "every weekday" in timezone Etc/UTC, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/ScaleLeap/amazon-marketplaces). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/danger.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/danger.yml b/.github/workflows/danger.yml index d2d63209..8b384632 100644 --- a/.github/workflows/danger.yml +++ b/.github/workflows/danger.yml @@ -34,6 +34,6 @@ jobs: run: npm ci - name: Danger - uses: danger/danger-js@12.3.0 + uses: danger/danger-js@12.3.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}