From 8f6d2405a14f1d9298c83c9f2665c9aa440edd89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 10:27:24 +0000 Subject: [PATCH 1/3] ci: bump peter-evans/slash-command-dispatch from 3 to 4 (#302) Bumps [peter-evans/slash-command-dispatch](https://github.com/peter-evans/slash-command-dispatch) from 3 to 4. - [Release notes](https://github.com/peter-evans/slash-command-dispatch/releases) - [Commits](https://github.com/peter-evans/slash-command-dispatch/compare/v3...v4) --- updated-dependencies: - dependency-name: peter-evans/slash-command-dispatch dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/slash-command-dispatch.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/slash-command-dispatch.yml b/.github/workflows/slash-command-dispatch.yml index 12dea9cf..47f4ba1b 100644 --- a/.github/workflows/slash-command-dispatch.yml +++ b/.github/workflows/slash-command-dispatch.yml @@ -51,7 +51,7 @@ jobs: - name: Slash Command Dispatch for Issues id: scd_issues if: ${{ steps.determine_command.outputs.command_state != 'unknown' && steps.determine_command.outputs.is_issue_command == 'true' }} - uses: peter-evans/slash-command-dispatch@v3 + uses: peter-evans/slash-command-dispatch@v4 with: token: ${{ secrets.GIT_PAT }} reaction-token: ${{ secrets.GIT_PAT }} @@ -62,7 +62,7 @@ jobs: - name: Slash Command Dispatch for PRs id: scd_prs if: ${{ steps.determine_command.outputs.command_state != 'unknown' && steps.determine_command.outputs.is_issue_command != 'true' }} - uses: peter-evans/slash-command-dispatch@v3 + uses: peter-evans/slash-command-dispatch@v4 with: token: ${{ secrets.GIT_PAT }} reaction-token: ${{ secrets.GIT_PAT }} From e5bddf0de454f82e0d09a5f870622c108dd435a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 10:27:39 +0000 Subject: [PATCH 2/3] ci: bump release-drafter/release-drafter from 5.25.0 to 6.0.0 (#301) Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from 5.25.0 to 6.0.0. - [Release notes](https://github.com/release-drafter/release-drafter/releases) - [Commits](https://github.com/release-drafter/release-drafter/compare/v5.25.0...v6.0.0) --- updated-dependencies: - dependency-name: release-drafter/release-drafter dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/pr-labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-labeler.yml b/.github/workflows/pr-labeler.yml index fba65d3e..1e52b5b9 100644 --- a/.github/workflows/pr-labeler.yml +++ b/.github/workflows/pr-labeler.yml @@ -25,7 +25,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GIT_PAT }} pass_on_octokit_error: false configuration_path: ".github/pr-title-checker-config.json" - - uses: release-drafter/release-drafter@v5.25.0 + - uses: release-drafter/release-drafter@v6.0.0 name: "Set PR's label based on title" with: disable-releaser: true From f50d9659b3e512ea5988c7dcebd7d8a3d5189387 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 10:32:22 +0000 Subject: [PATCH 3/3] ci: bump hmarr/debug-action from 2.1.0 to 3.0.0 (#300) Bumps [hmarr/debug-action](https://github.com/hmarr/debug-action) from 2.1.0 to 3.0.0. - [Release notes](https://github.com/hmarr/debug-action/releases) - [Commits](https://github.com/hmarr/debug-action/compare/v2.1.0...v3.0.0) --- updated-dependencies: - dependency-name: hmarr/debug-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sergey Zhuk --- .github/workflows/git-command.yml | 2 +- .github/workflows/jira-command.yml | 2 +- .github/workflows/pr-labeler.yml | 2 +- .github/workflows/slash-command-dispatch.yml | 2 +- .github/workflows/sync-pr-ls.yml | 2 +- .github/workflows/sync-pr-lse.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/git-command.yml b/.github/workflows/git-command.yml index 76df571b..398feda4 100644 --- a/.github/workflows/git-command.yml +++ b/.github/workflows/git-command.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 3 steps: - - uses: hmarr/debug-action@v2.1.0 + - uses: hmarr/debug-action@v3.0.0 - name: Add Workflow link to command comment uses: peter-evans/create-or-update-comment@v4 diff --git a/.github/workflows/jira-command.yml b/.github/workflows/jira-command.yml index 4875fcc1..26370007 100644 --- a/.github/workflows/jira-command.yml +++ b/.github/workflows/jira-command.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 3 steps: - - uses: hmarr/debug-action@v2.1.0 + - uses: hmarr/debug-action@v3.0.0 - name: Add Workflow link to command comment uses: peter-evans/create-or-update-comment@v4 diff --git a/.github/workflows/pr-labeler.yml b/.github/workflows/pr-labeler.yml index 1e52b5b9..1c3a9f1b 100644 --- a/.github/workflows/pr-labeler.yml +++ b/.github/workflows/pr-labeler.yml @@ -18,7 +18,7 @@ jobs: name: "PR label validator" runs-on: ubuntu-latest steps: - - uses: hmarr/debug-action@v2.1.0 + - uses: hmarr/debug-action@v3.0.0 - uses: thehanimo/pr-title-checker@v1.4.1 name: "Validate PR's title" with: diff --git a/.github/workflows/slash-command-dispatch.yml b/.github/workflows/slash-command-dispatch.yml index 47f4ba1b..3dac5493 100644 --- a/.github/workflows/slash-command-dispatch.yml +++ b/.github/workflows/slash-command-dispatch.yml @@ -18,7 +18,7 @@ jobs: timeout-minutes: 1 runs-on: ubuntu-latest steps: - - uses: hmarr/debug-action@v2.1.0 + - uses: hmarr/debug-action@v3.0.0 - name: 'Validate command' id: determine_command diff --git a/.github/workflows/sync-pr-ls.yml b/.github/workflows/sync-pr-ls.yml index f59115c2..e9979493 100644 --- a/.github/workflows/sync-pr-ls.yml +++ b/.github/workflows/sync-pr-ls.yml @@ -25,7 +25,7 @@ jobs: if: startsWith(github.head_ref, 'fb-') runs-on: ubuntu-latest steps: - - uses: hmarr/debug-action@v2.1.0 + - uses: hmarr/debug-action@v3.0.0 - name: Sync PR uses: actions/github-script@v7 diff --git a/.github/workflows/sync-pr-lse.yml b/.github/workflows/sync-pr-lse.yml index fd781f3b..407ac641 100644 --- a/.github/workflows/sync-pr-lse.yml +++ b/.github/workflows/sync-pr-lse.yml @@ -25,7 +25,7 @@ jobs: if: startsWith(github.head_ref, 'fb-') runs-on: ubuntu-latest steps: - - uses: hmarr/debug-action@v2.1.0 + - uses: hmarr/debug-action@v3.0.0 - name: Check user's membership uses: actions/github-script@v7