From 8775e9799b584a11afddb901c0022e71466a8a4d Mon Sep 17 00:00:00 2001 From: Andreas Bauer Date: Tue, 12 Nov 2024 21:56:07 +0100 Subject: [PATCH] Fix workflow call --- .github/workflows/beta-deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/beta-deployment.yml b/.github/workflows/beta-deployment.yml index 3cbe893..7b0a141 100644 --- a/.github/workflows/beta-deployment.yml +++ b/.github/workflows/beta-deployment.yml @@ -27,7 +27,7 @@ jobs: secrets: inherit staticanaylsis: name: Static Analysis - uses: ./.github/workflows/static_analysis.yml + uses: ./.github/workflows/static-analysis.yml permissions: security-events: write actions: read