Skip to content

CVE-2021-32804 (High) detected in tar-4.4.13.tgz #226

CVE-2021-32804 (High) detected in tar-4.4.13.tgz

CVE-2021-32804 (High) detected in tar-4.4.13.tgz #226

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!'
})