From ee586c7e0c7dd09ac27cf8a766df94a562ca2137 Mon Sep 17 00:00:00 2001 From: jackton1 Date: Mon, 14 Mar 2022 09:19:12 +0000 Subject: [PATCH 01/37] Upgraded from v1.12 -> v1.13 --- HISTORY.md | 20 ++++++++++++++++++++ README.md | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 92bacfe..280b717 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,25 @@ # Changelog +## [v1.13](https://github.com/tj-actions/github-changelog-generator/tree/v1.13) (2022-03-14) + +[Full Changelog](https://github.com/tj-actions/github-changelog-generator/compare/v1.12...v1.13) + +**Merged pull requests:** + +- chore\(deps\): lock file maintenance [\#113](https://github.com/tj-actions/github-changelog-generator/pull/113) ([renovate[bot]](https://github.com/apps/renovate)) +- Update tj-actions/verify-changed-files action to v9 [\#112](https://github.com/tj-actions/github-changelog-generator/pull/112) ([renovate[bot]](https://github.com/apps/renovate)) +- chore: Removed unused code and bumped bundler version [\#111](https://github.com/tj-actions/github-changelog-generator/pull/111) ([jackton1](https://github.com/jackton1)) +- Update codacy/codacy-analysis-cli-action action to v4.0.2 [\#110](https://github.com/tj-actions/github-changelog-generator/pull/110) ([renovate[bot]](https://github.com/apps/renovate)) +- Update codacy/codacy-analysis-cli-action action to v4.0.1 [\#109](https://github.com/tj-actions/github-changelog-generator/pull/109) ([renovate[bot]](https://github.com/apps/renovate)) +- Update docker/login-action action to v1.14.1 [\#108](https://github.com/tj-actions/github-changelog-generator/pull/108) ([renovate[bot]](https://github.com/apps/renovate)) +- Update actions/checkout action [\#107](https://github.com/tj-actions/github-changelog-generator/pull/107) ([renovate[bot]](https://github.com/apps/renovate)) +- Update peter-evans/create-pull-request action to v3.14.0 [\#106](https://github.com/tj-actions/github-changelog-generator/pull/106) ([renovate[bot]](https://github.com/apps/renovate)) +- Update peter-evans/create-pull-request action to v3.13.0 [\#105](https://github.com/tj-actions/github-changelog-generator/pull/105) ([renovate[bot]](https://github.com/apps/renovate)) +- Update docker/login-action action to v1.14.0 [\#104](https://github.com/tj-actions/github-changelog-generator/pull/104) ([renovate[bot]](https://github.com/apps/renovate)) +- Lock file maintenance [\#103](https://github.com/tj-actions/github-changelog-generator/pull/103) ([renovate[bot]](https://github.com/apps/renovate)) +- Update tj-actions/github-changelog-generator action to v1.12 [\#102](https://github.com/tj-actions/github-changelog-generator/pull/102) ([renovate[bot]](https://github.com/apps/renovate)) +- Upgraded to v1.12 [\#101](https://github.com/tj-actions/github-changelog-generator/pull/101) ([jackton1](https://github.com/jackton1)) + ## [v1.12](https://github.com/tj-actions/github-changelog-generator/tree/v1.12) (2022-02-26) [Full Changelog](https://github.com/tj-actions/github-changelog-generator/compare/v1.11...v1.12) diff --git a/README.md b/README.md index f602504..b0cf5b3 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Generate CHANGELOG/HISTORY markdown files for your project steps: - uses: actions/checkout@v2 - name: Generate CHANGELOG - uses: tj-actions/github-changelog-generator@v1.12 + uses: tj-actions/github-changelog-generator@v1.13 with: output: 'HISTORY.md' ``` From 7ed57f85fe2b3ea330197f8eecd9fac9e1f06188 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 14 Mar 2022 12:19:43 +0000 Subject: [PATCH 02/37] chore(deps): update tj-actions/github-changelog-generator action to v1.13 --- .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 d8b7a06..36942bd 100644 --- a/.github/workflows/sync-release-version.yml +++ b/.github/workflows/sync-release-version.yml @@ -19,7 +19,7 @@ jobs: paths: | README.md - name: Generate CHANGELOG - uses: tj-actions/github-changelog-generator@v1.12 + uses: tj-actions/github-changelog-generator@v1.13 with: output: 'HISTORY.md' - name: Create Pull Request From 620956a14d3d03b85bc3b9a11b8603717ad0f422 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 14 Mar 2022 20:06:02 +0000 Subject: [PATCH 03/37] chore(deps): update docker/build-push-action action to v2.10.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 26b1e23..a783add 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@v2.9.0 + uses: docker/build-push-action@v2.10.0 with: context: . push: true From a2aae34bdeccc0ab8847b0707c52f830ac531cd2 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 16 Mar 2022 05:06:45 +0000 Subject: [PATCH 04/37] chore(deps): lock file maintenance --- Gemfile.lock | 3 --- 1 file changed, 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 44aea21..36ebc8d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,6 +1,3 @@ -GEM - specs: - GEM remote: https://rubygems.org/ specs: From cbb8701e3d75729b61cb878c07c7e3609c94fd24 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 23 Mar 2022 11:38:03 +0000 Subject: [PATCH 05/37] chore(deps): update peter-evans/create-pull-request action --- .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 36942bd..eafd709 100644 --- a/.github/workflows/sync-release-version.yml +++ b/.github/workflows/sync-release-version.yml @@ -23,7 +23,7 @@ jobs: with: output: 'HISTORY.md' - name: Create Pull Request - uses: peter-evans/create-pull-request@v3.14.0 + uses: peter-evans/create-pull-request@v4.0.0 with: base: "main" title: "Upgraded to ${{ steps.sync-release-version.outputs.new_version }}" diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index ba9aef3..d15b27f 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -29,7 +29,7 @@ jobs: exit 1 - name: Create Pull Request if: failure() - uses: peter-evans/create-pull-request@v3 + uses: peter-evans/create-pull-request@v4 with: base: "main" title: "Updated README.md" From 70b73c3d132861b39a1bc1c9b54ffaa0c2b8a368 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 24 Mar 2022 20:48:54 +0000 Subject: [PATCH 06/37] chore(deps): update pascalgn/automerge-action action to v0.14.4 --- .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 065d116..a43064d 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.14.3 + uses: pascalgn/automerge-action@v0.14.4 env: GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }} MERGE_METHOD: "rebase" From 7c7bc79051c4c6407b62f70ccdeff141c31465b2 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 24 Mar 2022 23:15:31 +0000 Subject: [PATCH 07/37] chore(deps): update pascalgn/automerge-action action to v0.15.2 --- .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 a43064d..654a853 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.14.4 + uses: pascalgn/automerge-action@v0.15.2 env: GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }} MERGE_METHOD: "rebase" From faad6d4674248db9a6e8d4b707cb6cc75ed905e9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 28 Mar 2022 00:19:12 +0000 Subject: [PATCH 08/37] chore(deps): lock file maintenance --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 36ebc8d..a821eff 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -26,7 +26,7 @@ GEM async async-pool (0.3.9) async (>= 1.25) - concurrent-ruby (1.1.9) + concurrent-ruby (1.1.10) console (1.14.0) fiber-local faraday (1.10.0) From cd8465c8847378e01c3f4764cd83af64270b6cbe Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 31 Mar 2022 11:38:03 +0000 Subject: [PATCH 09/37] chore(deps): update peter-evans/create-pull-request action to v4.0.1 --- .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 eafd709..970497a 100644 --- a/.github/workflows/sync-release-version.yml +++ b/.github/workflows/sync-release-version.yml @@ -23,7 +23,7 @@ jobs: with: output: 'HISTORY.md' - name: Create Pull Request - uses: peter-evans/create-pull-request@v4.0.0 + uses: peter-evans/create-pull-request@v4.0.1 with: base: "main" title: "Upgraded to ${{ steps.sync-release-version.outputs.new_version }}" From bc74a1da0688285eeacd0269a36461ddd0c709bc Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 4 Apr 2022 02:12:49 +0000 Subject: [PATCH 10/37] chore(deps): lock file maintenance --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index a821eff..6418075 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -27,7 +27,7 @@ GEM async-pool (0.3.9) async (>= 1.25) concurrent-ruby (1.1.10) - console (1.14.0) + console (1.15.0) fiber-local faraday (1.10.0) faraday-em_http (~> 1.0) From 0ce1140f47ba4c59ebf0e83e756f18daaa33a59e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 8 Apr 2022 14:13:19 +0000 Subject: [PATCH 11/37] chore(deps): update peter-evans/create-pull-request action to v4.0.2 --- .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 970497a..67a046e 100644 --- a/.github/workflows/sync-release-version.yml +++ b/.github/workflows/sync-release-version.yml @@ -23,7 +23,7 @@ jobs: with: output: 'HISTORY.md' - name: Create Pull Request - uses: peter-evans/create-pull-request@v4.0.1 + uses: peter-evans/create-pull-request@v4.0.2 with: base: "main" title: "Upgraded to ${{ steps.sync-release-version.outputs.new_version }}" From 1f53842ffa4afa30a31929a1ca419f09a665b2dd Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 14 Apr 2022 19:45:45 +0000 Subject: [PATCH 12/37] chore(deps): update actions/checkout action to v3.0.1 --- .github/workflows/ghcr.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/ghcr.yml b/.github/workflows/ghcr.yml index a783add..f9e844f 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.0.0 + uses: actions/checkout@v3.0.1 - name: Get branch names id: branch-name diff --git a/.github/workflows/rebase.yml b/.github/workflows/rebase.yml index 602aff3..cb7dae2 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.0.0 + - uses: actions/checkout@v3.0.1 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 67a046e..1d374dd 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.0.0 + - uses: actions/checkout@v3.0.1 with: fetch-depth: 0 - name: Sync release version. diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f25a63e..6fe0586 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.0.0 + uses: actions/checkout@v3.0.1 - name: shellcheck uses: reviewdog/action-shellcheck@v1.14 - name: Run github-changelog-generator diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index d15b27f..1839177 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.0.0 + - uses: actions/checkout@v3.0.1 with: fetch-depth: 0 From caaa0b97cad32fc4c966bd865c09e26f223d0037 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 15 Apr 2022 22:14:09 +0000 Subject: [PATCH 13/37] chore(deps): update cirrus-actions/rebase action to v1.6 --- .github/workflows/rebase.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rebase.yml b/.github/workflows/rebase.yml index cb7dae2..4dc0ebc 100644 --- a/.github/workflows/rebase.yml +++ b/.github/workflows/rebase.yml @@ -13,6 +13,6 @@ jobs: token: ${{ secrets.PAT_TOKEN }} fetch-depth: 0 # otherwise, you will failed to push refs to dest repo - name: Automatic Rebase - uses: cirrus-actions/rebase@1.5 + uses: cirrus-actions/rebase@1.6 env: GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }} From c296b5dac4b18ca535cb38c21c9feb202d3456de Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 18 Apr 2022 01:44:35 +0000 Subject: [PATCH 14/37] chore(deps): lock file maintenance --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 6418075..eccd6c4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -80,7 +80,7 @@ GEM protocol-http2 (0.14.2) protocol-hpack (~> 1.4) protocol-http (~> 0.18) - public_suffix (4.0.6) + public_suffix (4.0.7) rainbow (3.1.1) rake (13.0.6) ruby2_keywords (0.0.5) From 7e94684f823858f5a76af22c6086e1e719560243 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 21 Apr 2022 13:36:09 +0000 Subject: [PATCH 15/37] chore(deps): update reviewdog/action-shellcheck action to v1.15 --- .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 6fe0586..5c886c9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: - name: Checkout uses: actions/checkout@v3.0.1 - name: shellcheck - uses: reviewdog/action-shellcheck@v1.14 + uses: reviewdog/action-shellcheck@v1.15 - name: Run github-changelog-generator uses: ./ with: From a55ef9ef551c965ab82dc0347853583dab8fda9e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 21 Apr 2022 16:28:17 +0000 Subject: [PATCH 16/37] chore(deps): update actions/checkout action to v3.0.2 --- .github/workflows/ghcr.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/ghcr.yml b/.github/workflows/ghcr.yml index f9e844f..fa897fe 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.0.1 + uses: actions/checkout@v3.0.2 - name: Get branch names id: branch-name diff --git a/.github/workflows/rebase.yml b/.github/workflows/rebase.yml index 4dc0ebc..047dae9 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.0.1 + - uses: actions/checkout@v3.0.2 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 1d374dd..29c7f3e 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.0.1 + - uses: actions/checkout@v3.0.2 with: fetch-depth: 0 - name: Sync release version. diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5c886c9..0c6d061 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.0.1 + uses: actions/checkout@v3.0.2 - name: shellcheck uses: reviewdog/action-shellcheck@v1.15 - name: Run github-changelog-generator diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index 1839177..7414d82 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.0.1 + - uses: actions/checkout@v3.0.2 with: fetch-depth: 0 From 51a7fcf8464e3b8fad998e142d906dff324476b0 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 25 Apr 2022 14:11:50 +0000 Subject: [PATCH 17/37] chore(deps): update github/codeql-action action to v2 --- .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 f10cd57..a34b1e0 100644 --- a/.github/workflows/codacy-analysis.yml +++ b/.github/workflows/codacy-analysis.yml @@ -44,6 +44,6 @@ jobs: # Upload the SARIF file generated in the previous step - name: Upload SARIF results file - uses: github/codeql-action/upload-sarif@v1 + uses: github/codeql-action/upload-sarif@v2 with: sarif_file: results.sarif From 1499e2da01d88969a2a9a80c29577ad71267ffb2 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 28 Apr 2022 10:35:40 +0000 Subject: [PATCH 18/37] chore(deps): update docker/setup-buildx-action action to v1.7.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 fa897fe..64995b7 100644 --- a/.github/workflows/ghcr.yml +++ b/.github/workflows/ghcr.yml @@ -22,7 +22,7 @@ jobs: uses: docker/setup-qemu-action@v1.2.0 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v1.6.0 + uses: docker/setup-buildx-action@v1.7.0 - name: Login to GitHub Container Registry uses: docker/login-action@v1.14.1 From 76c0ec5a5b6c19f08f446081615d164f9ba4d552 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 2 May 2022 00:25:18 +0000 Subject: [PATCH 19/37] chore(deps): lock file maintenance --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index eccd6c4..c272859 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - activesupport (7.0.2.3) + activesupport (7.0.2.4) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -74,8 +74,8 @@ GEM faraday (>= 0.9) sawyer (~> 0.8.0, >= 0.5.3) protocol-hpack (1.4.2) - protocol-http (0.22.5) - protocol-http1 (0.14.2) + protocol-http (0.22.6) + protocol-http1 (0.14.4) protocol-http (~> 0.22) protocol-http2 (0.14.2) protocol-hpack (~> 1.4) From 3d0730b2c6a3a035b1b0e05772ed6b5d42cf911a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 5 May 2022 17:43:21 +0000 Subject: [PATCH 20/37] chore(deps): update docker/build-push-action action to v3 --- .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 64995b7..089673d 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@v2.10.0 + uses: docker/build-push-action@v3.0.0 with: context: . push: true From 5e3855834ff1e1374960deaac88d5e7752f77c58 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 5 May 2022 17:43:26 +0000 Subject: [PATCH 21/37] chore(deps): update docker/login-action action to v2 --- .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 089673d..99caa4b 100644 --- a/.github/workflows/ghcr.yml +++ b/.github/workflows/ghcr.yml @@ -25,7 +25,7 @@ jobs: uses: docker/setup-buildx-action@v1.7.0 - name: Login to GitHub Container Registry - uses: docker/login-action@v1.14.1 + uses: docker/login-action@v2.0.0 with: registry: ghcr.io username: ${{ github.repository_owner }} From b90dbcbe2a7bb8e1310ec04d0eb0f1de7c717da7 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 5 May 2022 17:43:30 +0000 Subject: [PATCH 22/37] chore(deps): update docker/setup-buildx-action action to v2 --- .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 99caa4b..d3e9aa9 100644 --- a/.github/workflows/ghcr.yml +++ b/.github/workflows/ghcr.yml @@ -22,7 +22,7 @@ jobs: uses: docker/setup-qemu-action@v1.2.0 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v1.7.0 + uses: docker/setup-buildx-action@v2.0.0 - name: Login to GitHub Container Registry uses: docker/login-action@v2.0.0 From 453059d916ca47823b12e64ab308b3defe61ebf6 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 5 May 2022 17:43:34 +0000 Subject: [PATCH 23/37] chore(deps): update docker/setup-qemu-action action to v2 --- .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 d3e9aa9..c3333b6 100644 --- a/.github/workflows/ghcr.yml +++ b/.github/workflows/ghcr.yml @@ -19,7 +19,7 @@ jobs: strip_tag_prefix: 'v' - name: Set up QEMU - uses: docker/setup-qemu-action@v1.2.0 + uses: docker/setup-qemu-action@v2.0.0 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v2.0.0 From 7322b43561f69ae5168a14edead7e1592f403dac Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 8 May 2022 09:35:26 +0000 Subject: [PATCH 24/37] chore(deps): update peter-evans/create-pull-request action to v4.0.3 --- .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 29c7f3e..c37ed01 100644 --- a/.github/workflows/sync-release-version.yml +++ b/.github/workflows/sync-release-version.yml @@ -23,7 +23,7 @@ jobs: with: output: 'HISTORY.md' - name: Create Pull Request - uses: peter-evans/create-pull-request@v4.0.2 + uses: peter-evans/create-pull-request@v4.0.3 with: base: "main" title: "Upgraded to ${{ steps.sync-release-version.outputs.new_version }}" From 170dc7d9036450395997a2c52043028ee7fe165f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 9 May 2022 01:57:43 +0000 Subject: [PATCH 25/37] chore(deps): lock file maintenance --- Gemfile.lock | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index c272859..9eda4cd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,23 +8,24 @@ GEM tzinfo (~> 2.0) addressable (2.8.0) public_suffix (>= 2.0.2, < 5.0) - async (1.30.1) + async (1.30.2) console (~> 1.10) nio4r (~> 2.3) timers (~> 4.1) - async-http (0.56.5) + async-http (0.56.6) async (>= 1.25) async-io (>= 1.28) async-pool (>= 0.2) protocol-http (~> 0.22.0) protocol-http1 (~> 0.14.0) protocol-http2 (~> 0.14.0) + traces (~> 0.4.0) async-http-faraday (0.11.0) async-http (~> 0.42) faraday async-io (1.33.0) async - async-pool (0.3.9) + async-pool (0.3.10) async (>= 1.25) concurrent-ruby (1.1.10) console (1.15.0) @@ -88,6 +89,7 @@ GEM addressable (>= 2.3.5) faraday (> 0.8, < 2.0) timers (4.3.3) + traces (0.4.1) tzinfo (2.0.4) concurrent-ruby (~> 1.0) From 4904df2d53200b32a0cc8b7fea63fb6e9baad25e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 10 May 2022 18:26:20 +0000 Subject: [PATCH 26/37] chore(deps): update cirrus-actions/rebase action to v1.7 --- .github/workflows/rebase.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rebase.yml b/.github/workflows/rebase.yml index 047dae9..5fca228 100644 --- a/.github/workflows/rebase.yml +++ b/.github/workflows/rebase.yml @@ -13,6 +13,6 @@ jobs: token: ${{ secrets.PAT_TOKEN }} fetch-depth: 0 # otherwise, you will failed to push refs to dest repo - name: Automatic Rebase - uses: cirrus-actions/rebase@1.6 + uses: cirrus-actions/rebase@1.7 env: GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }} From fb4ef3de2e4e411de409b4a8ac336ef0a65a5d8f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 12 May 2022 18:20:35 +0000 Subject: [PATCH 27/37] chore(deps): update pascalgn/automerge-action action to v0.15.3 --- .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 654a853..0af8f49 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.2 + uses: pascalgn/automerge-action@v0.15.3 env: GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }} MERGE_METHOD: "rebase" From 4f51c99f8ad710b313844c017cfab67237201b84 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 17 May 2022 02:39:34 +0000 Subject: [PATCH 28/37] chore(deps): lock file maintenance --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 9eda4cd..2cdd98c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - activesupport (7.0.2.4) + activesupport (7.0.3) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -28,7 +28,7 @@ GEM async-pool (0.3.10) async (>= 1.25) concurrent-ruby (1.1.10) - console (1.15.0) + console (1.15.3) fiber-local faraday (1.10.0) faraday-em_http (~> 1.0) From a894a2f868aa8410607e21e17a5cd04533da2d10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 May 2022 02:41:58 +0000 Subject: [PATCH 29/37] Bump tj-actions/remark from 2.3 to 3 Bumps [tj-actions/remark](https://github.com/tj-actions/remark) from 2.3 to 3. - [Release notes](https://github.com/tj-actions/remark/releases) - [Changelog](https://github.com/tj-actions/remark/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/remark/compare/v2.3...v3) --- updated-dependencies: - dependency-name: tj-actions/remark dependency-type: direct:production update-type: version-update:semver-major ... 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 7414d82..e8286d1 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -14,7 +14,7 @@ jobs: fetch-depth: 0 - name: Run test - uses: tj-actions/remark@v2.3 + uses: tj-actions/remark@v3 - name: Verify Changed files uses: tj-actions/verify-changed-files@v9 From 40bd9672dafbfd7b9e8a5cb8f1130c852792226e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 30 May 2022 01:31:12 +0000 Subject: [PATCH 30/37] chore(deps): lock file maintenance --- Gemfile.lock | 38 +++++++++----------------------------- 1 file changed, 9 insertions(+), 29 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 2cdd98c..05bc1de 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -30,31 +30,12 @@ GEM concurrent-ruby (1.1.10) console (1.15.3) fiber-local - faraday (1.10.0) - faraday-em_http (~> 1.0) - faraday-em_synchrony (~> 1.0) - faraday-excon (~> 1.1) - faraday-httpclient (~> 1.0) - faraday-multipart (~> 1.0) - faraday-net_http (~> 1.0) - faraday-net_http_persistent (~> 1.0) - faraday-patron (~> 1.0) - faraday-rack (~> 1.0) - faraday-retry (~> 1.0) + faraday (2.3.0) + faraday-net_http (~> 2.0) ruby2_keywords (>= 0.0.4) - faraday-em_http (1.0.0) - faraday-em_synchrony (1.0.0) - faraday-excon (1.1.0) - faraday-http-cache (2.2.0) + faraday-http-cache (2.3.0) faraday (>= 0.8) - faraday-httpclient (1.0.1) - faraday-multipart (1.0.3) - multipart-post (>= 1.2, < 3) - faraday-net_http (1.0.1) - faraday-net_http_persistent (1.2.0) - faraday-patron (1.0.0) - faraday-rack (1.0.0) - faraday-retry (1.0.3) + faraday-net_http (2.0.3) fiber-local (1.0.0) github_changelog_generator (1.16.4) activesupport @@ -69,11 +50,10 @@ GEM concurrent-ruby (~> 1.0) minitest (5.15.0) multi_json (1.15.0) - multipart-post (2.1.1) nio4r (2.5.8) - octokit (4.22.0) - faraday (>= 0.9) - sawyer (~> 0.8.0, >= 0.5.3) + octokit (4.23.0) + faraday (>= 1, < 3) + sawyer (~> 0.9) protocol-hpack (1.4.2) protocol-http (0.22.6) protocol-http1 (0.14.4) @@ -85,9 +65,9 @@ GEM rainbow (3.1.1) rake (13.0.6) ruby2_keywords (0.0.5) - sawyer (0.8.2) + sawyer (0.9.1) addressable (>= 2.3.5) - faraday (> 0.8, < 2.0) + faraday (>= 0.17.3, < 3) timers (4.3.3) traces (0.4.1) tzinfo (2.0.4) From bfb31180225816a341cb7ae5b7f1a02724301922 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 3 Jun 2022 10:31:55 +0000 Subject: [PATCH 31/37] chore(deps): update peter-evans/create-pull-request action to v4.0.4 --- .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 c37ed01..522dab4 100644 --- a/.github/workflows/sync-release-version.yml +++ b/.github/workflows/sync-release-version.yml @@ -23,7 +23,7 @@ jobs: with: output: 'HISTORY.md' - name: Create Pull Request - uses: peter-evans/create-pull-request@v4.0.3 + uses: peter-evans/create-pull-request@v4.0.4 with: base: "main" title: "Upgraded to ${{ steps.sync-release-version.outputs.new_version }}" From f3c8cee20fccffc0533ce36a18b4ec9c2be64479 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 13 Jun 2022 00:02:18 +0000 Subject: [PATCH 32/37] chore(deps): lock file maintenance --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 05bc1de..a5b6430 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -33,7 +33,7 @@ GEM faraday (2.3.0) faraday-net_http (~> 2.0) ruby2_keywords (>= 0.0.4) - faraday-http-cache (2.3.0) + faraday-http-cache (2.4.0) faraday (>= 0.8) faraday-net_http (2.0.3) fiber-local (1.0.0) @@ -51,7 +51,7 @@ GEM minitest (5.15.0) multi_json (1.15.0) nio4r (2.5.8) - octokit (4.23.0) + octokit (4.24.0) faraday (>= 1, < 3) sawyer (~> 0.9) protocol-hpack (1.4.2) @@ -65,7 +65,7 @@ GEM rainbow (3.1.1) rake (13.0.6) ruby2_keywords (0.0.5) - sawyer (0.9.1) + sawyer (0.9.2) addressable (>= 2.3.5) faraday (>= 0.17.3, < 3) timers (4.3.3) From 32575794671898e36259d172946c898d8477dc1f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 15 Jun 2022 11:10:01 +0000 Subject: [PATCH 33/37] chore(deps): update codacy/codacy-analysis-cli-action action to v4.1.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 a34b1e0..4b5086e 100644 --- a/.github/workflows/codacy-analysis.yml +++ b/.github/workflows/codacy-analysis.yml @@ -28,7 +28,7 @@ jobs: # Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis - name: Run Codacy Analysis CLI - uses: codacy/codacy-analysis-cli-action@4.0.2 + uses: codacy/codacy-analysis-cli-action@v4.1.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 8bfd1230d7925b3bbd887d02f3820e0617e6b5fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jun 2022 22:06:50 +0000 Subject: [PATCH 34/37] chore(deps): bump octokit from 4.24.0 to 4.25.0 Bumps [octokit](https://github.com/octokit/octokit.rb) from 4.24.0 to 4.25.0. - [Release notes](https://github.com/octokit/octokit.rb/releases) - [Changelog](https://github.com/octokit/octokit.rb/blob/4-stable/RELEASE.md) - [Commits](https://github.com/octokit/octokit.rb/compare/v4.24.0...v4.25.0) --- updated-dependencies: - dependency-name: octokit 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 a5b6430..f690287 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -51,7 +51,7 @@ GEM minitest (5.15.0) multi_json (1.15.0) nio4r (2.5.8) - octokit (4.24.0) + octokit (4.25.0) faraday (>= 1, < 3) sawyer (~> 0.9) protocol-hpack (1.4.2) From fb8bca53968d5c90aefe6b2921e24fc6b42d753d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 16 Jun 2022 00:40:54 +0000 Subject: [PATCH 35/37] chore(deps): lock file maintenance --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index f690287..ec945d3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,7 +8,7 @@ GEM tzinfo (~> 2.0) addressable (2.8.0) public_suffix (>= 2.0.2, < 5.0) - async (1.30.2) + async (1.30.3) console (~> 1.10) nio4r (~> 2.3) timers (~> 4.1) @@ -48,7 +48,7 @@ GEM rake (>= 10.0) i18n (1.10.0) concurrent-ruby (~> 1.0) - minitest (5.15.0) + minitest (5.16.0) multi_json (1.15.0) nio4r (2.5.8) octokit (4.25.0) From c4e0ce1369b1fa7fd5d297e6e902be97e9e9ac53 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 11:41:16 +0000 Subject: [PATCH 36/37] chore(deps): update tj-actions/verify-changed-files action to v10 --- .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 e8286d1..68c59db 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -17,7 +17,7 @@ jobs: uses: tj-actions/remark@v3 - name: Verify Changed files - uses: tj-actions/verify-changed-files@v9 + uses: tj-actions/verify-changed-files@v10 id: verify_changed_files with: files: | From 36b5e5f05fe23c270490516ee4ba1438879078c4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jun 2022 02:26:16 +0000 Subject: [PATCH 37/37] chore(deps): lock file maintenance --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index ec945d3..14f8ca2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -48,7 +48,7 @@ GEM rake (>= 10.0) i18n (1.10.0) concurrent-ruby (~> 1.0) - minitest (5.16.0) + minitest (5.16.1) multi_json (1.15.0) nio4r (2.5.8) octokit (4.25.0)