From 364a4cded3f2cb29c748c10475d9714be24ec2f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 09:38:34 +0100 Subject: [PATCH 1/3] build(deps): bump actions/dependency-review-action from 3 to 4 (#130) --- .github/workflows/plugins-ci-elasticsearch.yml | 2 +- .github/workflows/plugins-ci-kafka.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/plugins-ci-elasticsearch.yml b/.github/workflows/plugins-ci-elasticsearch.yml index 328b5c1..59432fc 100644 --- a/.github/workflows/plugins-ci-elasticsearch.yml +++ b/.github/workflows/plugins-ci-elasticsearch.yml @@ -43,7 +43,7 @@ jobs: persist-credentials: false - name: Dependency review - uses: actions/dependency-review-action@v3 + uses: actions/dependency-review-action@v4 license-check: if: > diff --git a/.github/workflows/plugins-ci-kafka.yml b/.github/workflows/plugins-ci-kafka.yml index 11eb915..f8ed954 100644 --- a/.github/workflows/plugins-ci-kafka.yml +++ b/.github/workflows/plugins-ci-kafka.yml @@ -43,7 +43,7 @@ jobs: persist-credentials: false - name: Dependency review - uses: actions/dependency-review-action@v3 + uses: actions/dependency-review-action@v4 license-check: if: > From 8dccd9d08455af9fbd594dec11d2bbe83f4e088d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCrg=C3=BCn=20Day=C4=B1o=C4=9Flu?= Date: Sat, 25 May 2024 18:47:29 +0200 Subject: [PATCH 2/3] remove node 18 and add node 22 (#131) --- .github/workflows/plugins-benchmark-pr.yml | 2 +- .github/workflows/plugins-ci-elasticsearch.yml | 2 +- .github/workflows/plugins-ci-kafka.yml | 2 +- .github/workflows/plugins-ci-mongo.yml | 2 +- .github/workflows/plugins-ci-mysql.yml | 2 +- .github/workflows/plugins-ci-package-manager.yml | 2 +- .github/workflows/plugins-ci-postgres.yml | 2 +- .github/workflows/plugins-ci-redis.yml | 2 +- .github/workflows/plugins-ci.yml | 2 +- README.md | 4 ++-- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/plugins-benchmark-pr.yml b/.github/workflows/plugins-benchmark-pr.yml index bb948d5..876e434 100644 --- a/.github/workflows/plugins-benchmark-pr.yml +++ b/.github/workflows/plugins-benchmark-pr.yml @@ -34,7 +34,7 @@ on: node-versions: description: 'A JSON array that specifies the Node.js versions on which the job should run.' required: false - default: '["18", "20", "21"]' + default: '["20", "22"]' type: string jobs: diff --git a/.github/workflows/plugins-ci-elasticsearch.yml b/.github/workflows/plugins-ci-elasticsearch.yml index 59432fc..b5bfdc5 100644 --- a/.github/workflows/plugins-ci-elasticsearch.yml +++ b/.github/workflows/plugins-ci-elasticsearch.yml @@ -26,7 +26,7 @@ on: node-versions: description: 'A JSON array that specifies the Node.js versions on which the job should run.' required: false - default: '["18", "20", "21"]' + default: '["20", "22"]' type: string jobs: diff --git a/.github/workflows/plugins-ci-kafka.yml b/.github/workflows/plugins-ci-kafka.yml index f8ed954..ed2cc0a 100644 --- a/.github/workflows/plugins-ci-kafka.yml +++ b/.github/workflows/plugins-ci-kafka.yml @@ -26,7 +26,7 @@ on: node-versions: description: 'A JSON array that specifies the Node.js versions on which the job should run.' required: false - default: '["18", "20", "21"]' + default: '["20", "22"]' type: string jobs: diff --git a/.github/workflows/plugins-ci-mongo.yml b/.github/workflows/plugins-ci-mongo.yml index f9256a5..74c556e 100644 --- a/.github/workflows/plugins-ci-mongo.yml +++ b/.github/workflows/plugins-ci-mongo.yml @@ -26,7 +26,7 @@ on: node-versions: description: 'A JSON array that specifies the Node.js versions on which the job should run.' required: false - default: '["18", "20", "21"]' + default: '["20", "22"]' type: string jobs: diff --git a/.github/workflows/plugins-ci-mysql.yml b/.github/workflows/plugins-ci-mysql.yml index 160bf2d..72ed4fb 100644 --- a/.github/workflows/plugins-ci-mysql.yml +++ b/.github/workflows/plugins-ci-mysql.yml @@ -26,7 +26,7 @@ on: node-versions: description: 'A JSON array that specifies the Node.js versions on which the job should run.' required: false - default: '["18", "20", "21"]' + default: '["20", "22"]' type: string jobs: diff --git a/.github/workflows/plugins-ci-package-manager.yml b/.github/workflows/plugins-ci-package-manager.yml index 5ea4474..f38905f 100644 --- a/.github/workflows/plugins-ci-package-manager.yml +++ b/.github/workflows/plugins-ci-package-manager.yml @@ -6,7 +6,7 @@ on: node-versions: description: 'A JSON array that specifies the Node.js versions on which the job should run.' required: false - default: '["18", "20", "21"]' + default: '["20", "22"]' type: string jobs: diff --git a/.github/workflows/plugins-ci-postgres.yml b/.github/workflows/plugins-ci-postgres.yml index 6b3a316..fc802dc 100644 --- a/.github/workflows/plugins-ci-postgres.yml +++ b/.github/workflows/plugins-ci-postgres.yml @@ -26,7 +26,7 @@ on: node-versions: description: 'A JSON array that specifies the Node.js versions on which the job should run.' required: false - default: '["18", "20", "21"]' + default: '["20", "22"]' type: string jobs: diff --git a/.github/workflows/plugins-ci-redis.yml b/.github/workflows/plugins-ci-redis.yml index 3573da7..6d24ec6 100644 --- a/.github/workflows/plugins-ci-redis.yml +++ b/.github/workflows/plugins-ci-redis.yml @@ -26,7 +26,7 @@ on: node-versions: description: 'A JSON array that specifies the Node.js versions on which the job should run.' required: false - default: '["18", "20", "21"]' + default: '["20", "22"]' type: string jobs: diff --git a/.github/workflows/plugins-ci.yml b/.github/workflows/plugins-ci.yml index 90aa5a2..9e69c22 100644 --- a/.github/workflows/plugins-ci.yml +++ b/.github/workflows/plugins-ci.yml @@ -31,7 +31,7 @@ on: node-versions: description: 'A JSON array that specifies the Node.js versions on which the job should run.' required: false - default: '["18", "20", "21"]' + default: '["20", "22"]' type: string jobs: diff --git a/README.md b/README.md index ee60ed9..eaa9241 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ jobs: | `license-check` | false | boolean | `false` | Set to `true` to check that a repository's production dependencies use permissive licenses: 0BSD, Apache-2.0, BSD-2-Clause, BSD-3-Clause, MIT, or ISC. | | `license-check-allowed-additional` | false | string | | Provide a semicolon separated list of SPDX-license identifiers that you want to additionally allow. | | `lint` | false | boolean | `false` | Set to `true` to run the `lint` script in a repository's `package.json`. | -| `node-versions` | false | string | `'["18", "20", "21"]'` | Provide A JSON array that specifies the Node.js versions on which the job should run. | +| `node-versions` | false | string | `'["20", "22"]'` | Provide A JSON array that specifies the Node.js versions on which the job should run. | ## Benchmark PR workflow @@ -112,7 +112,7 @@ jobs: | Input Name | Required | Type | Default | Description | | ---------------------------------- | ---------- | ------- | ----------- | ---------------------------------------------------------------------------------- | | `npm-script` | false | string | `benchmark` | Provide the name of the npm script to run | -| `node-versions` | false | string | `'["18", "20", "21"]'` | Provide A JSON array that specifies the Node.js versions on which the job should run. | +| `node-versions` | false | string | `'["20", "22"]'` | Provide A JSON array that specifies the Node.js versions on which the job should run. | ## Acknowledgements From fe0ddd11457da428e0fed73efba2ca36baec15ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCrg=C3=BCn=20Day=C4=B1o=C4=9Flu?= Date: Fri, 5 Jul 2024 23:10:58 +0300 Subject: [PATCH 3/3] fix kafka (#134) --- .github/workflows/plugins-ci-kafka.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/plugins-ci-kafka.yml b/.github/workflows/plugins-ci-kafka.yml index ed2cc0a..8fb792a 100644 --- a/.github/workflows/plugins-ci-kafka.yml +++ b/.github/workflows/plugins-ci-kafka.yml @@ -135,7 +135,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: Install dependencies - run: npm i --ignore-scripts + run: npm i - name: Run tests run: npm test