Skip to content

Commit ea17f57

Browse files
committed
DO-1953: Fix up linting / zizmor issues after merging in main
1 parent d678535 commit ea17f57

2 files changed

Lines changed: 12 additions & 8 deletions

File tree

.github/workflows/aio-app-deployment.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,12 @@ jobs:
3737
environment: ${{ inputs.environment }}
3838
steps:
3939
- name: Checkout
40-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
40+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2
41+
with:
42+
persist-credentials: false
4143

4244
- name: Setup Node.js
43-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
45+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f #v6.3.0
4446
with:
4547
node-version-file: .nvmrc
4648
cache: ${{ inputs.package-manager }}
@@ -58,13 +60,13 @@ jobs:
5860
run: yarn install
5961

6062
- name: Setup Adobe I/O CLI
61-
uses: adobe/aio-cli-setup-action@5a7a7313f7024283e7eb384dc79b69b02effb307 # v1.3.0
63+
uses: adobe/aio-cli-setup-action@5a7a7313f7024283e7eb384dc79b69b02effb307 #v1.3.0
6264
with:
6365
os: ubuntu-latest
6466
version: ${{ inputs.aio-cli-version }}
6567

6668
- name: Authenticate with Adobe I/O
67-
uses: adobe/aio-apps-action@0a7e7eb813fbdf73faea7ee7d03fd20e6dd7badb # v4.0.0
69+
uses: adobe/aio-apps-action@0a7e7eb813fbdf73faea7ee7d03fd20e6dd7badb #v4.0.0
6870
with:
6971
os: ubuntu-latest
7072
command: oauth_sts

.github/workflows/aio-mesh-deployment.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,12 @@ jobs:
5252
environment: ${{ inputs.environment }}
5353
steps:
5454
- name: Checkout
55-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
55+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2
56+
with:
57+
persist-credentials: false
5658

5759
- name: Setup Node.js
58-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
60+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f #v6.3.0
5961
with:
6062
node-version-file: .nvmrc
6163
cache: ${{ inputs.package-manager }}
@@ -73,7 +75,7 @@ jobs:
7375
run: yarn install
7476

7577
- name: Setup Adobe I/O CLI
76-
uses: adobe/aio-cli-setup-action@5a7a7313f7024283e7eb384dc79b69b02effb307 # v1.3.0
78+
uses: adobe/aio-cli-setup-action@5a7a7313f7024283e7eb384dc79b69b02effb307 #v1.3.0
7779
with:
7880
os: ubuntu-latest
7981
version: ${{ inputs.aio-cli-version }}
@@ -82,7 +84,7 @@ jobs:
8284
run: aio plugins:install @adobe/aio-cli-plugin-api-mesh
8385

8486
- name: Authenticate with Adobe I/O
85-
uses: adobe/aio-apps-action@0a7e7eb813fbdf73faea7ee7d03fd20e6dd7badb # v4.0.0
87+
uses: adobe/aio-apps-action@0a7e7eb813fbdf73faea7ee7d03fd20e6dd7badb #v4.0.0
8688
with:
8789
os: ubuntu-latest
8890
command: oauth_sts

0 commit comments

Comments
 (0)