From 7b5ad8b56ed83ce564c10bbb05516a54f8dc4ff0 Mon Sep 17 00:00:00 2001 From: Jacob Woffenden Date: Tue, 26 Nov 2024 12:01:26 +0000 Subject: [PATCH] turns out it was needed after all Signed-off-by: Jacob Woffenden --- .github/workflows/release.yml | 6 ++++++ .github/workflows/scan.yml | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 13c0ad8..c0443a5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,6 +23,12 @@ jobs: id: checkout uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + - name: Clean Actions Runner + id: clean_actions_runner + uses: ministryofjustice/github-actions/clean-actions-runner@ccf9e3a4a828df1ec741f6c8e6ed9d0acaef3490 # v18.5.0 + with: + confirm: true + - name: Install cosign id: install_cosign uses: sigstore/cosign-installer@dc72c7d5c4d10cd6bcb8cf6e3fd625a9e5e537da # v3.7.0 diff --git a/.github/workflows/scan.yml b/.github/workflows/scan.yml index 303cd9d..efda2ab 100644 --- a/.github/workflows/scan.yml +++ b/.github/workflows/scan.yml @@ -19,6 +19,12 @@ jobs: id: checkout uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + - name: Clean Actions Runner + id: clean_actions_runner + uses: ministryofjustice/github-actions/clean-actions-runner@ccf9e3a4a828df1ec741f6c8e6ed9d0acaef3490 # v18.5.0 + with: + confirm: true + - name: Build id: build shell: bash