From af91b7a124fdeaf48d18ee663f35f1e2090a252f Mon Sep 17 00:00:00 2001 From: Dylan Bargatze Date: Thu, 19 Sep 2024 10:58:02 -0400 Subject: [PATCH] Set mcode-action version for testing. --- .github/workflows/mayhem.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mayhem.yml b/.github/workflows/mayhem.yml index b050a93..b7a2dea 100644 --- a/.github/workflows/mayhem.yml +++ b/.github/workflows/mayhem.yml @@ -83,7 +83,7 @@ jobs: - name: Start analysis for ${{ matrix.mayhemfile }} id: run-mayhem - uses: ForAllSecure/mcode-action@v1 + uses: ForAllSecure/mcode-action@2f7c8d12e25a238e11cdfbd5d741ceeecd7a2a80 with: mayhem-url: ${{ secrets.MAYHEM_URL }} mayhem-token: ${{ secrets.MAYHEM_TOKEN }}