From ac71c241d9476f62d8661ff9572b414564559b90 Mon Sep 17 00:00:00 2001 From: Josh Johanning Date: Mon, 9 Oct 2023 05:09:05 -0500 Subject: [PATCH] intentionally failing security checks --- .github/workflows/security-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security-checks.yml b/.github/workflows/security-checks.yml index 3f0b787..d89c1d5 100644 --- a/.github/workflows/security-checks.yml +++ b/.github/workflows/security-checks.yml @@ -12,7 +12,7 @@ on: jobs: security: - uses: joshjohanning-org/reusable-workflows/.github/workflows/security-checks.yml@main + uses: joshjohanning-org/reusable-workflows/.github/workflows/security-checks.yml@fail-security-checks with: runs-on: ubuntu-latest secrets: inherit