diff --git a/.github/workflows/dogfood-comment.yml b/.github/workflows/dogfood-comment.yml index 49d8968f1..8b5153dc5 100644 --- a/.github/workflows/dogfood-comment.yml +++ b/.github/workflows/dogfood-comment.yml @@ -24,7 +24,7 @@ jobs: pull-requests: write steps: - name: Add dogfooding comment - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 with: script: | // Get PR number from either the PR event or manual input diff --git a/.github/workflows/remove-stale-label.yml b/.github/workflows/remove-stale-label.yml index 05a55612a..2e58cc8cb 100644 --- a/.github/workflows/remove-stale-label.yml +++ b/.github/workflows/remove-stale-label.yml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Remove stale label from pull request - uses: "actions/github-script@v8" + uses: "actions/github-script@v8.0.0" with: script: | github.rest.issues.removeLabel({ @@ -36,7 +36,7 @@ jobs: if: github.event_name == 'issue_comment' && github.event.issue.pull_request - name: Remove stale label from issue - uses: "actions/github-script@v8" + uses: "actions/github-script@v8.0.0" with: script: | github.rest.issues.removeLabel({