From e129988c322b926d35e7b228108ed6fdfc6ebf86 Mon Sep 17 00:00:00 2001 From: uranium Date: Tue, 8 Oct 2024 12:41:15 +0530 Subject: [PATCH] compiled the code --- .github/workflows/PrBot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/PrBot.yml b/.github/workflows/PrBot.yml index f3f437e..9fda3a9 100644 --- a/.github/workflows/PrBot.yml +++ b/.github/workflows/PrBot.yml @@ -39,7 +39,7 @@ jobs: - name: TruffleHog Bot scan uses: trufflesecurity/TruffleHog-Enterprise-Github-Action@main with: - args: --fail-verified ${{ github.base_ref }} ${{ github.head_ref }} + args: --fail-verified ${{ github.event.pull_request.base.ref }} HEAD --json BotCheck: name: Bot scan permissions: write-all