From 52119050a23d236a079c44cfbc6a1054973f077a Mon Sep 17 00:00:00 2001 From: jackton1 Date: Wed, 28 Dec 2022 10:09:16 +0000 Subject: [PATCH 01/35] Upgraded from v1.16 -> v1.17 --- HISTORY.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 6f91068..6920f05 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,7 +2,19 @@ ## [v1](https://github.com/tj-actions/github-changelog-generator/tree/v1) (2022-12-28) -[Full Changelog](https://github.com/tj-actions/github-changelog-generator/compare/v1.16...v1) +[Full Changelog](https://github.com/tj-actions/github-changelog-generator/compare/v1.17...v1) + +## [v1.17](https://github.com/tj-actions/github-changelog-generator/tree/v1.17) (2022-12-28) + +[Full Changelog](https://github.com/tj-actions/github-changelog-generator/compare/v1.16...v1.17) + +**Merged pull requests:** + +- Updated README.md [\#209](https://github.com/tj-actions/github-changelog-generator/pull/209) ([jackton1](https://github.com/jackton1)) +- Updated README.md [\#208](https://github.com/tj-actions/github-changelog-generator/pull/208) ([jackton1](https://github.com/jackton1)) +- chore\(deps\): update tj-actions/github-changelog-generator action to v1.16 [\#207](https://github.com/tj-actions/github-changelog-generator/pull/207) ([renovate[bot]](https://github.com/apps/renovate)) +- Upgraded to v1.16 [\#206](https://github.com/tj-actions/github-changelog-generator/pull/206) ([jackton1](https://github.com/jackton1)) +- chore: update to use ghcr [\#205](https://github.com/tj-actions/github-changelog-generator/pull/205) ([jackton1](https://github.com/jackton1)) ## [v1.16](https://github.com/tj-actions/github-changelog-generator/tree/v1.16) (2022-12-28) From 12735dea88f4df4303f41eed333ab7d051034c97 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Dec 2022 11:53:24 +0000 Subject: [PATCH 02/35] chore(deps): update tj-actions/github-changelog-generator action to v1.17 --- .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 dbba515..187336f 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.16 + uses: tj-actions/github-changelog-generator@v1.17 with: output: 'HISTORY.md' - name: Create Pull Request From 0566485c88c62cecd52017fe57e0a929b47b9fa5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Dec 2022 11:53:51 +0000 Subject: [PATCH 03/35] chore(deps): lock file maintenance --- Gemfile.lock | 1 + 1 file changed, 1 insertion(+) diff --git a/Gemfile.lock b/Gemfile.lock index 33d8d55..bab05cf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -75,6 +75,7 @@ GEM PLATFORMS arm64-darwin-21 + x86_64-linux DEPENDENCIES github_changelog_generator (= 1.16.4)! From d741f66c2b2e58c8d09dfa7c68cbeb2347d0e0ca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 Dec 2022 09:47:13 +0000 Subject: [PATCH 04/35] chore(deps): update tj-actions/auto-doc action to v1.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 335f4a3..625fc94 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.6.0 + uses: tj-actions/auto-doc@v1.7.1 - name: Run test uses: tj-actions/remark@v3 From 1394700d790adb0293fd10de70f864b70ddd9ec5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 31 Dec 2022 04:50:10 +0000 Subject: [PATCH 05/35] chore(deps): update tj-actions/auto-doc action to v1.7.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 625fc94..59616c1 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.1 + uses: tj-actions/auto-doc@v1.7.2 - name: Run test uses: tj-actions/remark@v3 From ab88e2537bc2f77d2bac60c4a81ec94640e6ed19 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Fri, 30 Dec 2022 21:52:24 -0700 Subject: [PATCH 06/35] Updated .github/workflows/update-readme.yml --- .github/workflows/update-readme.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index 59616c1..764d535 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -12,9 +12,9 @@ jobs: - uses: actions/checkout@v3.2.0 with: fetch-depth: 0 - + - name: Run auto-doc - uses: tj-actions/auto-doc@v1.7.2 + uses: tj-actions/auto-doc@v1.7.1 - name: Run test uses: tj-actions/remark@v3 @@ -25,16 +25,19 @@ jobs: with: files: | README.md + - name: README.md changed if: steps.verify_changed_files.outputs.files_changed == 'true' run: | - echo "README.md has uncommited changes" + echo "README.md has uncommitted changes" exit 1 + - name: Create Pull Request if: failure() - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@v4.2.3 with: base: "main" + labels: "merge when passing" title: "Updated README.md" branch: "chore/update-readme" commit-message: "Updated README.md" From 2e5b28b56b870a0fb3c189d49188c5cc3e520938 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Fri, 30 Dec 2022 22:31:52 -0700 Subject: [PATCH 07/35] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 8d3765a..26cb87b 100644 --- a/action.yml +++ b/action.yml @@ -3,7 +3,7 @@ description: Github Changelog/History Generator author: tj-actions inputs: token: - description: 'The default [GITHUB_TOKEN](https://docs.github.com/en/free-pro-team@latest/actions/reference/authentication-in-a-workflow#using-the-github_token-in-a-workflow) or a repo scoped [Personal Access Token](https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/creating-a-personal-access-token)' + description: '[GITHUB_TOKEN](https://docs.github.com/en/free-pro-team@latest/actions/reference/authentication-in-a-workflow#using-the-github_token-in-a-workflow) or a repo scoped [Personal Access Token](https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/creating-a-personal-access-token)' required: true default: ${{ github.token }} output: From d8cb2042eb35706789c156d62c359bee43277604 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 00:01:54 +0000 Subject: [PATCH 08/35] chore(deps): lock file maintenance --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index bab05cf..162b1b0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -49,7 +49,7 @@ GEM i18n (1.12.0) concurrent-ruby (~> 1.0) io-event (1.1.4) - minitest (5.16.3) + minitest (5.17.0) multi_json (1.15.0) octokit (4.25.1) faraday (>= 1, < 3) From 9793d362994faab3c782bfddddd693de46c9fd1a Mon Sep 17 00:00:00 2001 From: jackton1 Date: Mon, 2 Jan 2023 00:04:30 +0000 Subject: [PATCH 09/35] Updated README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 04c80da..16201d2 100644 --- a/README.md +++ b/README.md @@ -21,10 +21,10 @@ Generate CHANGELOG/HISTORY markdown files for your project -| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | -|--------|--------|----------|-------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| output | string | false | `"CHANGELOG.md"` | The changelog output file | -| token | string | true | `"${{ github.token }}"` | The default [GITHUB\_TOKEN](https://docs.github.com/en/free-pro-team@latest/actions/reference/authentication-in-a-workflow#using-the-github_token-in-a-workflow) or a repo scoped
[Personal Access Token](https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/creating-a-personal-access-token) | +| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | +|--------|--------|----------|-------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| output | string | false | `"CHANGELOG.md"` | The changelog output file | +| token | string | true | `"${{ github.token }}"` | [GITHUB\_TOKEN](https://docs.github.com/en/free-pro-team@latest/actions/reference/authentication-in-a-workflow#using-the-github_token-in-a-workflow) or a repo scoped [PersonalAccess Token](https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/creating-a-personal-access-token) | From 2a56135fc919c53ed66858ad6dbc5efff3d9f303 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Jan 2023 00:28:10 +0000 Subject: [PATCH 10/35] chore(deps): update tj-actions/auto-doc action to v1.7.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 764d535..e3ff531 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.1 + uses: tj-actions/auto-doc@v1.7.3 - name: Run test uses: tj-actions/remark@v3 From 64c680bac509a2595542af5d425c01249f1fcfd5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Jan 2023 15:10:15 +0000 Subject: [PATCH 11/35] chore(deps): update actions/checkout action to v3.3.0 --- .github/workflows/ghcr.yml | 2 +- .github/workflows/rebase.yml | 2 +- .github/workflows/test.yml | 2 +- .github/workflows/update-readme.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ghcr.yml b/.github/workflows/ghcr.yml index cea65d5..8742283 100644 --- a/.github/workflows/ghcr.yml +++ b/.github/workflows/ghcr.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3.2.0 + uses: actions/checkout@v3.3.0 - name: Get branch names id: branch-name diff --git a/.github/workflows/rebase.yml b/.github/workflows/rebase.yml index 68dcf57..22d1357 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.2.0 + - uses: actions/checkout@v3.3.0 with: token: ${{ secrets.PAT_TOKEN }} fetch-depth: 0 # otherwise, you will failed to push refs to dest repo diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 799c700..7a1402c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: name: Test github-changelog-generator steps: - name: Checkout - uses: actions/checkout@v3.2.0 + uses: actions/checkout@v3.3.0 - name: shellcheck uses: reviewdog/action-shellcheck@v1.16 - name: Run github-changelog-generator diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index e3ff531..4996ba3 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.2.0 + - uses: actions/checkout@v3.3.0 with: fetch-depth: 0 From a0d2f032cf0b036fdc89ec0f1dc7c95a95d34f0e Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Thu, 5 Jan 2023 21:21:03 -0700 Subject: [PATCH 12/35] Updated .github/workflows/update-readme.yml --- .github/workflows/update-readme.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index 4996ba3..f845190 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -9,14 +9,14 @@ jobs: sync-assets: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.3.0 + - uses: actions/checkout@v3 with: fetch-depth: 0 - name: Run auto-doc - uses: tj-actions/auto-doc@v1.7.3 + uses: tj-actions/auto-doc@v1 - - name: Run test + - name: Run remark uses: tj-actions/remark@v3 - name: Verify Changed files @@ -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 with: base: "main" labels: "merge when passing" From 88421bacaaf11f6f4a8b52977a42052286e27de1 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Thu, 5 Jan 2023 21:22:49 -0700 Subject: [PATCH 13/35] Updated .github/workflows/update-readme.yml From 00a4b15a97321a07b07c4ab4ce0247ed73d2f041 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Thu, 5 Jan 2023 21:46:20 -0700 Subject: [PATCH 14/35] Updated .github/workflows/update-readme.yml From b433805420eed3ea82cb7a0845fba9acba577661 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Thu, 5 Jan 2023 22:01:57 -0700 Subject: [PATCH 15/35] Updated .github/workflows/update-readme.yml From 140fe9195af40bbd406384e24189fa894ece9abb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 00:49:42 +0000 Subject: [PATCH 16/35] chore(deps): lock file maintenance --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 162b1b0..e28b969 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -48,7 +48,7 @@ GEM rake (>= 10.0) i18n (1.12.0) concurrent-ruby (~> 1.0) - io-event (1.1.4) + io-event (1.1.5) minitest (5.17.0) multi_json (1.15.0) octokit (4.25.1) From 2bb98c15187304ccf0599ed44a9ad26615a597d8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Jan 2023 11:21:47 +0000 Subject: [PATCH 17/35] chore(deps): update docker/build-push-action action to v3.3.0 --- .github/workflows/ghcr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ghcr.yml b/.github/workflows/ghcr.yml index 8742283..a4e9d08 100644 --- a/.github/workflows/ghcr.yml +++ b/.github/workflows/ghcr.yml @@ -32,7 +32,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push - uses: docker/build-push-action@v3.2.0 + uses: docker/build-push-action@v3.3.0 with: context: . push: true From d825a0df2fb7cd458cf525a17abb7d522bc1182a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 02:58:44 +0000 Subject: [PATCH 18/35] chore(deps): lock file maintenance --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index e28b969..8b1e0d7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -48,7 +48,7 @@ GEM rake (>= 10.0) i18n (1.12.0) concurrent-ruby (~> 1.0) - io-event (1.1.5) + io-event (1.1.6) minitest (5.17.0) multi_json (1.15.0) octokit (4.25.1) From 2797bbc0a49b81308a9da7ca798b67ad7d50df7d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 22 Jan 2023 00:40:08 +0000 Subject: [PATCH 19/35] chore(deps): update reviewdog/action-shellcheck action to v1.17 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7a1402c..ccbcfac 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: - name: Checkout uses: actions/checkout@v3.3.0 - name: shellcheck - uses: reviewdog/action-shellcheck@v1.16 + uses: reviewdog/action-shellcheck@v1.17 - name: Run github-changelog-generator uses: ./ with: From e6632b551e1204248ed10b5bb8c129408653870c Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sat, 21 Jan 2023 21:13:56 -0700 Subject: [PATCH 20/35] Update test.yml --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ccbcfac..8084a3b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,7 +4,7 @@ on: push: branches: - main - pull_request: + pull_request_target: branches: - main From 3284b8c5a32ea11d21461a704f8a40c4e89d0a88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Jan 2023 04:23:48 +0000 Subject: [PATCH 21/35] chore(deps): bump activesupport from 7.0.4 to 7.0.4.1 Bumps [activesupport](https://github.com/rails/rails) from 7.0.4 to 7.0.4.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.4.1/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v7.0.4...v7.0.4.1) --- updated-dependencies: - dependency-name: activesupport dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 8b1e0d7..7474096 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - activesupport (7.0.4) + activesupport (7.0.4.1) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) From 6fac3590e456e77cf6a596016a8c8e0c749824f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 01:14:12 +0000 Subject: [PATCH 22/35] chore(deps): lock file maintenance --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7474096..f9e0ad7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -30,7 +30,7 @@ GEM concurrent-ruby (1.1.10) console (1.16.2) fiber-local - faraday (2.7.2) + faraday (2.7.4) faraday-net_http (>= 2.0, < 3.1) ruby2_keywords (>= 0.0.4) faraday-http-cache (2.4.1) From 013e5de16696f92d99ed9d5d5da6b88245a6c1d4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 01:33:56 +0000 Subject: [PATCH 23/35] chore(deps): lock file maintenance --- Gemfile.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index f9e0ad7..0cd7e60 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - activesupport (7.0.4.1) + activesupport (7.0.4.2) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -12,11 +12,11 @@ GEM console (~> 1.10) io-event (~> 1.1) timers (~> 4.1) - async-http (0.59.4) + async-http (0.59.5) async (>= 1.25) async-io (>= 1.28) async-pool (>= 0.2) - protocol-http (~> 0.23.1) + protocol-http (~> 0.23) protocol-http1 (~> 0.14.0) protocol-http2 (~> 0.14.0) traces (>= 0.8.0) @@ -27,7 +27,7 @@ GEM async async-pool (0.3.12) async (>= 1.25) - concurrent-ruby (1.1.10) + concurrent-ruby (1.2.0) console (1.16.2) fiber-local faraday (2.7.4) @@ -55,7 +55,7 @@ GEM faraday (>= 1, < 3) sawyer (~> 0.9) protocol-hpack (1.4.2) - protocol-http (0.23.12) + protocol-http (0.24.0) protocol-http1 (0.14.6) protocol-http (~> 0.22) protocol-http2 (0.14.2) @@ -70,7 +70,7 @@ GEM faraday (>= 0.17.3, < 3) timers (4.3.5) traces (0.8.0) - tzinfo (2.0.5) + tzinfo (2.0.6) concurrent-ruby (~> 1.0) PLATFORMS From 48a041219a29c09e993689c5eea0f23ec2ac6ab1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 01:36:18 +0000 Subject: [PATCH 24/35] chore(deps): update docker/setup-buildx-action action to v2.3.0 --- .github/workflows/ghcr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ghcr.yml b/.github/workflows/ghcr.yml index a4e9d08..a73bfac 100644 --- a/.github/workflows/ghcr.yml +++ b/.github/workflows/ghcr.yml @@ -22,7 +22,7 @@ jobs: uses: docker/setup-qemu-action@v2.1.0 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2.2.1 + uses: docker/setup-buildx-action@v2.3.0 - name: Login to GitHub Container Registry uses: docker/login-action@v2.1.0 From 802603708de2b6abf6b2c56ceaa09fcf659bf251 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 12:33:16 +0000 Subject: [PATCH 25/35] chore(deps): update docker/setup-buildx-action action to v2.4.0 --- .github/workflows/ghcr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ghcr.yml b/.github/workflows/ghcr.yml index a73bfac..66de8ef 100644 --- a/.github/workflows/ghcr.yml +++ b/.github/workflows/ghcr.yml @@ -22,7 +22,7 @@ jobs: uses: docker/setup-qemu-action@v2.1.0 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2.3.0 + uses: docker/setup-buildx-action@v2.4.0 - name: Login to GitHub Container Registry uses: docker/login-action@v2.1.0 From 869a067911955819f293c15ecca1db67e7f867dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 02:01:21 +0000 Subject: [PATCH 26/35] chore(deps): bump docker/build-push-action from 3.3.0 to 4.0.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.3.0 to 4.0.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v3.3.0...v4.0.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ghcr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ghcr.yml b/.github/workflows/ghcr.yml index 66de8ef..0c6511b 100644 --- a/.github/workflows/ghcr.yml +++ b/.github/workflows/ghcr.yml @@ -32,7 +32,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push - uses: docker/build-push-action@v3.3.0 + uses: docker/build-push-action@v4.0.0 with: context: . push: true From 89c0cfff94760c21f4544c8a1b3207efd9f1a1ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 02:24:13 +0000 Subject: [PATCH 27/35] chore(deps): lock file maintenance --- Gemfile.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0cd7e60..7a179c0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -12,18 +12,18 @@ GEM console (~> 1.10) io-event (~> 1.1) timers (~> 4.1) - async-http (0.59.5) + async-http (0.60.1) async (>= 1.25) async-io (>= 1.28) async-pool (>= 0.2) - protocol-http (~> 0.23) - protocol-http1 (~> 0.14.0) - protocol-http2 (~> 0.14.0) + protocol-http (~> 0.24.0) + protocol-http1 (~> 0.15.0) + protocol-http2 (~> 0.15.0) traces (>= 0.8.0) async-http-faraday (0.11.0) async-http (~> 0.42) faraday - async-io (1.34.1) + async-io (1.34.3) async async-pool (0.3.12) async (>= 1.25) @@ -56,9 +56,9 @@ GEM sawyer (~> 0.9) protocol-hpack (1.4.2) protocol-http (0.24.0) - protocol-http1 (0.14.6) + protocol-http1 (0.15.0) protocol-http (~> 0.22) - protocol-http2 (0.14.2) + protocol-http2 (0.15.0) protocol-hpack (~> 1.4) protocol-http (~> 0.18) public_suffix (5.0.1) From 815dc186d172ce6b330604e3f4af1732db51037d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 17:19:43 +0000 Subject: [PATCH 28/35] chore(deps): update docker/setup-buildx-action action to v2.4.1 --- .github/workflows/ghcr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ghcr.yml b/.github/workflows/ghcr.yml index 0c6511b..5a68f14 100644 --- a/.github/workflows/ghcr.yml +++ b/.github/workflows/ghcr.yml @@ -22,7 +22,7 @@ jobs: uses: docker/setup-qemu-action@v2.1.0 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2.4.0 + uses: docker/setup-buildx-action@v2.4.1 - name: Login to GitHub Container Registry uses: docker/login-action@v2.1.0 From d87e5a65305ebbcf07739b459de2996c96db2d33 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Feb 2023 02:18:07 +0000 Subject: [PATCH 29/35] chore(deps): update ruby docker tag to v3.2.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 09316f3..f41e0c1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.2.0-alpine3.17 +FROM ruby:3.2.1-alpine3.17 LABEL maintainer="Tonye Jack " From c5c432824628f4a133627fdc4bfd98a07a622a1d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 02:11:36 +0000 Subject: [PATCH 30/35] chore(deps): lock file maintenance --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7a179c0..47ceacf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -55,10 +55,10 @@ GEM faraday (>= 1, < 3) sawyer (~> 0.9) protocol-hpack (1.4.2) - protocol-http (0.24.0) + protocol-http (0.24.1) protocol-http1 (0.15.0) protocol-http (~> 0.22) - protocol-http2 (0.15.0) + protocol-http2 (0.15.1) protocol-hpack (~> 1.4) protocol-http (~> 0.18) public_suffix (5.0.1) From 3b6aa3ebc08abaef3658c793b8cd2f58d7c42df6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Feb 2023 15:55:46 +0000 Subject: [PATCH 31/35] 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 a9525d1f4ff74aa74201bec5ce549e55d1e72bef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 02:31:44 +0000 Subject: [PATCH 32/35] chore(deps): lock file maintenance --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 47ceacf..e8b19a8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -27,7 +27,7 @@ GEM async async-pool (0.3.12) async (>= 1.25) - concurrent-ruby (1.2.0) + concurrent-ruby (1.2.2) console (1.16.2) fiber-local faraday (2.7.4) From 6bbf6db544b34e7aa0c25c50e3f090c97e3c8e7e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 03:14:34 +0000 Subject: [PATCH 33/35] chore(deps): lock file maintenance --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index e8b19a8..c12296e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,7 +8,7 @@ GEM tzinfo (~> 2.0) addressable (2.8.1) public_suffix (>= 2.0.2, < 6.0) - async (2.3.1) + async (2.4.0) console (~> 1.10) io-event (~> 1.1) timers (~> 4.1) @@ -49,7 +49,7 @@ GEM i18n (1.12.0) concurrent-ruby (~> 1.0) io-event (1.1.6) - minitest (5.17.0) + minitest (5.18.0) multi_json (1.15.0) octokit (4.25.1) faraday (>= 1, < 3) @@ -69,7 +69,7 @@ GEM addressable (>= 2.3.5) faraday (>= 0.17.3, < 3) timers (4.3.5) - traces (0.8.0) + traces (0.9.1) tzinfo (2.0.6) concurrent-ruby (~> 1.0) From 952f1e97934377acd5991fc8d5e10561a49ee3d5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 10:16:34 +0000 Subject: [PATCH 34/35] 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 b7fd57dcecd9bd6f502475424cf99d0a2273982d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Mar 2023 09:35:58 +0000 Subject: [PATCH 35/35] 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 f845190..15e21e0 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 + uses: tj-actions/auto-doc@v2 - name: Run remark uses: tj-actions/remark@v3