Skip to content

Commit

Permalink
Merge pull request #153 from zowe/update-with-master
Browse files Browse the repository at this point in the history
Update next with master
  • Loading branch information
zFernand0 authored Jul 31, 2024
2 parents b9fd67d + 82f0ee8 commit 08ca85f
Show file tree
Hide file tree
Showing 3 changed files with 985 additions and 8,891 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
uses: actions/checkout@v4

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
config-file: ./.github/resources/codeql-config.yml

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ All notable changes to the IBM® Db2® Plug-in for Zowe CLI will be documented i
- BugFix: Updated plug-in to exit code 1 if it encounters an error when issuing commands to Db2 [#144](https://github.com/zowe/zowe-cli-db2-plugin/pull/144)
- V3 Breaking: Updated engines, removed health check and v1 profile support, added port and database to config template [#144](https://github.com/zowe/zowe-cli-db2-plugin/pull/144)

## `5.0.8`

- BugFix: Updated axios transitive dependency to resolve technical debt. [#149](https://github.com/zowe/zowe-cli-db2-plugin/pull/149)

## `5.0.7`

- BugFix: Updated follow-redirects transitive dependency to resolve technical debt. [#147](https://github.com/zowe/zowe-cli-db2-plugin/pull/147)

## `5.0.6`

- BugFix: Updated follow-redirects transitive dependency to resolve technical debt. [#139](https://github.com/zowe/zowe-cli-db2-plugin/pull/139)
Expand Down
Loading

0 comments on commit 08ca85f

Please sign in to comment.