From a46a86b41eeb41a15277f1351bf17c5e06af1ecc Mon Sep 17 00:00:00 2001 From: Gordon Smith Date: Tue, 10 Dec 2024 14:49:45 +0000 Subject: [PATCH] fix: Ossar tests failing with new eslint file format Signed-off-by: Gordon Smith --- .github/workflows/ossar-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ossar-analysis.yml b/.github/workflows/ossar-analysis.yml index d04773ca..208c0c95 100644 --- a/.github/workflows/ossar-analysis.yml +++ b/.github/workflows/ossar-analysis.yml @@ -38,7 +38,7 @@ jobs: # Run open source static analysis tools - name: Run OSSAR - uses: github/ossar-action@v1 + uses: github/ossar-action@v2 id: ossar # Upload results to the Security tab