Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump stefanbuck/github-issue-parser from 2 to 3 #66286

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 25, 2023

Bumps stefanbuck/github-issue-parser from 2 to 3.

Release notes

Sourced from stefanbuck/github-issue-parser's releases.

v3.0.0

3.0.0 (2022-10-19)

Bug Fixes

  • deps: bump @​actions/core from 1.9.1 to 1.10.0 (284e5eb)
  • Ensure releases can be pinned to SHAs #23 (#39) (428eec3)

Features

  • mitigating script injection attacks by passing issue body as env var (#42) (0b27d4a)

BREAKING CHANGES

  • Add issue-body argument which is required from v3 onwards

To mitigate script injection attacks, github-issue-parser v3 will require workflow authors to pass the issue body as an argument. By doing so you will follow GitHub's Good practices for mitigating script injection attacks

- uses: stefanbuck/github-issue-parser@v3
  id: issue-parser
  with:
    issue-body: ${{ github.event.issue.body }} # required
    template-path: .github/ISSUE_TEMPLATE/bug-report.yml # optional but recommended

The previous checkbox output produced this:

 {
    "laravel": true,
    "svelte": true,
 }

whereas the new output will be an array like this

{
    "fav_frameworks": ["Laravel", "Svelte"]
}

... (truncated)

Commits
  • 61cd758 build
  • a4e9683 build(deps-dev): bump jest from 29.6.2 to 29.6.4
  • 5202974 build(deps-dev): bump jest from 29.5.0 to 29.6.2
  • 2628f4f build(deps-dev): bump jest from 29.4.3 to 29.5.0 (#57)
  • 145e4dc build(deps-dev): bump jest from 29.4.1 to 29.4.3
  • 0d89a54 fix: semantic-release require node >= 18 (#55)
  • 96f2b64 build(deps-dev): bump jest from 29.3.1 to 29.4.1
  • de4f154 build(deps-dev): bump @​vercel/ncc from 0.36.0 to 0.36.1
  • a785ea3 build(deps-dev): bump @​vercel/ncc from 0.34.0 to 0.36.0 (#52)
  • 55281d1 build(deps-dev): bump jest from 29.2.2 to 29.3.1
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [stefanbuck/github-issue-parser](https://github.com/stefanbuck/github-issue-parser) from 2 to 3.
- [Release notes](https://github.com/stefanbuck/github-issue-parser/releases)
- [Commits](stefanbuck/github-issue-parser@v2...v3)

---
updated-dependencies:
- dependency-name: stefanbuck/github-issue-parser
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner September 25, 2023 21:37
@dependabot dependabot bot requested review from little-oddball and removed request for a team September 25, 2023 21:37
@dependabot dependabot bot added dependency management monitor GH alerts and vulnerabilities github_actions Pull requests that update GitHub Actions code labels Sep 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency management monitor GH alerts and vulnerabilities github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants