diff --git a/.github/workflows/entropy-beauty-comment.yml b/.github/workflows/entropy-beauty-comment.yml index d156baccc4..364ea49082 100644 --- a/.github/workflows/entropy-beauty-comment.yml +++ b/.github/workflows/entropy-beauty-comment.yml @@ -28,7 +28,7 @@ jobs: path: results - name: Post summary comment - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const fs = require('fs'); diff --git a/.github/workflows/entropy-beauty-scan.yml b/.github/workflows/entropy-beauty-scan.yml index 16843d599c..dcd387e3de 100644 --- a/.github/workflows/entropy-beauty-scan.yml +++ b/.github/workflows/entropy-beauty-scan.yml @@ -116,7 +116,7 @@ jobs: name: scan-results - name: Create issue on suspicious entropy - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const fs = require('fs');