Skip to content

Commit bbceaeb

Browse files
committed
Checkout repo
1 parent b1f3b16 commit bbceaeb

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/trivy_pr_comment.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
if: ${{ github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.event == 'pull_request' }}
1616
runs-on: ubuntu-latest
1717
steps:
18+
- name: Check out PR code
19+
uses: actions/checkout@v6
20+
1821
- name: Determine PR number securely
1922
id: get_pr
2023
env:

0 commit comments

Comments
 (0)