chore(deps): pin actions/github-script action to 7a5c598 (#46546)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2022-06-18 10:18:26 +05:30
committed by GitHub
parent 114e84983c
commit 8a72ac8fdf

View File

@@ -11,7 +11,7 @@ jobs:
steps:
- name: Welcome New Contributors
if: github.event.pull_request.merged == true
uses: actions/github-script@v6
uses: actions/github-script@7a5c598405937d486b0331594b5da2b14db670da # tag=v6
with:
script: |
const creator = context.payload.sender.login;