diff --git a/.github/workflows/adr-validation.yml b/.github/workflows/adr-validation.yml index a9e2416..53277c2 100644 --- a/.github/workflows/adr-validation.yml +++ b/.github/workflows/adr-validation.yml @@ -42,7 +42,7 @@ jobs: if: github.event_name == 'pull_request' # v7.0.1 uses: >- - actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea + actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd with: script: | const fs = require('fs'); diff --git a/.github/workflows/benchmark-regression.yml b/.github/workflows/benchmark-regression.yml index 56c191c..e8eacf7 100644 --- a/.github/workflows/benchmark-regression.yml +++ b/.github/workflows/benchmark-regression.yml @@ -111,7 +111,7 @@ jobs: - name: Comment PR with results if: github.event_name == 'pull_request' - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 with: script: | const fs = require('fs'); diff --git a/.github/workflows/ci-coverage.yml b/.github/workflows/ci-coverage.yml index b34820e..402ad57 100644 --- a/.github/workflows/ci-coverage.yml +++ b/.github/workflows/ci-coverage.yml @@ -117,7 +117,7 @@ jobs: if: github.event_name == 'pull_request' # v7.0.1 uses: >- - actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea + actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd with: script: | const fs = require('fs'); diff --git a/.github/workflows/fuzz-testing.yml b/.github/workflows/fuzz-testing.yml index 02c6c14..6e5e4f1 100644 --- a/.github/workflows/fuzz-testing.yml +++ b/.github/workflows/fuzz-testing.yml @@ -120,7 +120,7 @@ jobs: - name: Create issue on crash if: steps.crashes.outputs.crashes == 'true' - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 with: script: | const fs = require('fs'); diff --git a/.github/workflows/mutation-testing.yml b/.github/workflows/mutation-testing.yml index e8d098d..5c40764 100644 --- a/.github/workflows/mutation-testing.yml +++ b/.github/workflows/mutation-testing.yml @@ -95,7 +95,7 @@ jobs: - name: Comment PR with results if: github.event_name == 'pull_request' && always() - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 with: script: | const fs = require('fs');