From 06f80b7baf6824cd8434349ab53a0084a4f7c719 Mon Sep 17 00:00:00 2001 From: Chris Cranford Date: Thu, 4 Jan 2024 13:20:49 -0500 Subject: [PATCH] Upgrade hugoalh/scan-virus-ghaction to 0.20.1 --- .github/workflows/security-scan.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/security-scan.yml b/.github/workflows/security-scan.yml index 61b743cc..310b4795 100644 --- a/.github/workflows/security-scan.yml +++ b/.github/workflows/security-scan.yml @@ -18,7 +18,7 @@ jobs: submodules: recursive - name: Scan assets - uses: hugoalh/scan-virus-ghaction@v0.20.0 + uses: hugoalh/scan-virus-ghaction@v0.20.1 with: found_summary: true statistics_summary: true @@ -39,7 +39,7 @@ jobs: fileName: "godot-orchestrator*plugin.zip" - name: Scan assets - uses: hugoalh/scan-virus-ghaction@v0.20.0 + uses: hugoalh/scan-virus-ghaction@v0.20.1 with: found_summary: true statistics_summary: true \ No newline at end of file