From 320a0df8ccfdeebf7375de33595088b9cdb2115b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 15:51:52 +0000 Subject: [PATCH] ci(deps): Bump github-community-projects/issue-metrics Bumps the github-actions group with 1 update in the / directory: [github-community-projects/issue-metrics](https://github.com/github-community-projects/issue-metrics). Updates `github-community-projects/issue-metrics` from 5.0.0 to 5.0.1 - [Release notes](https://github.com/github-community-projects/issue-metrics/releases) - [Commits](https://github.com/github-community-projects/issue-metrics/compare/df8c49d20958f9345281fa2124858bd0ad227e1f...61084fa9599a62c7821f06602e180a42d1c7a205) --- updated-dependencies: - dependency-name: github-community-projects/issue-metrics dependency-version: 5.0.1 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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/__issue-metrics.yml b/.github/workflows/__issue-metrics.yml index b1dd789..b36a8ba 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@df8c49d20958f9345281fa2124858bd0ad227e1f # v5.0.0 + uses: github-community-projects/issue-metrics@61084fa9599a62c7821f06602e180a42d1c7a205 # v5.0.1 env: GH_TOKEN: ${{ github.token }} SEARCH_QUERY: ${{ steps.query.outputs.search_query }}