Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/aio-app-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
version: ${{ inputs.aio-cli-version }}

- name: Authenticate with Adobe I/O
uses: adobe/aio-apps-action@0a7e7eb813fbdf73faea7ee7d03fd20e6dd7badb #v4.0.0
uses: adobe/aio-apps-action@6d7fdea67de9ef5ee3bf4c730aeaa5eaa7e2c533 #v4.1.0

Check warning

Code scanning / zizmor

action's hash pin has mismatched or missing version comment Warning

action's hash pin has mismatched or missing version comment
with:
os: ubuntu-latest
command: oauth_sts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/aio-mesh-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
run: aio plugins:install @adobe/aio-cli-plugin-api-mesh

- name: Authenticate with Adobe I/O
uses: adobe/aio-apps-action@0a7e7eb813fbdf73faea7ee7d03fd20e6dd7badb #v4.0.0
uses: adobe/aio-apps-action@6d7fdea67de9ef5ee3bf4c730aeaa5eaa7e2c533 #v4.1.0

Check warning

Code scanning / zizmor

action's hash pin has mismatched or missing version comment Warning

action's hash pin has mismatched or missing version comment
with:
os: ubuntu-latest
command: oauth_sts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/aio-secure-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
version: ${{ inputs.aio-cli-version }}

- name: Authenticate with Adobe I/O
uses: adobe/aio-apps-action@0a7e7eb813fbdf73faea7ee7d03fd20e6dd7badb #v4.0.0
uses: adobe/aio-apps-action@6d7fdea67de9ef5ee3bf4c730aeaa5eaa7e2c533 #v4.1.0

Check warning

Code scanning / zizmor

action's hash pin has mismatched or missing version comment Warning

action's hash pin has mismatched or missing version comment
with:
os: ubuntu-latest
command: oauth_sts
Expand Down