Skip to content

Commit

Permalink
Modify checkout action to pull latest commit from PR
Browse files Browse the repository at this point in the history
  • Loading branch information
synkd committed Dec 5, 2023
1 parent 2af7760 commit 2bc2572
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
ref: ${{ github.ref }}

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
Expand Down

0 comments on commit 2bc2572

Please sign in to comment.