diff --git a/.github/workflows/pr_cockpit-web.yml b/.github/workflows/pr_cockpit-web.yml index 72809374..f691d06b 100644 --- a/.github/workflows/pr_cockpit-web.yml +++ b/.github/workflows/pr_cockpit-web.yml @@ -34,7 +34,7 @@ jobs: - run: yarn --cwd web run format --check - name: Git Diff showed uncommitted changes if: ${{ failure() }} - uses: actions/github-script@d556feaca394842dc55e4734bf3bb9f685482fa0 # v6 + uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1 with: script: | core.setFailed('web/ contains unformatted code, run `pnpm prettier . --write` and re-commit!') diff --git a/.github/workflows/pr_cockpit.yml b/.github/workflows/pr_cockpit.yml index 98269de0..e82094bc 100644 --- a/.github/workflows/pr_cockpit.yml +++ b/.github/workflows/pr_cockpit.yml @@ -69,7 +69,7 @@ jobs: - name: Helm Charts not up-to-date if: ${{ failure() }} - uses: actions/github-script@d556feaca394842dc55e4734bf3bb9f685482fa0 # v6 + uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1 with: script: | core.setFailed('Committed Helm charts were not up to date, please regenerate and re-commit!')