mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-22 16:08:13 +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
|
- name: Checkout Repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
ref: ${{ github.event.pull_request.head.sha }}
|
||||||
|
|
||||||
- name: Prepare for Docker Build
|
- name: Prepare for Docker Build
|
||||||
id: prepare
|
id: prepare
|
||||||
|
@ -40,6 +40,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
ref: ${{ github.event.pull_request.head.sha }}
|
||||||
|
|
||||||
- name: Prepare for Docker Build
|
- name: Prepare for Docker Build
|
||||||
id: prepare
|
id: prepare
|
||||||
|
@ -41,6 +41,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
ref: ${{ github.event.pull_request.head.sha }}
|
||||||
|
|
||||||
- name: Prepare for Docker Build
|
- name: Prepare for Docker Build
|
||||||
id: prepare
|
id: prepare
|
||||||
|
Loading…
x
Reference in New Issue
Block a user