diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 1457912..0df74b6 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -195,7 +195,7 @@ jobs: - name: Comment on PR (if applicable) if: github.event_name == 'pull_request' && github.actor != 'dependabot[bot]' - uses: actions/github-script@v8 + uses: actions/github-script@v9 continue-on-error: true with: script: |