From cedc86ebcb4d1e67a3b9a69521724d1f46f627ca Mon Sep 17 00:00:00 2001 From: qoijjj <129108030+qoijjj@users.noreply.github.com> Date: Mon, 26 Feb 2024 20:31:19 -0800 Subject: [PATCH] chore: downgrade bluebuild github-action due to upstream regression --- .github/workflows/build.yml | 2 +- modules/empty.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 modules/empty.txt diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f84b7cd..1864327 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -138,7 +138,7 @@ jobs: pubkey: 'https://raw.githubusercontent.com/wayblueorg/wayblue/live/cosign.pub' - name: Build secureblue - uses: blue-build/github-action@v1.1.0 + uses: blue-build/github-action@v1.0.2 with: recipe: ${{ matrix.recipe }} cosign_private_key: ${{ secrets.SIGNING_SECRET }} diff --git a/modules/empty.txt b/modules/empty.txt new file mode 100644 index 0000000..6446129 --- /dev/null +++ b/modules/empty.txt @@ -0,0 +1 @@ +keep until upstream removes the need for this file \ No newline at end of file