mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-22 07:58:06 +00:00
fix: Trivy Scan CI checkout Action (#19842)
This commit is contained in:
parent
be0eb95b25
commit
50f05f32dc
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user