diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 838cafb..7d0557b 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@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: |