From 83630d83d0ce4277586cccaa974bd4ed788119a1 Mon Sep 17 00:00:00 2001 From: Christopher Atkins Date: Wed, 10 Jan 2024 15:20:42 -0500 Subject: [PATCH] testing edge Signed-off-by: Christopher Atkins --- .github/workflows/openapi-static-scan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/openapi-static-scan.yml b/.github/workflows/openapi-static-scan.yml index abf1445..f12b463 100644 --- a/.github/workflows/openapi-static-scan.yml +++ b/.github/workflows/openapi-static-scan.yml @@ -15,7 +15,7 @@ jobs: - name: Checkout repo uses: actions/checkout@v4 - name: Audit API definition for security issues - uses: 42Crunch/api-security-audit-action-freemium@v1 + uses: 42Crunch/api-security-audit-action-freemium@latest with: upload-to-code-scanning: true log-level: debug