diff --git a/.github/workflows/image-security-scan.yml b/.github/workflows/image-security-scan.yml index 76592596..93bc516b 100644 --- a/.github/workflows/image-security-scan.yml +++ b/.github/workflows/image-security-scan.yml @@ -210,7 +210,7 @@ jobs: - name: Comment the results to the PR if: ${{ github.event_name == 'pull_request' }} - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: github-token: ${{ github.token }} script: |