Skip to content

Commit 0550590

Browse files
committed
Correct indentiation
1 parent e59ef54 commit 0550590

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

.github/workflows/image-promotion.yml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -275,8 +275,8 @@ jobs:
275275
runs-on: ubuntu-24.04
276276
needs: [release-oss]
277277
steps:
278-
- name: Checkout Repository
279-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
278+
- name: Checkout Repository
279+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
280280

281281
- name: Azure login
282282
uses: azure/login@a457da9ea143d694b1b9c7c869ebb04ebe844ef5 # v2.3.0
@@ -318,8 +318,8 @@ jobs:
318318
fail-fast: false
319319
matrix: ${{ fromJSON( needs.checks.outputs.image_matrix_oss ) }}
320320
steps:
321-
- name: Checkout Repository
322-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
321+
- name: Checkout Repository
322+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
323323

324324
- name: Make directory for security scan results
325325
id: directory
@@ -380,10 +380,10 @@ jobs:
380380
path: "${{ steps.directory.outputs.directory }}/"
381381
overwrite: true
382382

383-
- name: Upload Scan results to GitHub Security tab
384-
uses: github/codeql-action/upload-sarif@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
385-
with:
386-
sarif_file: "${{ steps.directory.outputs.directory }}/"
383+
- name: Upload Scan results to GitHub Security tab
384+
uses: github/codeql-action/upload-sarif@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
385+
with:
386+
sarif_file: "${{ steps.directory.outputs.directory }}/"
387387

388388
scan-docker-plus:
389389
name: Scan ${{ matrix.image }}-${{ matrix.target }}
@@ -398,8 +398,8 @@ jobs:
398398
fail-fast: false
399399
matrix: ${{ fromJSON( needs.checks.outputs.image_matrix_plus ) }}
400400
steps:
401-
- name: Checkout Repository
402-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
401+
- name: Checkout Repository
402+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
403403

404404
- name: Make directory for security scan results
405405
id: directory
@@ -460,10 +460,10 @@ jobs:
460460
path: "${{ steps.directory.outputs.directory }}/"
461461
overwrite: true
462462

463-
- name: Upload Scan results to GitHub Security tab
464-
uses: github/codeql-action/upload-sarif@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
465-
with:
466-
sarif_file: "${{ steps.directory.outputs.directory }}/"
463+
- name: Upload Scan results to GitHub Security tab
464+
uses: github/codeql-action/upload-sarif@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
465+
with:
466+
sarif_file: "${{ steps.directory.outputs.directory }}/"
467467

468468
scan-docker-nap:
469469
name: Scan ${{ matrix.image }}-${{ matrix.target }}-${{ matrix.nap_modules }}
@@ -478,8 +478,8 @@ jobs:
478478
fail-fast: false
479479
matrix: ${{ fromJSON( needs.checks.outputs.image_matrix_nap ) }}
480480
steps:
481-
- name: Checkout Repository
482-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
481+
- name: Checkout Repository
482+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
483483

484484
- name: NAP modules
485485
id: nap_modules
@@ -547,11 +547,11 @@ jobs:
547547
path: "${{ steps.directory.outputs.directory }}/"
548548
overwrite: true
549549

550-
- name: Upload Scan results to GitHub Security tab
551-
uses: github/codeql-action/upload-sarif@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
552-
with:
553-
sarif_file: "${{ steps.directory.outputs.directory }}/"
554-
continue-on-error: true
550+
- name: Upload Scan results to GitHub Security tab
551+
uses: github/codeql-action/upload-sarif@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
552+
with:
553+
sarif_file: "${{ steps.directory.outputs.directory }}/"
554+
continue-on-error: true
555555

556556
update-release-draft:
557557
name: Update Release Draft
@@ -560,8 +560,8 @@ jobs:
560560
permissions:
561561
contents: write
562562
steps:
563-
- name: Checkout Repository
564-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
563+
- name: Checkout Repository
564+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
565565

566566
- name: Create/Update Draft
567567
uses: lucacome/draft-release@45e4395a3d8463abdb1747b20445b9be16ef6409 # v2.0.1

0 commit comments

Comments
 (0)