From 5c6c7f7a2394dabc9c28cfd9dcd44e4b4d1b808c Mon Sep 17 00:00:00 2001 From: jake Date: Thu, 24 Apr 2025 12:26:34 -0400 Subject: [PATCH] workflow file fix --- .gitea/workflows/security.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/security.yaml b/.gitea/workflows/security.yaml index e8a0031..39ca574 100644 --- a/.gitea/workflows/security.yaml +++ b/.gitea/workflows/security.yaml @@ -5,4 +5,4 @@ jobs: scans: runs-on: smoke-test steps: - uses: https://code.jakeyoungdev.com/actions/security@master #update this to a tag after first successful run \ No newline at end of file + - uses: https://code.jakeyoungdev.com/actions/security@master #update this to a tag after first successful run \ No newline at end of file