diff --git a/.github/workflows/issue-gate.yml b/.github/workflows/issue-gate.yml index 799cca6..bb7fb8d 100644 --- a/.github/workflows/issue-gate.yml +++ b/.github/workflows/issue-gate.yml @@ -11,7 +11,7 @@ jobs: check-author: runs-on: ubuntu-latest steps: - - uses: actions/github-script@v7 + - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 with: script: | const association = context.payload.issue.author_association;