From fbdf402af5779f8e0f5454b445695d998df32aae Mon Sep 17 00:00:00 2001 From: tyler Date: Mon, 18 Sep 2023 21:09:54 +0000 Subject: [PATCH] Debugging event name context variable --- .github/workflows/code-scanning.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/code-scanning.yml b/.github/workflows/code-scanning.yml index 91794f72..4badfde4 100644 --- a/.github/workflows/code-scanning.yml +++ b/.github/workflows/code-scanning.yml @@ -14,6 +14,7 @@ jobs: dependency-review: name: Dependency Review runs-on: ubuntu-latest + # if: github.event_name == steps: - uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # v2.5.1 with: @@ -26,6 +27,9 @@ jobs: with: show-progress: 'false' persist-credentials: 'false' + - run: echo "$DEBUG_EVENT_NAME" + env: + DEBUG_EVENT_NAME: ${{ github.event_name }} - uses: actions/dependency-review-action@v3 codeql: