Debug GitHub Action for CodeQL Analysis

This commit is contained in:
Sebastian Serth
2023-02-14 11:57:37 +01:00
parent 62a440e7e9
commit a35c49607f

View File

@ -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