Skip to content

Commit

Permalink
Update on-pullrequest.yml
Browse files Browse the repository at this point in the history
Add event file flow
  • Loading branch information
jleiva-gap committed Sep 24, 2024
1 parent ecf04b0 commit de8f101
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/on-pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,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 }}

0 comments on commit de8f101

Please sign in to comment.