diff --git a/.github/workflows/broken_links.yml b/.github/workflows/broken_links.yml index 9de1916..bbd17a0 100644 --- a/.github/workflows/broken_links.yml +++ b/.github/workflows/broken_links.yml @@ -35,7 +35,7 @@ jobs: - name: Create/Update Issue for Broken Links if: steps.link_check.outputs.has_errors == 'true' - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # ratchet:actions/github-script@v8 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # ratchet:actions/github-script@v9.0.0 with: script: | const fs = require('fs'); @@ -68,7 +68,7 @@ jobs: - name: Close Issue if No Errors if: steps.link_check.outputs.has_errors == 'false' - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # ratchet:actions/github-script@v8 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # ratchet:actions/github-script@v9.0.0 with: script: | const issues = await github.rest.issues.listForRepo({ diff --git a/.github/workflows/health_report.yml b/.github/workflows/health_report.yml index 632dee9..fdc40be 100644 --- a/.github/workflows/health_report.yml +++ b/.github/workflows/health_report.yml @@ -35,7 +35,7 @@ jobs: - name: Create/Update Issue with Health Report if: steps.report.outputs.has_report == 'true' - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # ratchet:actions/github-script@v8 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # ratchet:actions/github-script@v9.0.0 with: script: | const fs = require('fs');