fix: Trivy Scan CI checkout Action (#19842)

This commit is contained in:
Akash Jain 2025-02-17 14:00:24 +00:00 committed by GitHub
parent be0eb95b25
commit 50f05f32dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 0 deletions

View File

@ -40,6 +40,8 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Prepare for Docker Build
id: prepare

View File

@ -40,6 +40,8 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Prepare for Docker Build
id: prepare

View File

@ -41,6 +41,8 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Prepare for Docker Build
id: prepare