Skip to content

Commit 3cf0087

Browse files
committed
checkout scanning
1 parent d01fe8a commit 3cf0087

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/quality-checks.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,12 @@ jobs:
451451
needs: [build_dev_container_x64, build_dev_container_arm64]
452452
if: ${{ inputs.dev_container_ecr != '' && inputs.dev_container_image_tag != '' }}
453453
steps:
454+
- name: Checkout local github actions
455+
uses: actions/checkout@v5
456+
with:
457+
fetch-depth: 0
458+
sparse-checkout: |
459+
.github
454460
- name: Set up Docker Buildx
455461
uses: docker/setup-buildx-action@v3
456462

0 commit comments

Comments
 (0)