From de394172ec30c3fa3fa024e55d87545673afd9be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 20:29:19 +0200 Subject: [PATCH 1/3] Bump reecetech/version-increment from 2023.10.1 to 2023.10.2 (#4) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [reecetech/version-increment](https://github.com/reecetech/version-increment) from 2023.10.1 to 2023.10.2.
Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=reecetech/version-increment&package-manager=github_actions&previous-version=2023.10.1&new-version=2023.10.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release-drafter.yml | 2 +- .github/workflows/tag.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 0f32b035..0d0aeb0a 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -29,7 +29,7 @@ jobs: fetch-depth: 0 # used by GitVersion to find the most recent tag outside of this branch - name: Get version - uses: reecetech/version-increment@2023.10.1 + uses: reecetech/version-increment@2023.10.2 id: version with: scheme: semver diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index 69cc1c77..987ef873 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -39,7 +39,7 @@ jobs: fi - name: Get next version - uses: reecetech/version-increment@2023.10.1 + uses: reecetech/version-increment@2023.10.2 id: version if: ${{ steps.check-changes.outputs.has_diff == 'true' }} with: From bdf96bbc5eb5ec15df3b8021a9443709f17b02e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 18:19:36 +0000 Subject: [PATCH 2/3] Bump actions/github-script from 6 to 7 Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/tag.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index 987ef873..3723c419 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -48,7 +48,7 @@ jobs: # TODO: Could we use increment patch when bugfixes land on dev? - name: Create tag - uses: actions/github-script@v6 + uses: actions/github-script@v7 if: ${{ steps.check-changes.outputs.has_diff == 'true' }} with: github-token: ${{ secrets.WORKFLOW_TOKEN }} From 3037b59ff3bf2c99542a75b1b89cc0dd2e8afb0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 22:31:00 +0200 Subject: [PATCH 3/3] Bump im-open/update-pr-comment from 1.1.3 to 1.2.2 (#2) Bumps [im-open/update-pr-comment](https://github.com/im-open/update-pr-comment) from 1.1.3 to 1.2.2.
Commits
  • b782531 Merge pull request #24 from im-open/update-node
  • a94fd10 Import core differently
  • 52a057f Merge branch 'main' into update-node
  • 9b4e1ab Update to node 20
  • 8f9dee5 Merge pull request #23 from im-open/revert-22-update-node
  • 1f213bd Update readme with latest version and/or recompile the action.
  • 4776e37 Revert "Update to Node 20"
  • a6cf314 Merge pull request #22 from im-open/update-node
  • 41653ed Remove extra space
  • ba5cf84 Update readme with latest version and/or recompile the action.
  • Additional commits viewable in compare view

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=im-open/update-pr-comment&package-manager=github_actions&previous-version=1.1.3&new-version=1.2.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/playwright.yml | 4 ++-- .github/workflows/tag.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index deab079c..0ea450c8 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -91,7 +91,7 @@ jobs: fi - name: "Create or Update PR Comment" - uses: im-open/update-pr-comment@v1.1.3 + uses: im-open/update-pr-comment@v1.2.2 if: ${{ always() && github.event_name == 'pull_request' }} with: github-token: ${{ secrets.GITHUB_TOKEN }} @@ -132,7 +132,7 @@ jobs: fi - name: "Create or Update PR Comment" - uses: im-open/update-pr-comment@v1.1.3 + uses: im-open/update-pr-comment@v1.2.2 if: ${{ always() && github.event_name == 'pull_request' }} with: github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index 3723c419..dd3b213b 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -76,7 +76,7 @@ jobs: gh pr edit $pr_number --title "Merge test changes to main - ${{ steps.version.outputs.v-version }}" - name: Create or update version tag comment in promotion PR (test) - uses: im-open/update-pr-comment@v1.1.3 + uses: im-open/update-pr-comment@v1.2.2 if: ${{ steps.check-changes.outputs.has_diff == 'true' && github.ref == 'refs/heads/test' }} with: pr-number: ${{ steps.update-pr-test.outputs.pr_number }}