We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1f3b16 commit bbceaebCopy full SHA for bbceaeb
1 file changed
.github/workflows/trivy_pr_comment.yml
@@ -15,6 +15,9 @@ jobs:
15
if: ${{ github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.event == 'pull_request' }}
16
runs-on: ubuntu-latest
17
steps:
18
+ - name: Check out PR code
19
+ uses: actions/checkout@v6
20
+
21
- name: Determine PR number securely
22
id: get_pr
23
env:
0 commit comments