diff --git a/.github/workflows/on-pullrequest.yml b/.github/workflows/on-pullrequest.yml index a982150..7bb3e7e 100644 --- a/.github/workflows/on-pullrequest.yml +++ b/.github/workflows/on-pullrequest.yml @@ -68,3 +68,13 @@ jobs: - name: Perform CodeQL Analysis if: success() uses: github/codeql-action/analyze@cf7e9f23492505046de9a37830c3711dd0f25bb3 # codeql-bundle-v2.16.2 + + event_file: + name: "Event File" + runs-on: ubuntu-latest + steps: + - name: Upload + uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0 + with: + name: Event File + path: ${{ github.event_path }}