From 43b21e685ae1b89c7cb565ffc2835a318a37f4ee Mon Sep 17 00:00:00 2001 From: jackton1 Date: Tue, 10 Jan 2023 18:18:58 +0000 Subject: [PATCH 01/79] Upgraded from v2.4.0 -> v2.4.1 --- HISTORY.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 91c6369..7514930 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,12 +1,20 @@ # Changelog -## [v2.4.0](https://github.com/tj-actions/semver-diff/tree/v2.4.0) (2023-01-10) +## [v2.4.1](https://github.com/tj-actions/semver-diff/tree/v2.4.1) (2023-01-10) -[Full Changelog](https://github.com/tj-actions/semver-diff/compare/v2...v2.4.0) +[Full Changelog](https://github.com/tj-actions/semver-diff/compare/v2...v2.4.1) ## [v2](https://github.com/tj-actions/semver-diff/tree/v2) (2023-01-10) -[Full Changelog](https://github.com/tj-actions/semver-diff/compare/v2.3.0...v2) +[Full Changelog](https://github.com/tj-actions/semver-diff/compare/v2.4.0...v2) + +**Merged pull requests:** + +- Upgraded to v2.4.0 [\#89](https://github.com/tj-actions/semver-diff/pull/89) ([jackton1](https://github.com/jackton1)) + +## [v2.4.0](https://github.com/tj-actions/semver-diff/tree/v2.4.0) (2023-01-10) + +[Full Changelog](https://github.com/tj-actions/semver-diff/compare/v2.3.0...v2.4.0) **Merged pull requests:** From 3562278effcf38d9967806ccd969f26bd2747241 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 22 Jan 2023 21:55:40 +0000 Subject: [PATCH 02/79] chore(deps): update tj-actions/auto-doc action to v1.7.4 --- .github/workflows/update-readme.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index 4996ba3..74db473 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -14,7 +14,7 @@ jobs: fetch-depth: 0 - name: Run auto-doc - uses: tj-actions/auto-doc@v1.7.3 + uses: tj-actions/auto-doc@v1.7.4 - name: Run test uses: tj-actions/remark@v3 From 2db6695c62c49e42525e728dfefd2c806b4598cd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Feb 2023 15:04:04 +0000 Subject: [PATCH 03/79] chore(deps): update pascalgn/automerge-action action to v0.15.6 --- .github/workflows/auto-merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index 43086ff..ef182c5 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -16,7 +16,7 @@ jobs: github.actor == 'renovate' steps: - name: automerge - uses: pascalgn/automerge-action@v0.15.5 + uses: pascalgn/automerge-action@v0.15.6 env: GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }} MERGE_METHOD: "rebase" From 5086f6487516013fc156452146f5d1e553498a6e Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Mon, 6 Mar 2023 12:42:32 -0700 Subject: [PATCH 04/79] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aefbe6d..f0dc10c 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ jobs: - name: bumpversion run: | - bump2version PART="${{ steps.semver-diff.outputs.release_type }}" + bump2version "${{ steps.semver-diff.outputs.release_type }}" git switch -c main - name: Build and publish to PyPi From ff8b3c6175ffac97ae15ef27fba4c776b8a28a2f Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Mon, 6 Mar 2023 12:51:01 -0700 Subject: [PATCH 05/79] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 866fe50..16c57d6 100644 --- a/action.yml +++ b/action.yml @@ -9,7 +9,7 @@ inputs: outputs: release_type: - description: 'The difference between two versions by the release type (major, minor, patch, prerelease, build)' + description: 'The difference between two versions by the release type (`major`, `minor`, `patch`, `prerelease`, `build`)' value: ${{ steps.semver.outputs.release_type }} new_version: description: 'The current project version' From 7b523cb0470bb05ceb8bbe943e9b506d28c9f8dc Mon Sep 17 00:00:00 2001 From: jackton1 Date: Mon, 6 Mar 2023 19:51:26 +0000 Subject: [PATCH 06/79] Updated README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f0dc10c..7e7a4ae 100644 --- a/README.md +++ b/README.md @@ -101,11 +101,11 @@ jobs: -| OUTPUT | TYPE | DESCRIPTION | -|--------------|--------|---------------------------------------------------------------------------------------------------------| -| new\_version | string | The current project version | -| old\_version | string | The previous project version | -| release\_type | string | The difference between two versions by
the release type (major, minor, patch,
prerelease, build) | +| OUTPUT | TYPE | DESCRIPTION | +|--------------|--------|-------------------------------------------------------------------------------------------------------------------| +| new\_version | string | The current project version | +| old\_version | string | The previous project version | +| release\_type | string | The difference between two versions by
the release type (`major`, `minor`, `patch`,
`prerelease`, `build`) | From bcb35922a1a0d538db1bf5f12f074cd7f7252a82 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Mon, 6 Mar 2023 15:22:26 -0700 Subject: [PATCH 07/79] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7e7a4ae..3a5725e 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-latest name: semver-diff steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Run semver-diff id: semver-diff uses: tj-actions/semver-diff@v2 @@ -51,7 +51,7 @@ jobs: deploy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0 From 20d5bb0f4d3812197165cdfc84ebe6ab12fccf48 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 10:23:59 +0000 Subject: [PATCH 08/79] chore(deps): update codacy/codacy-analysis-cli-action action to v4.3.0 --- .github/workflows/codacy-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codacy-analysis.yml b/.github/workflows/codacy-analysis.yml index e315344..03880e7 100644 --- a/.github/workflows/codacy-analysis.yml +++ b/.github/workflows/codacy-analysis.yml @@ -34,7 +34,7 @@ jobs: # Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis - name: Run Codacy Analysis CLI continue-on-error: true - uses: codacy/codacy-analysis-cli-action@v4.2.0 + uses: codacy/codacy-analysis-cli-action@v4.3.0 with: # Check https://github.com/codacy/codacy-analysis-cli#project-token to get your project token from your Codacy repository # You can also omit the token and run the tools that support default configurations From cb0dc6f1e22a66d6960ae1305c58e7bf5276f051 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Mar 2023 10:44:03 +0000 Subject: [PATCH 09/79] chore(deps): update tj-actions/auto-doc action to v2 --- .github/workflows/update-readme.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index 74db473..2c1910c 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -14,7 +14,7 @@ jobs: fetch-depth: 0 - name: Run auto-doc - uses: tj-actions/auto-doc@v1.7.4 + uses: tj-actions/auto-doc@v2.0.0 - name: Run test uses: tj-actions/remark@v3 From d550b6b31231e5ab586f164415ae3c259fadf64a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Mar 2023 14:27:10 +0000 Subject: [PATCH 10/79] Bump tj-actions/auto-doc from 2.0.0 to 2.0.3 Bumps [tj-actions/auto-doc](https://github.com/tj-actions/auto-doc) from 2.0.0 to 2.0.3. - [Release notes](https://github.com/tj-actions/auto-doc/releases) - [Changelog](https://github.com/tj-actions/auto-doc/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/auto-doc/compare/v2.0.0...v2.0.3) --- updated-dependencies: - dependency-name: tj-actions/auto-doc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/update-readme.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index 2c1910c..5c4eb47 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -14,7 +14,7 @@ jobs: fetch-depth: 0 - name: Run auto-doc - uses: tj-actions/auto-doc@v2.0.0 + uses: tj-actions/auto-doc@v2.0.3 - name: Run test uses: tj-actions/remark@v3 From 29ceb29bcfce3303c86e6ca2f750dd6aaffd13d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Mar 2023 18:59:30 +0000 Subject: [PATCH 11/79] chore(deps): update tj-actions/auto-doc action to v2.2.0 --- .github/workflows/update-readme.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index 5c4eb47..0e8f062 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -14,7 +14,7 @@ jobs: fetch-depth: 0 - name: Run auto-doc - uses: tj-actions/auto-doc@v2.0.3 + uses: tj-actions/auto-doc@v2.2.0 - name: Run test uses: tj-actions/remark@v3 From 583e1d8827888d680feab506e81d416f6b3561a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Mar 2023 06:26:57 +0000 Subject: [PATCH 12/79] chore(deps): update tj-actions/github-changelog-generator action to v1.18 --- .github/workflows/sync-release-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-release-version.yml b/.github/workflows/sync-release-version.yml index 187336f..38ff63c 100644 --- a/.github/workflows/sync-release-version.yml +++ b/.github/workflows/sync-release-version.yml @@ -22,7 +22,7 @@ jobs: paths: | README.md - name: Generate CHANGELOG - uses: tj-actions/github-changelog-generator@v1.17 + uses: tj-actions/github-changelog-generator@v1.18 with: output: 'HISTORY.md' - name: Create Pull Request From cefe73fc01f30e9b684aa9be2f0129632cbe635e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Mar 2023 21:12:52 +0000 Subject: [PATCH 13/79] chore(deps): update tj-actions/auto-doc action to v2.2.1 --- .github/workflows/update-readme.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index 0e8f062..4636120 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -14,7 +14,7 @@ jobs: fetch-depth: 0 - name: Run auto-doc - uses: tj-actions/auto-doc@v2.2.0 + uses: tj-actions/auto-doc@v2.2.1 - name: Run test uses: tj-actions/remark@v3 From e8a461fcbc788e970017134c3c505beeccaa20bc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Mar 2023 01:17:07 +0000 Subject: [PATCH 14/79] chore(deps): update tj-actions/auto-doc action to v2.2.3 --- .github/workflows/update-readme.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index 4636120..57a8933 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -14,7 +14,7 @@ jobs: fetch-depth: 0 - name: Run auto-doc - uses: tj-actions/auto-doc@v2.2.1 + uses: tj-actions/auto-doc@v2.2.3 - name: Run test uses: tj-actions/remark@v3 From 3ba21492fc2f9066b17eb39552b756aba747e6c3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Mar 2023 01:19:56 +0000 Subject: [PATCH 15/79] chore(deps): update tj-actions/release-tagger action to v3 --- .github/workflows/sync-release-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-release-version.yml b/.github/workflows/sync-release-version.yml index 38ff63c..8d64ee8 100644 --- a/.github/workflows/sync-release-version.yml +++ b/.github/workflows/sync-release-version.yml @@ -12,7 +12,7 @@ jobs: with: fetch-depth: 0 - name: Run release-tagger - uses: tj-actions/release-tagger@v2 + uses: tj-actions/release-tagger@v3 - name: Sync release version. uses: tj-actions/sync-release-version@v13 id: sync-release-version From cb793887b7d377bb4e6e92e5707aa4981f8b4eb6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Mar 2023 03:20:03 +0000 Subject: [PATCH 16/79] chore(deps): update peter-evans/create-pull-request action to v4.2.4 --- .github/workflows/sync-release-version.yml | 2 +- .github/workflows/update-readme.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync-release-version.yml b/.github/workflows/sync-release-version.yml index 8d64ee8..3b0dd0c 100644 --- a/.github/workflows/sync-release-version.yml +++ b/.github/workflows/sync-release-version.yml @@ -26,7 +26,7 @@ jobs: with: output: 'HISTORY.md' - name: Create Pull Request - uses: peter-evans/create-pull-request@v4.2.3 + uses: peter-evans/create-pull-request@v4.2.4 with: base: "main" labels: "merge when passing" diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index 57a8933..28b5043 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -34,7 +34,7 @@ jobs: - name: Create Pull Request if: failure() - uses: peter-evans/create-pull-request@v4.2.3 + uses: peter-evans/create-pull-request@v4.2.4 with: base: "main" labels: "merge when passing" From 087b29e49709d5b1d3140acf56561c58584760dc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Mar 2023 21:23:51 +0000 Subject: [PATCH 17/79] chore(deps): update actions/checkout action to v3.4.0 --- .github/workflows/update-readme.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index 28b5043..3ee20b5 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -9,7 +9,7 @@ jobs: sync-assets: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.3.0 + - uses: actions/checkout@v3.4.0 with: fetch-depth: 0 From 611cd4e2a8d093677652cbab3a576bfea90abb68 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Mar 2023 14:09:30 +0000 Subject: [PATCH 18/79] chore(deps): update tj-actions/verify-changed-files action to v14 --- .github/workflows/update-readme.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index 3ee20b5..f63ae7d 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -20,7 +20,7 @@ jobs: uses: tj-actions/remark@v3 - name: Verify Changed files - uses: tj-actions/verify-changed-files@v13 + uses: tj-actions/verify-changed-files@v14 id: verify_changed_files with: files: | From 52da1859f82efe6450ec4fe00d6c4d06fa81a663 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Mar 2023 14:12:23 +0000 Subject: [PATCH 19/79] chore(deps): update tj-actions/auto-doc action to v2.2.4 --- .github/workflows/update-readme.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index f63ae7d..64c9560 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -14,7 +14,7 @@ jobs: fetch-depth: 0 - name: Run auto-doc - uses: tj-actions/auto-doc@v2.2.3 + uses: tj-actions/auto-doc@v2.2.4 - name: Run test uses: tj-actions/remark@v3 From 9c3ffa950c662b5ed12d01248488e7910e920923 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Mar 2023 14:26:30 +0000 Subject: [PATCH 20/79] Bump tj-actions/auto-doc from 2.2.4 to 2.2.5 Bumps [tj-actions/auto-doc](https://github.com/tj-actions/auto-doc) from 2.2.4 to 2.2.5. - [Release notes](https://github.com/tj-actions/auto-doc/releases) - [Changelog](https://github.com/tj-actions/auto-doc/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/auto-doc/compare/v2.2.4...v2.2.5) --- updated-dependencies: - dependency-name: tj-actions/auto-doc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/update-readme.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index 64c9560..e8d806c 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -14,7 +14,7 @@ jobs: fetch-depth: 0 - name: Run auto-doc - uses: tj-actions/auto-doc@v2.2.4 + uses: tj-actions/auto-doc@v2.2.5 - name: Run test uses: tj-actions/remark@v3 From 91ca449141d4963d5481bd77fca7d52a03fdc562 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Mar 2023 18:35:00 +0000 Subject: [PATCH 21/79] chore(deps): update tj-actions/auto-doc action to v2.2.7 --- .github/workflows/update-readme.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index e8d806c..5c7d3cc 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -14,7 +14,7 @@ jobs: fetch-depth: 0 - name: Run auto-doc - uses: tj-actions/auto-doc@v2.2.5 + uses: tj-actions/auto-doc@v2.2.7 - name: Run test uses: tj-actions/remark@v3 From 78c9b43ec101911b7b1ddce6554403944982da37 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Mar 2023 00:35:22 +0000 Subject: [PATCH 22/79] chore(deps): update tj-actions/auto-doc action to v2.3.0 --- .github/workflows/update-readme.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index 5c7d3cc..1961a69 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -14,7 +14,7 @@ jobs: fetch-depth: 0 - name: Run auto-doc - uses: tj-actions/auto-doc@v2.2.7 + uses: tj-actions/auto-doc@v2.3.0 - name: Run test uses: tj-actions/remark@v3 From 3abbca126f6b7dc01967ea2232d67198681bc536 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 06:28:36 +0000 Subject: [PATCH 23/79] chore(deps): update actions/checkout action to v3.5.0 --- .github/workflows/update-readme.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index 1961a69..f47cd24 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -9,7 +9,7 @@ jobs: sync-assets: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.4.0 + - uses: actions/checkout@v3.5.0 with: fetch-depth: 0 From f9172fefefc90860f213f3565f0be1f0b43b0eeb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Mar 2023 18:59:49 +0000 Subject: [PATCH 24/79] chore(deps): update tj-actions/auto-doc action to v2.3.1 --- .github/workflows/update-readme.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index f47cd24..b6d3a60 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -14,7 +14,7 @@ jobs: fetch-depth: 0 - name: Run auto-doc - uses: tj-actions/auto-doc@v2.3.0 + uses: tj-actions/auto-doc@v2.3.1 - name: Run test uses: tj-actions/remark@v3 From 0945d3b00f20511e8867cce65de075ef6055f1e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Mar 2023 01:32:02 +0000 Subject: [PATCH 25/79] chore(deps): update tj-actions/auto-doc action to v2.3.2 --- .github/workflows/update-readme.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index b6d3a60..cbebe9d 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -14,7 +14,7 @@ jobs: fetch-depth: 0 - name: Run auto-doc - uses: tj-actions/auto-doc@v2.3.1 + uses: tj-actions/auto-doc@v2.3.2 - name: Run test uses: tj-actions/remark@v3 From 8a7419c7708f10d6c042afb74318e1d6a239a2b3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Apr 2023 00:31:45 +0000 Subject: [PATCH 26/79] chore(deps): update peter-evans/create-pull-request action to v5 --- .github/workflows/sync-release-version.yml | 2 +- .github/workflows/update-readme.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync-release-version.yml b/.github/workflows/sync-release-version.yml index 3b0dd0c..b9de7ea 100644 --- a/.github/workflows/sync-release-version.yml +++ b/.github/workflows/sync-release-version.yml @@ -26,7 +26,7 @@ jobs: with: output: 'HISTORY.md' - name: Create Pull Request - uses: peter-evans/create-pull-request@v4.2.4 + uses: peter-evans/create-pull-request@v5.0.0 with: base: "main" labels: "merge when passing" diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index cbebe9d..eafa83c 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -34,7 +34,7 @@ jobs: - name: Create Pull Request if: failure() - uses: peter-evans/create-pull-request@v4.2.4 + uses: peter-evans/create-pull-request@v5.0.0 with: base: "main" labels: "merge when passing" From ecbe20179fa18a0c5e6ba370f564bbac43c9c482 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Apr 2023 16:35:07 +0000 Subject: [PATCH 27/79] chore(deps): update actions/checkout action to v3.5.1 --- .github/workflows/update-readme.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index eafa83c..b6776e8 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -9,7 +9,7 @@ jobs: sync-assets: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.5.0 + - uses: actions/checkout@v3.5.1 with: fetch-depth: 0 From c6384b4f1690a6268459bc3664beaff87c84995b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Apr 2023 17:18:09 +0000 Subject: [PATCH 28/79] chore(deps): update actions/checkout action to v3.5.2 --- .github/workflows/update-readme.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index b6776e8..611a6e3 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -9,7 +9,7 @@ jobs: sync-assets: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.5.1 + - uses: actions/checkout@v3.5.2 with: fetch-depth: 0 From 29a1c4607c3e96857f607dc9f7536d21e1437a64 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 30 Apr 2023 20:16:24 +0000 Subject: [PATCH 29/79] chore(deps): update tj-actions/auto-doc action to v2.4.0 --- .github/workflows/update-readme.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index 611a6e3..a217641 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -14,7 +14,7 @@ jobs: fetch-depth: 0 - name: Run auto-doc - uses: tj-actions/auto-doc@v2.3.2 + uses: tj-actions/auto-doc@v2.4.0 - name: Run test uses: tj-actions/remark@v3 From 389a9dc6f88ced42de267f6e6644df8e13977cee Mon Sep 17 00:00:00 2001 From: jackton1 Date: Sun, 30 Apr 2023 20:20:57 +0000 Subject: [PATCH 30/79] Updated README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3a5725e..9504457 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ jobs: | INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | |----------------------|--------|----------|-----------|-------------------------------------------------------------------| -| initial\_release\_type | string | true | `"patch"` | Initial release type returned when there
are no existing tags. | +| initial\_release\_type | string | true | `"patch"` | Initial release type returned when
there are no existing tags. | @@ -105,7 +105,7 @@ jobs: |--------------|--------|-------------------------------------------------------------------------------------------------------------------| | new\_version | string | The current project version | | old\_version | string | The previous project version | -| release\_type | string | The difference between two versions by
the release type (`major`, `minor`, `patch`,
`prerelease`, `build`) | +| release\_type | string | The difference between two versions
by the release type (`major`,
`minor`, `patch`, `prerelease`, `build`) | From 155a6cfa101574e8d8e34ed9ade32aabc3a665a1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 May 2023 04:27:07 +0000 Subject: [PATCH 31/79] chore(deps): update peter-evans/create-pull-request action to v5.0.1 --- .github/workflows/sync-release-version.yml | 2 +- .github/workflows/update-readme.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync-release-version.yml b/.github/workflows/sync-release-version.yml index b9de7ea..4f2f784 100644 --- a/.github/workflows/sync-release-version.yml +++ b/.github/workflows/sync-release-version.yml @@ -26,7 +26,7 @@ jobs: with: output: 'HISTORY.md' - name: Create Pull Request - uses: peter-evans/create-pull-request@v5.0.0 + uses: peter-evans/create-pull-request@v5.0.1 with: base: "main" labels: "merge when passing" diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index a217641..da6ed40 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -34,7 +34,7 @@ jobs: - name: Create Pull Request if: failure() - uses: peter-evans/create-pull-request@v5.0.0 + uses: peter-evans/create-pull-request@v5.0.1 with: base: "main" labels: "merge when passing" From e30a4fb4dc57b65df43bfd0fda0700c0fd03d1d6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 May 2023 06:52:56 +0000 Subject: [PATCH 32/79] chore(deps): update tj-actions/auto-doc action to v2.5.0 --- .github/workflows/update-readme.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index da6ed40..0e4f951 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -14,7 +14,7 @@ jobs: fetch-depth: 0 - name: Run auto-doc - uses: tj-actions/auto-doc@v2.4.0 + uses: tj-actions/auto-doc@v2.5.0 - name: Run test uses: tj-actions/remark@v3 From fc1bd314baeb75b8b9cff79e8e1e92eaca5f0527 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 May 2023 12:42:38 +0000 Subject: [PATCH 33/79] chore(deps): update tj-actions/auto-doc action to v2.5.2 --- .github/workflows/update-readme.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index 0e4f951..006ac58 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -14,7 +14,7 @@ jobs: fetch-depth: 0 - name: Run auto-doc - uses: tj-actions/auto-doc@v2.5.0 + uses: tj-actions/auto-doc@v2.5.2 - name: Run test uses: tj-actions/remark@v3 From 5a585675750951bad4fb0e12547e2742c56b42d5 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Thu, 11 May 2023 19:17:10 -0600 Subject: [PATCH 34/79] Update sync-release-version.yml --- .github/workflows/sync-release-version.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/sync-release-version.yml b/.github/workflows/sync-release-version.yml index 4f2f784..ff26f5b 100644 --- a/.github/workflows/sync-release-version.yml +++ b/.github/workflows/sync-release-version.yml @@ -21,10 +21,8 @@ jobs: only_major: true paths: | README.md - - name: Generate CHANGELOG - uses: tj-actions/github-changelog-generator@v1.18 - with: - output: 'HISTORY.md' + - name: Run git-cliff + uses: tj-actions/git-cliff@v1 - name: Create Pull Request uses: peter-evans/create-pull-request@v5.0.1 with: From bcf2cfdbaa309b60279edd3e9d995e18b75e854b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 May 2023 20:21:41 +0000 Subject: [PATCH 35/79] chore(deps): update tj-actions/auto-doc action to v2.5.4 --- .github/workflows/update-readme.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index 006ac58..263e38b 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -14,7 +14,7 @@ jobs: fetch-depth: 0 - name: Run auto-doc - uses: tj-actions/auto-doc@v2.5.2 + uses: tj-actions/auto-doc@v2.5.4 - name: Run test uses: tj-actions/remark@v3 From 02dd736a65b11d1d1166978a958443fba3f352e1 Mon Sep 17 00:00:00 2001 From: jackton1 Date: Fri, 12 May 2023 20:24:43 +0000 Subject: [PATCH 36/79] Updated README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 9504457..bd3cb7b 100644 --- a/README.md +++ b/README.md @@ -91,9 +91,9 @@ jobs: -| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | -|----------------------|--------|----------|-----------|-------------------------------------------------------------------| -| initial\_release\_type | string | true | `"patch"` | Initial release type returned when
there are no existing tags. | +| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | +|----------------------|--------|----------|-----------|---------------------------------------------------------------------| +| initial\_release\_type | string | true | `"patch"` | Initial release type returned when
there are no existing tags. | @@ -101,11 +101,11 @@ jobs: -| OUTPUT | TYPE | DESCRIPTION | -|--------------|--------|-------------------------------------------------------------------------------------------------------------------| -| new\_version | string | The current project version | -| old\_version | string | The previous project version | -| release\_type | string | The difference between two versions
by the release type (`major`,
`minor`, `patch`, `prerelease`, `build`) | +| OUTPUT | TYPE | DESCRIPTION | +|--------------|--------|-----------------------------------------------------------------------------------------------------------------| +| new\_version | string | The current project version | +| old\_version | string | The previous project version | +| release\_type | string | The difference between two versions
by the release type (`major`, `minor`, `patch`, `prerelease`, `build`) | From 91eed29c7f728103b9f4cbd5e062070d5356d9d4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Jun 2023 14:11:45 +0000 Subject: [PATCH 37/79] chore(deps): update tj-actions/auto-doc action to v2.6.1 --- .github/workflows/update-readme.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index 263e38b..42e43c9 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -14,7 +14,7 @@ jobs: fetch-depth: 0 - name: Run auto-doc - uses: tj-actions/auto-doc@v2.5.4 + uses: tj-actions/auto-doc@v2.6.1 - name: Run test uses: tj-actions/remark@v3 From 7d9287aacaf9f34ca9703dd6b1f4ae96bbde9e6b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Jun 2023 16:23:55 +0000 Subject: [PATCH 38/79] chore(deps): update tj-actions/auto-doc action to v2.7.0 --- .github/workflows/update-readme.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index 42e43c9..e0b36f0 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -14,7 +14,7 @@ jobs: fetch-depth: 0 - name: Run auto-doc - uses: tj-actions/auto-doc@v2.6.1 + uses: tj-actions/auto-doc@v2.7.0 - name: Run test uses: tj-actions/remark@v3 From ba90782ea35efa2a26113533cdbfba6cd96435f1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Jun 2023 16:51:17 +0000 Subject: [PATCH 39/79] chore(deps): update actions/checkout action to v3.5.3 --- .github/workflows/update-readme.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index e0b36f0..22437a9 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -9,7 +9,7 @@ jobs: sync-assets: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.5.2 + - uses: actions/checkout@v3.5.3 with: fetch-depth: 0 From 53e5650e39726558bce16b48c8089207b248c3e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 11 Jun 2023 07:33:03 +0000 Subject: [PATCH 40/79] chore(deps): update tj-actions/verify-changed-files action to v15 --- .github/workflows/update-readme.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index 22437a9..84704bb 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -20,7 +20,7 @@ jobs: uses: tj-actions/remark@v3 - name: Verify Changed files - uses: tj-actions/verify-changed-files@v14 + uses: tj-actions/verify-changed-files@v15 id: verify_changed_files with: files: | From 9f41220a5a1bbc492af7fb6350ede549462cf610 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Jun 2023 01:31:08 +0000 Subject: [PATCH 41/79] chore(deps): update peter-evans/create-pull-request action to v5.0.2 --- .github/workflows/sync-release-version.yml | 2 +- .github/workflows/update-readme.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync-release-version.yml b/.github/workflows/sync-release-version.yml index ff26f5b..256c1b2 100644 --- a/.github/workflows/sync-release-version.yml +++ b/.github/workflows/sync-release-version.yml @@ -24,7 +24,7 @@ jobs: - name: Run git-cliff uses: tj-actions/git-cliff@v1 - name: Create Pull Request - uses: peter-evans/create-pull-request@v5.0.1 + uses: peter-evans/create-pull-request@v5.0.2 with: base: "main" labels: "merge when passing" diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index 84704bb..8b5db25 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -34,7 +34,7 @@ jobs: - name: Create Pull Request if: failure() - uses: peter-evans/create-pull-request@v5.0.1 + uses: peter-evans/create-pull-request@v5.0.2 with: base: "main" labels: "merge when passing" From 260dadea64bb6093f6fb63ce04fbe9757aaa2316 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Jun 2023 10:19:10 +0000 Subject: [PATCH 42/79] chore(deps): update tj-actions/verify-changed-files action to v16 --- .github/workflows/update-readme.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index 8b5db25..031d934 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -20,7 +20,7 @@ jobs: uses: tj-actions/remark@v3 - name: Verify Changed files - uses: tj-actions/verify-changed-files@v15 + uses: tj-actions/verify-changed-files@v16 id: verify_changed_files with: files: | From 5c8bf20d1a58d93f0d79a96ae89d94136899993e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Jun 2023 21:37:12 +0000 Subject: [PATCH 43/79] chore(deps): update tj-actions/auto-doc action to v2.7.1 --- .github/workflows/update-readme.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index 031d934..c60bb04 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -14,7 +14,7 @@ jobs: fetch-depth: 0 - name: Run auto-doc - uses: tj-actions/auto-doc@v2.7.0 + uses: tj-actions/auto-doc@v2.7.1 - name: Run test uses: tj-actions/remark@v3 From 4eb5a195b789fce6acb8a223962bde73e5ab33df Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Wed, 5 Jul 2023 11:57:34 -0600 Subject: [PATCH 44/79] Deleted .github/workflows/auto-merge.yml --- .github/workflows/auto-merge.yml | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 .github/workflows/auto-merge.yml diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml deleted file mode 100644 index ef182c5..0000000 --- a/.github/workflows/auto-merge.yml +++ /dev/null @@ -1,26 +0,0 @@ -name: automerge -on: - check_suite: - types: - - completed - -jobs: - automerge: - runs-on: ubuntu-latest - if: | - github.actor == 'dependabot[bot]' || - github.actor == 'dependabot' || - github.actor == 'dependabot-preview[bot]' || - github.actor == 'dependabot-preview' || - github.actor == 'renovate[bot]' || - github.actor == 'renovate' - steps: - - name: automerge - uses: pascalgn/automerge-action@v0.15.6 - env: - GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }} - MERGE_METHOD: "rebase" - UPDATE_METHOD: "rebase" - MERGE_RETRIES: "6" - MERGE_RETRY_SLEEP: "100000" - MERGE_LABELS: "" \ No newline at end of file From cd46a4820811e2c0b1bea9b1632ff62fe61db7bf Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Wed, 5 Jul 2023 12:20:56 -0600 Subject: [PATCH 45/79] Updated renovate.json --- renovate.json | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/renovate.json b/renovate.json index 36d794a..cba201d 100644 --- a/renovate.json +++ b/renovate.json @@ -7,7 +7,8 @@ "prConcurrentLimit": 5, "rebaseWhen": "behind-base-branch", "addLabels": [ - "dependencies" + "dependencies", + "merge when passing" ], "assignees": [ "jackton1" @@ -19,13 +20,21 @@ "enabled": true, "automerge": true }, + "nvm": { + "enabled": false + }, "packageRules": [ { - "matchUpdateTypes": ["minor", "patch", "pin", "digest"], + "matchUpdateTypes": [ + "minor", + "patch", + "pin", + "digest" + ], "automerge": true, "rebaseWhen": "behind-base-branch", "addLabels": [ - "automerge" + "merge when passing" ] }, { @@ -33,10 +42,15 @@ "matchLanguages": [ "docker" ], - "matchUpdateTypes": ["minor", "patch", "pin", "digest"], + "matchUpdateTypes": [ + "minor", + "patch", + "pin", + "digest" + ], "rebaseWhen": "behind-base-branch", "addLabels": [ - "automerge" + "merge when passing" ], "automerge": true } From 041801d89494c6cb97e962548a28b4dd1c6991f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 11:25:37 +0000 Subject: [PATCH 46/79] chore(deps): update tj-actions/auto-doc action to v2.8.0 --- .github/workflows/update-readme.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index c60bb04..f14f204 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -14,7 +14,7 @@ jobs: fetch-depth: 0 - name: Run auto-doc - uses: tj-actions/auto-doc@v2.7.1 + uses: tj-actions/auto-doc@v2.8.0 - name: Run test uses: tj-actions/remark@v3 From 367f58baebf80ab823e85f3b60fa38c2538784e8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Aug 2023 04:22:19 +0000 Subject: [PATCH 47/79] chore(deps): update tj-actions/auto-doc action to v2.9.0 --- .github/workflows/update-readme.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index f14f204..d2d821e 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -14,7 +14,7 @@ jobs: fetch-depth: 0 - name: Run auto-doc - uses: tj-actions/auto-doc@v2.8.0 + uses: tj-actions/auto-doc@v2.9.0 - name: Run test uses: tj-actions/remark@v3 From 3eb012fe49cdbe4c507e47135e9748c2d43c6e53 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Wed, 23 Aug 2023 21:48:07 -0600 Subject: [PATCH 48/79] Added .github/FUNDING.yml --- .github/FUNDING.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..e6946bf --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,12 @@ +# These are supported funding model platforms + +github: jackton1 +patreon: # Replace with a single Patreon username +open_collective: tj-actions +ko_fi: # Replace with a single Ko-fi username +tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel +community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry +liberapay: # Replace with a single Liberapay username +issuehunt: # Replace with a single IssueHunt username +otechie: # Replace with a single Otechie username +custom: [] From c9c62137f33b0081544da44571f050ba8fdae46e Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Wed, 23 Aug 2023 21:50:46 -0600 Subject: [PATCH 49/79] Updated .github/FUNDING.yml From 7da10d52b38538952adce1925acd89a515f8bf2a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 03:54:11 +0000 Subject: [PATCH 50/79] chore(deps): update tj-actions/auto-doc action to v3 --- .github/workflows/update-readme.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index d2d821e..3b8d1cf 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -14,7 +14,7 @@ jobs: fetch-depth: 0 - name: Run auto-doc - uses: tj-actions/auto-doc@v2.9.0 + uses: tj-actions/auto-doc@v3.0.0 - name: Run test uses: tj-actions/remark@v3 From acf53be8190bf8d9a2a18b0d371488d65eda9310 Mon Sep 17 00:00:00 2001 From: jackton1 Date: Thu, 24 Aug 2023 04:12:19 +0000 Subject: [PATCH 51/79] Updated README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index bd3cb7b..57b4617 100644 --- a/README.md +++ b/README.md @@ -91,9 +91,9 @@ jobs: -| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | -|----------------------|--------|----------|-----------|---------------------------------------------------------------------| -| initial\_release\_type | string | true | `"patch"` | Initial release type returned when
there are no existing tags. | +| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | +|----------------------------------------------------------------------------------------------|--------|----------|-----------|---------------------------------------------------------------------| +| [initial\_release\_type](#input_initial_release_type) | string | true | `"patch"` | Initial release type returned when
there are no existing tags. | @@ -101,11 +101,11 @@ jobs: -| OUTPUT | TYPE | DESCRIPTION | -|--------------|--------|-----------------------------------------------------------------------------------------------------------------| -| new\_version | string | The current project version | -| old\_version | string | The previous project version | -| release\_type | string | The difference between two versions
by the release type (`major`, `minor`, `patch`, `prerelease`, `build`) | +| OUTPUT | TYPE | DESCRIPTION | +|------------------------------------------------------------------------|--------|-----------------------------------------------------------------------------------------------------------------| +| [new\_version](#output_new_version) | string | The current project version | +| [old\_version](#output_old_version) | string | The previous project version | +| [release\_type](#output_release_type) | string | The difference between two versions
by the release type (`major`, `minor`, `patch`, `prerelease`, `build`) | From a2ccaa9ef3125f1a07d36b663ac46869bc6202ec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 14:31:39 +0000 Subject: [PATCH 52/79] chore(deps): update actions/checkout action to v3.6.0 --- .github/workflows/update-readme.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index 3b8d1cf..9a4e87a 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -9,7 +9,7 @@ jobs: sync-assets: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.5.3 + - uses: actions/checkout@v3.6.0 with: fetch-depth: 0 From 9cffa8d60d725f837f20ac15be3466bdc7fb2969 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 26 Aug 2023 22:42:20 +0000 Subject: [PATCH 53/79] chore(deps): update tj-actions/release-tagger action to v4 --- .github/workflows/sync-release-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-release-version.yml b/.github/workflows/sync-release-version.yml index 256c1b2..5aff5a4 100644 --- a/.github/workflows/sync-release-version.yml +++ b/.github/workflows/sync-release-version.yml @@ -12,7 +12,7 @@ jobs: with: fetch-depth: 0 - name: Run release-tagger - uses: tj-actions/release-tagger@v3 + uses: tj-actions/release-tagger@v4 - name: Sync release version. uses: tj-actions/sync-release-version@v13 id: sync-release-version From fe75bcce4bee074415dd0d8acd735dfb6204a3a3 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Wed, 30 Aug 2023 18:19:03 -0600 Subject: [PATCH 54/79] chore: remove deprecated set-output call --- entrypoint.sh | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index 67e4fcc..ffbe68b 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -17,26 +17,15 @@ CURRENT_TAG=${3:-$(git tag -l --sort=-version:refname "*.*" | grep -v "$NEW_TAG" if [[ -z $CURRENT_TAG ]]; then echo "::warning::Initial release detected unable to determine any tag diff." echo "::warning::Setting release_type to $INPUT_INITIAL_RELEASE_TYPE." - - if [[ -z "$GITHUB_OUTPUT" ]]; then - echo "::set-output name=release_type::$INPUT_INITIAL_RELEASE_TYPE" - else - echo "release_type=$INPUT_INITIAL_RELEASE_TYPE" >> "$GITHUB_OUTPUT" - fi + echo "release_type=$INPUT_INITIAL_RELEASE_TYPE" >> "$GITHUB_OUTPUT" exit 0; fi echo "::debug::Calculating diff..." PART=$(wget -O - https://raw.githubusercontent.com/fsaintjacques/semver-tool/3.3.0/src/semver | bash -s diff "${CURRENT_TAG//v/}" "${NEW_TAG//v/}") -if [[ -z "$GITHUB_OUTPUT" ]]; then - echo "::set-output name=release_type::$PART" - echo "::set-output name=old_version::$CURRENT_TAG" - echo "::set-output name=new_version::$NEW_TAG" -else - cat <> "$GITHUB_OUTPUT" +cat <> "$GITHUB_OUTPUT" release_type=$PART old_version=$CURRENT_TAG new_version=$NEW_TAG EOF -fi From e3d6b7b527a819e62e226cf60f47611f32cdd79a Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Thu, 31 Aug 2023 18:59:22 -0600 Subject: [PATCH 55/79] Deleted .github/FUNDING.yml --- .github/FUNDING.yml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index e6946bf..0000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1,12 +0,0 @@ -# These are supported funding model platforms - -github: jackton1 -patreon: # Replace with a single Patreon username -open_collective: tj-actions -ko_fi: # Replace with a single Ko-fi username -tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel -community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry -liberapay: # Replace with a single Liberapay username -issuehunt: # Replace with a single IssueHunt username -otechie: # Replace with a single Otechie username -custom: [] From cc3434527af5ca5ffcc594f0eb2319dfc27618a2 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Thu, 31 Aug 2023 19:06:17 -0600 Subject: [PATCH 56/79] Deleted .github/ISSUE_TEMPLATE/bug_report.yaml --- .github/ISSUE_TEMPLATE/bug_report.yaml | 97 -------------------------- 1 file changed, 97 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.yaml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml deleted file mode 100644 index 5073ce3..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ /dev/null @@ -1,97 +0,0 @@ -name: 🐞 Bug -description: Create a report to help us improve -title: "[BUG] " -labels: [bug, needs triage] - -body: - - type: markdown - attributes: - value: | - Thanks for taking the time to fill out this bug report! - - type: checkboxes - attributes: - label: Is there an existing issue for this? - description: Please search to see if an issue already exists for the bug you encountered. - options: - - label: I have searched the existing issues - required: true - - type: checkboxes - attributes: - label: Does this issue exist in the latest version? - description: Please view all releases to confirm that this issue hasn't already been fixed. - options: - - label: I'm using the latest release - required: true - - type: textarea - id: what-happened - attributes: - label: Describe the bug? - description: A clear and concise description of what the bug is - placeholder: Tell us what you see! - validations: - required: true - - type: textarea - id: reproduce - attributes: - label: To Reproduce - description: Steps to reproduce the behavior? - placeholder: | - 1. In this environment... - 2. With this config... - 3. Run '...' - 4. See error... - validations: - required: true - - type: dropdown - id: os - attributes: - label: What OS are you seeing the problem on? - multiple: true - options: - - all - - ubuntu-latest or ubuntu-20.04 - - ubuntu-18.04 - - macos-latest or macos-10.15 - - macos-11 - - windows-latest or windows-2019 - - windows-2016 - validations: - required: true - - type: textarea - id: expected - attributes: - label: Expected behavior? - description: A clear and concise description of what you expected to happen. - placeholder: Tell us what you expected! - validations: - required: true - - type: textarea - id: logs - attributes: - label: Relevant log output - description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. - placeholder: | - This can be achieved by: - 1. Re-running the workflow with debug logging enabled. - 2. Copy or download the log archive. - 3. Paste the contents here or upload the file in a subsequent comment. - render: shell - - type: textarea - attributes: - label: Anything else? - description: | - Links? or References? - - Anything that will give us more context about the issue you are encountering! - - Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. - validations: - required: false - - type: checkboxes - id: terms - attributes: - label: Code of Conduct - description: By submitting this issue, you agree to follow our [Code of Conduct](../blob/main/CODE_OF_CONDUCT.md) - options: - - label: I agree to follow this project's Code of Conduct - required: true From aa94efa395bd8a9ec6c746d663f19f375461dd9d Mon Sep 17 00:00:00 2001 From: Tonye Jack <jtonye@ymail.com> Date: Thu, 31 Aug 2023 19:07:44 -0600 Subject: [PATCH 57/79] Deleted .github/ISSUE_TEMPLATE/feature_request.yaml --- .github/ISSUE_TEMPLATE/feature_request.yaml | 59 --------------------- 1 file changed, 59 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.yaml diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml deleted file mode 100644 index 9f930cc..0000000 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ /dev/null @@ -1,59 +0,0 @@ -name: Feature request -description: Suggest an idea for this project -title: "[Feature] <title>" -labels: [enhancement] - -body: - - type: markdown - attributes: - value: | - Thanks for taking the time to fill out this feature request! - - type: checkboxes - attributes: - label: Is this feature missing in the latest version? - description: Please upgrade to the latest version to verify that this feature is still missing. - options: - - label: I'm using the latest release - required: true - - type: textarea - id: what-happened - attributes: - label: Is your feature request related to a problem? Please describe. - description: | - A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - placeholder: Tell us what you see! - validations: - required: true - - type: textarea - id: requests - attributes: - label: Describe the solution you'd like? - description: A clear and concise description of what you want to happen. - validations: - required: true - - type: textarea - id: alternative - attributes: - label: Describe alternatives you've considered? - description: A clear and concise description of any alternative solutions or features you've considered. - validations: - required: false - - type: textarea - attributes: - label: Anything else? - description: | - Links? or References? - - Add any other context or screenshots about the feature request here. - - Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. - validations: - required: false - - type: checkboxes - id: terms - attributes: - label: Code of Conduct - description: By submitting this issue, you agree to follow our [Code of Conduct](../blob/main/CODE_OF_CONDUCT.md) - options: - - label: I agree to follow this project's Code of Conduct - required: true From 240af97ca834bd4151ee64c169a96b20f22e681a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 14:23:32 +0000 Subject: [PATCH 58/79] chore(deps): update actions/checkout action to v4 --- .github/workflows/codacy-analysis.yml | 2 +- .github/workflows/rebase.yml | 2 +- .github/workflows/sync-release-version.yml | 2 +- .github/workflows/test.yml | 2 +- .github/workflows/update-readme.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/codacy-analysis.yml b/.github/workflows/codacy-analysis.yml index 03880e7..3ed7596 100644 --- a/.github/workflows/codacy-analysis.yml +++ b/.github/workflows/codacy-analysis.yml @@ -29,7 +29,7 @@ jobs: steps: # Checkout the repository to the GitHub Actions runner - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis - name: Run Codacy Analysis CLI diff --git a/.github/workflows/rebase.yml b/.github/workflows/rebase.yml index 0c601fd..47b9198 100644 --- a/.github/workflows/rebase.yml +++ b/.github/workflows/rebase.yml @@ -8,7 +8,7 @@ jobs: if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '/rebase') runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: token: ${{ secrets.PAT_TOKEN }} fetch-depth: 0 # otherwise, you will failed to push refs to dest repo diff --git a/.github/workflows/sync-release-version.yml b/.github/workflows/sync-release-version.yml index 5aff5a4..757e0ae 100644 --- a/.github/workflows/sync-release-version.yml +++ b/.github/workflows/sync-release-version.yml @@ -8,7 +8,7 @@ jobs: update-version: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: Run release-tagger diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c27a616..13f0a6b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: name: Test semver-diff steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: shellcheck uses: reviewdog/action-shellcheck@v1 - name: Run semver-diff diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index 9a4e87a..7c4c134 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -9,7 +9,7 @@ jobs: sync-assets: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.6.0 + - uses: actions/checkout@v4.0.0 with: fetch-depth: 0 From 971f00acf94cf5bbf347e4bd005672a07df68ec1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 18:30:50 +0000 Subject: [PATCH 59/79] chore(deps): update tj-actions/auto-doc action to v3.0.1 --- .github/workflows/update-readme.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index 7c4c134..edbf8d9 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -14,7 +14,7 @@ jobs: fetch-depth: 0 - name: Run auto-doc - uses: tj-actions/auto-doc@v3.0.0 + uses: tj-actions/auto-doc@v3.0.1 - name: Run test uses: tj-actions/remark@v3 From 22aec7c3e50885d334c39686e4cd7bbe503d9805 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 19:46:46 +0000 Subject: [PATCH 60/79] chore(deps): update actions/checkout action to v4.1.0 --- .github/workflows/update-readme.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index edbf8d9..087bbdf 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -9,7 +9,7 @@ jobs: sync-assets: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.0.0 + - uses: actions/checkout@v4.1.0 with: fetch-depth: 0 From 0b38fdaafd02289cd587d847bcb9bfd0ebe0a59f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 Sep 2023 02:01:01 +0000 Subject: [PATCH 61/79] chore(deps): update tj-actions/auto-doc action to v3.1.0 --- .github/workflows/update-readme.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index 087bbdf..2e14305 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -14,7 +14,7 @@ jobs: fetch-depth: 0 - name: Run auto-doc - uses: tj-actions/auto-doc@v3.0.1 + uses: tj-actions/auto-doc@v3.1.0 - name: Run test uses: tj-actions/remark@v3 From d813d781f1483f11491a13c39a2ce57bda9bd3a1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 16:21:38 +0000 Subject: [PATCH 62/79] chore(deps): update actions/checkout action to v4.1.1 --- .github/workflows/update-readme.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index 2e14305..3a255c2 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -9,7 +9,7 @@ jobs: sync-assets: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.0 + - uses: actions/checkout@v4.1.1 with: fetch-depth: 0 From 45a39df6d0033e2a64440dec54df5a80d9039898 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Nov 2023 22:53:31 +0000 Subject: [PATCH 63/79] chore(deps): update tj-actions/auto-doc action to v3.1.1 --- .github/workflows/update-readme.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index 3a255c2..06fda82 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -14,7 +14,7 @@ jobs: fetch-depth: 0 - name: Run auto-doc - uses: tj-actions/auto-doc@v3.1.0 + uses: tj-actions/auto-doc@v3.1.1 - name: Run test uses: tj-actions/remark@v3 From c15cb3503cbc2e8720f4d62e11c332752d76fd65 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 07:13:10 +0000 Subject: [PATCH 64/79] chore(deps): update tj-actions/auto-doc action to v3.2.0 --- .github/workflows/update-readme.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index 06fda82..6c0d64f 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -14,7 +14,7 @@ jobs: fetch-depth: 0 - name: Run auto-doc - uses: tj-actions/auto-doc@v3.1.1 + uses: tj-actions/auto-doc@v3.2.0 - name: Run test uses: tj-actions/remark@v3 From fdb1442a14eecc2eee03a578b82c03f1f8388433 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 17:07:02 +0000 Subject: [PATCH 65/79] chore(deps): update tj-actions/auto-doc action to v3.2.1 --- .github/workflows/update-readme.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index 6c0d64f..f2a3fe2 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -14,7 +14,7 @@ jobs: fetch-depth: 0 - name: Run auto-doc - uses: tj-actions/auto-doc@v3.2.0 + uses: tj-actions/auto-doc@v3.2.1 - name: Run test uses: tj-actions/remark@v3 From 9b19f0812e80d6ca6fd3021c00178812ecf8abe8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 04:02:36 +0000 Subject: [PATCH 66/79] chore(deps): update tj-actions/auto-doc action to v3.3.0 --- .github/workflows/update-readme.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index f2a3fe2..e1f0285 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -14,7 +14,7 @@ jobs: fetch-depth: 0 - name: Run auto-doc - uses: tj-actions/auto-doc@v3.2.1 + uses: tj-actions/auto-doc@v3.3.0 - name: Run test uses: tj-actions/remark@v3 From 0ad3d3c5d3667665cf0226baa0f6cef74a1f27a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Nov 2023 04:31:49 +0000 Subject: [PATCH 67/79] chore(deps): update tj-actions/auto-doc action to v3.4.0 --- .github/workflows/update-readme.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index e1f0285..885e286 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -14,7 +14,7 @@ jobs: fetch-depth: 0 - name: Run auto-doc - uses: tj-actions/auto-doc@v3.3.0 + uses: tj-actions/auto-doc@v3.4.0 - name: Run test uses: tj-actions/remark@v3 From ce5c949b82c9425b3dc22fa0d71fea21651d94d4 Mon Sep 17 00:00:00 2001 From: Tonye Jack <jtonye@ymail.com> Date: Wed, 29 Nov 2023 09:01:35 -0700 Subject: [PATCH 68/79] Deleted .github/workflows/greetings.yml --- .github/workflows/greetings.yml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .github/workflows/greetings.yml diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml deleted file mode 100644 index d3ebb71..0000000 --- a/.github/workflows/greetings.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: Greetings - -on: [pull_request_target, issues] - -jobs: - greeting: - runs-on: ubuntu-latest - steps: - - uses: actions/first-interaction@v1 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - issue-message: "Thanks for reporting this issue, don't forget to star this project if you haven't already to help us reach a wider audience." - pr-message: "Thanks for implementing a fix, could you ensure that the test covers your changes if applicable." From d4c2d51c87183db93d50a79fe5aaf743e5c2392f Mon Sep 17 00:00:00 2001 From: Tonye Jack <jtonye@ymail.com> Date: Mon, 4 Dec 2023 21:09:51 -0700 Subject: [PATCH 69/79] Deleted .github/workflows/auto-approve.yml --- .github/workflows/auto-approve.yml | 32 ------------------------------ 1 file changed, 32 deletions(-) delete mode 100644 .github/workflows/auto-approve.yml diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml deleted file mode 100644 index 0de2e3d..0000000 --- a/.github/workflows/auto-approve.yml +++ /dev/null @@ -1,32 +0,0 @@ -name: Auto approve - -on: - pull_request_target - -jobs: - auto-approve: - runs-on: ubuntu-latest - steps: - - uses: hmarr/auto-approve-action@v3 - if: | - ( - github.event.pull_request.user.login == 'dependabot[bot]' || - github.event.pull_request.user.login == 'dependabot' || - github.event.pull_request.user.login == 'dependabot-preview[bot]' || - github.event.pull_request.user.login == 'dependabot-preview' || - github.event.pull_request.user.login == 'renovate[bot]' || - github.event.pull_request.user.login == 'renovate' || - github.event.pull_request.user.login == 'github-actions[bot]' - ) - && - ( - github.actor == 'dependabot[bot]' || - github.actor == 'dependabot' || - github.actor == 'dependabot-preview[bot]' || - github.actor == 'dependabot-preview' || - github.actor == 'renovate[bot]' || - github.actor == 'renovate' || - github.actor == 'github-actions[bot]' - ) - with: - github-token: ${{ secrets.PAT_TOKEN }} From 8c6fd6702b7763c01390e50d4e59ac4d5d6e8eb6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 16:54:15 +0000 Subject: [PATCH 70/79] chore(deps): update github/codeql-action action to v3 --- .github/workflows/codacy-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codacy-analysis.yml b/.github/workflows/codacy-analysis.yml index 3ed7596..22a29b7 100644 --- a/.github/workflows/codacy-analysis.yml +++ b/.github/workflows/codacy-analysis.yml @@ -51,6 +51,6 @@ jobs: # Upload the SARIF file generated in the previous step - name: Upload SARIF results file continue-on-error: true - uses: github/codeql-action/upload-sarif@v2 + uses: github/codeql-action/upload-sarif@v3 with: sarif_file: results.sarif From e1c67be23e8d4290f479f1ae4024c418c99d4940 Mon Sep 17 00:00:00 2001 From: Tonye Jack <jtonye@ymail.com> Date: Fri, 15 Dec 2023 19:45:57 -0700 Subject: [PATCH 71/79] security: updated permissions (#147) * security: updated test permissions * Update codacy-analysis.yml --- .github/workflows/codacy-analysis.yml | 3 +++ .github/workflows/test.yml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.github/workflows/codacy-analysis.yml b/.github/workflows/codacy-analysis.yml index 22a29b7..1c814ea 100644 --- a/.github/workflows/codacy-analysis.yml +++ b/.github/workflows/codacy-analysis.yml @@ -8,6 +8,9 @@ name: Codacy Security Scan +permissions: + contents: read + on: push: branches: [ main ] diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 13f0a6b..8d2ddcc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,5 +1,8 @@ name: CI +permissions: + contents: read + on: release: types: From b2744078d5ce42c7e6fc569ea8d8cbcc51ff9c09 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Dec 2023 04:31:08 +0000 Subject: [PATCH 72/79] chore(deps): update tj-actions/verify-changed-files action to v17 --- .github/workflows/update-readme.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index 885e286..5b01c42 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -20,7 +20,7 @@ jobs: uses: tj-actions/remark@v3 - name: Verify Changed files - uses: tj-actions/verify-changed-files@v16 + uses: tj-actions/verify-changed-files@v17 id: verify_changed_files with: files: | From 1dd4ffe445c56ff71312b18010a37bc92dec127a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 06:48:08 +0000 Subject: [PATCH 73/79] chore(deps): update tj-actions/auto-doc action to v3.4.1 --- .github/workflows/update-readme.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index 5b01c42..1c3f573 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -14,7 +14,7 @@ jobs: fetch-depth: 0 - name: Run auto-doc - uses: tj-actions/auto-doc@v3.4.0 + uses: tj-actions/auto-doc@v3.4.1 - name: Run test uses: tj-actions/remark@v3 From 3d11870eac21361bf2fa9438dd9d38016c70a492 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 12:13:19 +0000 Subject: [PATCH 74/79] chore(deps): update peter-evans/create-pull-request action to v6 --- .github/workflows/sync-release-version.yml | 2 +- .github/workflows/update-readme.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync-release-version.yml b/.github/workflows/sync-release-version.yml index 757e0ae..66d9039 100644 --- a/.github/workflows/sync-release-version.yml +++ b/.github/workflows/sync-release-version.yml @@ -24,7 +24,7 @@ jobs: - name: Run git-cliff uses: tj-actions/git-cliff@v1 - name: Create Pull Request - uses: peter-evans/create-pull-request@v5.0.2 + uses: peter-evans/create-pull-request@v6.0.0 with: base: "main" labels: "merge when passing" diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index 1c3f573..d2f67a8 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -34,7 +34,7 @@ jobs: - name: Create Pull Request if: failure() - uses: peter-evans/create-pull-request@v5.0.2 + uses: peter-evans/create-pull-request@v6.0.0 with: base: "main" labels: "merge when passing" From 88a43f4f7b2ac87828b63f40ed380fbb355c90bf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 3 Feb 2024 22:29:16 +0000 Subject: [PATCH 75/79] chore(deps): update tj-actions/verify-changed-files action to v18 --- .github/workflows/update-readme.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index d2f67a8..3dfd084 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -20,7 +20,7 @@ jobs: uses: tj-actions/remark@v3 - name: Verify Changed files - uses: tj-actions/verify-changed-files@v17 + uses: tj-actions/verify-changed-files@v18 id: verify_changed_files with: files: | From c194a6540ca50ae9383a242c55b1e7d059a3dfac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 15:27:53 +0000 Subject: [PATCH 76/79] chore(deps): update codacy/codacy-analysis-cli-action action to v4.4.0 --- .github/workflows/codacy-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codacy-analysis.yml b/.github/workflows/codacy-analysis.yml index 1c814ea..3eb3f7e 100644 --- a/.github/workflows/codacy-analysis.yml +++ b/.github/workflows/codacy-analysis.yml @@ -37,7 +37,7 @@ jobs: # Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis - name: Run Codacy Analysis CLI continue-on-error: true - uses: codacy/codacy-analysis-cli-action@v4.3.0 + uses: codacy/codacy-analysis-cli-action@v4.4.0 with: # Check https://github.com/codacy/codacy-analysis-cli#project-token to get your project token from your Codacy repository # You can also omit the token and run the tools that support default configurations From 1237051d9af019479aaf288cb33371bc41541c69 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 01:30:31 +0000 Subject: [PATCH 77/79] chore(deps): update peter-evans/create-pull-request action to v6.0.1 --- .github/workflows/sync-release-version.yml | 2 +- .github/workflows/update-readme.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync-release-version.yml b/.github/workflows/sync-release-version.yml index 66d9039..f517042 100644 --- a/.github/workflows/sync-release-version.yml +++ b/.github/workflows/sync-release-version.yml @@ -24,7 +24,7 @@ jobs: - name: Run git-cliff uses: tj-actions/git-cliff@v1 - name: Create Pull Request - uses: peter-evans/create-pull-request@v6.0.0 + uses: peter-evans/create-pull-request@v6.0.1 with: base: "main" labels: "merge when passing" diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index 3dfd084..91b40e8 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -34,7 +34,7 @@ jobs: - name: Create Pull Request if: failure() - uses: peter-evans/create-pull-request@v6.0.0 + uses: peter-evans/create-pull-request@v6.0.1 with: base: "main" labels: "merge when passing" From 3f8fb1f85c37f8568b14c9f50c54aed0ea3e44a1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 02:01:16 +0000 Subject: [PATCH 78/79] chore(deps): update tj-actions/verify-changed-files action to v19 --- .github/workflows/update-readme.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index 91b40e8..840d649 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -20,7 +20,7 @@ jobs: uses: tj-actions/remark@v3 - name: Verify Changed files - uses: tj-actions/verify-changed-files@v18 + uses: tj-actions/verify-changed-files@v19 id: verify_changed_files with: files: | From 2914abe450b45dcc336adc9323b46c6a3edf9ff6 Mon Sep 17 00:00:00 2001 From: Tonye Jack <jtonye@ymail.com> Date: Fri, 1 Mar 2024 09:59:33 -0700 Subject: [PATCH 79/79] upgrade: semver tool to v3.4.0 (#156) --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index ffbe68b..ec66b47 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -22,7 +22,7 @@ if [[ -z $CURRENT_TAG ]]; then fi echo "::debug::Calculating diff..." -PART=$(wget -O - https://raw.githubusercontent.com/fsaintjacques/semver-tool/3.3.0/src/semver | bash -s diff "${CURRENT_TAG//v/}" "${NEW_TAG//v/}") +PART=$(wget -O - https://raw.githubusercontent.com/fsaintjacques/semver-tool/3.4.0/src/semver | bash -s diff "${CURRENT_TAG//v/}" "${NEW_TAG//v/}") cat <<EOF >> "$GITHUB_OUTPUT" release_type=$PART