diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 838cafb..3750fbf 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -118,7 +118,7 @@ jobs: prerelease: false - name: Create Issue on Failure if: failure() && startsWith(github.ref, 'refs/tags/v') - uses: actions/github-script@v7 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: |