From c68eaee85a55a57f8ccfdaca2e0132cf79ada243 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Mon, 4 Aug 2025 10:36:28 -0500 Subject: [PATCH] update safe scanner to build elixir --- .github/workflows/safe.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/safe.yaml b/.github/workflows/safe.yaml index 63b63f6..4e601a3 100644 --- a/.github/workflows/safe.yaml +++ b/.github/workflows/safe.yaml @@ -14,7 +14,7 @@ concurrency: cancel-in-progress: true jobs: - test: + build: # Set up a Postgres DB service. By default, Phoenix applications # use Postgres. This creates a database for running tests. # Additional services can be defined here if required. @@ -70,7 +70,6 @@ jobs: with: name: build-artifact path: _build - security-check: runs-on: ubuntu-latest needs: build