From 581ac87560c1bb18a7fe5c66b9c616635d6afda6 Mon Sep 17 00:00:00 2001 From: sj-williams Date: Wed, 16 Oct 2024 12:24:17 +0100 Subject: [PATCH 1/2] =?UTF-8?q?chore:=20=F0=9F=A4=96=20fix=20broken=20code?= =?UTF-8?q?-formatter=20action=20with=20update?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/format-code.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/format-code.yml b/.github/workflows/format-code.yml index 4b9794e1..4d27cdf5 100644 --- a/.github/workflows/format-code.yml +++ b/.github/workflows/format-code.yml @@ -9,6 +9,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: ministryofjustice/github-actions/code-formatter@v7 + - uses: ministryofjustice/github-actions/code-formatter@v18.2.4 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} From c59d5fc1e284ce6f4c70e3ecd12c61c435aa6fae Mon Sep 17 00:00:00 2001 From: sj-williams Date: Wed, 16 Oct 2024 12:38:17 +0100 Subject: [PATCH 2/2] =?UTF-8?q?chore:=20=F0=9F=A4=96=20switch=20to=20sha?= =?UTF-8?q?=20for=20action=20pin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/format-code.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/format-code.yml b/.github/workflows/format-code.yml index 4d27cdf5..6150b114 100644 --- a/.github/workflows/format-code.yml +++ b/.github/workflows/format-code.yml @@ -9,6 +9,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: ministryofjustice/github-actions/code-formatter@v18.2.4 + - uses: ministryofjustice/github-actions/code-formatter@e08cbcac12ec9c09d867ab2b803d4ea1a87300ad # v18.2.4 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}