diff --git a/.github/workflows/self-healing-master.yml b/.github/workflows/self-healing-master.yml index 8711423..ae28f11 100644 --- a/.github/workflows/self-healing-master.yml +++ b/.github/workflows/self-healing-master.yml @@ -59,7 +59,7 @@ jobs: - name: ❌ Create Issue on Failure if: failure() - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 with: script: | await github.rest.issues.create({ diff --git a/.github/workflows/self-healing.yml b/.github/workflows/self-healing.yml index 6bdb90b..e76dcbc 100644 --- a/.github/workflows/self-healing.yml +++ b/.github/workflows/self-healing.yml @@ -48,7 +48,7 @@ jobs: - name: Create Issue on Failure if: failure() - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd with: script: | github.rest.issues.create({