From 7d7e193664971fdbb61dc4bacce400730e20da94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 14:57:53 +0000 Subject: [PATCH] ci(deps): Bump the github-actions group across 1 directory with 2 updates Bumps the github-actions group with 2 updates in the / directory: [github-community-projects/issue-metrics](https://github.com/github-community-projects/issue-metrics) and [marocchino/sticky-pull-request-comment](https://github.com/marocchino/sticky-pull-request-comment). Updates `github-community-projects/issue-metrics` from 4.2.8 to 5.0.0 - [Release notes](https://github.com/github-community-projects/issue-metrics/releases) - [Commits](https://github.com/github-community-projects/issue-metrics/compare/44173f9e0a3b2144a777a10a340e4c09a25ac9f8...df8c49d20958f9345281fa2124858bd0ad227e1f) Updates `marocchino/sticky-pull-request-comment` from 3.0.4 to 3.0.5 - [Release notes](https://github.com/marocchino/sticky-pull-request-comment/releases) - [Commits](https://github.com/marocchino/sticky-pull-request-comment/compare/0ea0beb66eb9baf113663a64ec522f60e49231c0...5770ad5eb8f42dd2c4f34da00c94c5381e49af88) --- updated-dependencies: - dependency-name: github-community-projects/issue-metrics dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: marocchino/sticky-pull-request-comment dependency-version: 3.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/__issue-metrics.yml | 2 +- .github/workflows/__spellcheck.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/__issue-metrics.yml b/.github/workflows/__issue-metrics.yml index 93c3632..b1dd789 100644 --- a/.github/workflows/__issue-metrics.yml +++ b/.github/workflows/__issue-metrics.yml @@ -128,7 +128,7 @@ jobs: INPUT_SUFFIX: ${{ inputs.search-query-suffix }} - name: Run issue-metrics - uses: github-community-projects/issue-metrics@44173f9e0a3b2144a777a10a340e4c09a25ac9f8 # v4.2.8 + uses: github-community-projects/issue-metrics@df8c49d20958f9345281fa2124858bd0ad227e1f # v5.0.0 env: GH_TOKEN: ${{ github.token }} SEARCH_QUERY: ${{ steps.query.outputs.search_query }} diff --git a/.github/workflows/__spellcheck.yml b/.github/workflows/__spellcheck.yml index 66d5d54..6d7c028 100644 --- a/.github/workflows/__spellcheck.yml +++ b/.github/workflows/__spellcheck.yml @@ -102,7 +102,7 @@ jobs: - name: Post GitHub comment on failure if: failure() - uses: marocchino/sticky-pull-request-comment@0ea0beb66eb9baf113663a64ec522f60e49231c0 # v3.0.4 + uses: marocchino/sticky-pull-request-comment@5770ad5eb8f42dd2c4f34da00c94c5381e49af88 # v3.0.5 continue-on-error: true with: header: spellcheck @@ -114,7 +114,7 @@ jobs: You can add new custom words to [.cspellignore](${{ env.CSPELLIGNORE_LINK }}). - name: Clear GitHub comment on success - uses: marocchino/sticky-pull-request-comment@0ea0beb66eb9baf113663a64ec522f60e49231c0 # v3.0.4 + uses: marocchino/sticky-pull-request-comment@5770ad5eb8f42dd2c4f34da00c94c5381e49af88 # v3.0.5 continue-on-error: true with: header: spellcheck