diff --git a/.github/workflows/check-upstream-ed25519.yml b/.github/workflows/check-upstream-ed25519.yml index cb099946..5b8288a8 100644 --- a/.github/workflows/check-upstream-ed25519.yml +++ b/.github/workflows/check-upstream-ed25519.yml @@ -24,7 +24,7 @@ jobs: echo "output=$output" >> $GITHUB_OUTPUT fi - name: Create issue (unless one is open already) - uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975 + uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 if: ${{ steps.test_ed25519.outputs.result == '1' }} with: script: | diff --git a/.github/workflows/test-kms.yml b/.github/workflows/test-kms.yml index e425b897..d630c554 100644 --- a/.github/workflows/test-kms.yml +++ b/.github/workflows/test-kms.yml @@ -41,7 +41,7 @@ jobs: - name: File an issue on failure if: ${{ failure() }} - uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975 + uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 with: script: | const repo = context.repo.owner + "/" + context.repo.repo