From a35c49607f06c46aff0eac074a93dc89debb4ed3 Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Tue, 14 Feb 2023 11:57:37 +0100 Subject: [PATCH] Debug GitHub Action for CodeQL Analysis --- .github/workflows/codeql-analysis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index f585ddd..884245f 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -27,6 +27,10 @@ jobs: # Learn more about CodeQL language support at https://git.io/codeql-language-support steps: + # Temporarily debug runs on the main branch triggered by Dependabot after an automatic merge + - run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event." + - run: echo "🎉 The job was automatically triggered by ${{ github.actor }}." + - name: Checkout repository uses: actions/checkout@v3