Skip to content

Commit

Permalink
chore: Update dependency @zowe/cli to v7.23.5 [SECURITY] (v3.x.x) (#3743
Browse files Browse the repository at this point in the history
)

* chore: Update dependency @zowe/cli to v7.23.5 [SECURITY]

* update npm-shrinkwrap after zowe/cli upgrade

Signed-off-by: nx673747 <[email protected]>

* updating snapshot after zowe/cli upgrade

Signed-off-by: nx673747 <[email protected]>

* Update version of upload-artifact action

Signed-off-by: Elena Kubantseva <[email protected]>

---------

Signed-off-by: nx673747 <[email protected]>
Signed-off-by: Elena Kubantseva <[email protected]>
Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: nx673747 <[email protected]>
Co-authored-by: Elena Kubantseva <[email protected]>
  • Loading branch information
4 people authored Sep 11, 2024
1 parent 2941c0b commit 564757f
Show file tree
Hide file tree
Showing 5 changed files with 5,853 additions and 7,496 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Store results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ErrorMessage-${{ env.JOB_ID }}
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/service-registration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: >
./gradlew runStartUpCheck --info --scan
- name: Store results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: always()
with:
name: CITests-${{ env.JOB_ID }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,10 @@ exports[`id-federation map system test should display the help 1`] = `
--cert-file (local file path)
The file path to a certificate file to use for authentication
The file path to a certificate file to use for authentication.
Note: The CLI does not support certificate files that require a password. For
more information, search Troubleshooting PEM Certificates in Zowe Docs.
--cert-key-file (local file path)
Expand Down
Loading

0 comments on commit 564757f

Please sign in to comment.