Skip to content

CVE-2022-46175 (High) detected in json5-2.2.0.tgz #244

CVE-2022-46175 (High) detected in json5-2.2.0.tgz

CVE-2022-46175 (High) detected in json5-2.2.0.tgz #244

name: Comment on an issue
on:
issues:
types: [ opened ]
jobs:
comment:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
github.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: 'πŸ‘‹ Thanks for reporting!'
})