diff --git a/.github/workflows/get-codescene-sha.yml b/.github/workflows/get-codescene-sha.yml index 2c3b9eb1..99611f82 100644 --- a/.github/workflows/get-codescene-sha.yml +++ b/.github/workflows/get-codescene-sha.yml @@ -17,7 +17,7 @@ jobs: curl -fsSL "$url" -o install-cs-coverage-tool.sh echo "sha=$(sha256sum install-cs-coverage-tool.sh | awk '{print $1}')" >> "$GITHUB_OUTPUT" - name: Update repository variable - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const sha = process.env.SHA