From 92da436a6b3322f4f63ad917d573850e7081b17e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 06:13:53 +0000 Subject: [PATCH] chore(deps): actions: bump github/issue-metrics in the all-actions group Bumps the all-actions group with 1 update: [github/issue-metrics](https://github.com/github/issue-metrics). Updates `github/issue-metrics` from 5.0.1 to 5.0.2 - [Release notes](https://github.com/github/issue-metrics/releases) - [Commits](https://github.com/github/issue-metrics/compare/61084fa9599a62c7821f06602e180a42d1c7a205...a7dc2fb675661e208d4fc6fa321a6b95fc4a06f9) --- updated-dependencies: - dependency-name: github/issue-metrics dependency-version: 5.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/monthly-repo-metrics.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/monthly-repo-metrics.yml b/.github/workflows/monthly-repo-metrics.yml index 169c834ed..b78a53ef9 100644 --- a/.github/workflows/monthly-repo-metrics.yml +++ b/.github/workflows/monthly-repo-metrics.yml @@ -41,7 +41,7 @@ jobs: echo "last_month=$first_day..$last_day" >> "$GITHUB_ENV" - name: Report on issues - uses: github/issue-metrics@61084fa9599a62c7821f06602e180a42d1c7a205 # v5.0.1 + uses: github/issue-metrics@a7dc2fb675661e208d4fc6fa321a6b95fc4a06f9 # v5.0.2 env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} SEARCH_QUERY: repo:aws-samples/sample-autonomous-cloud-coding-agents is:issue created:${{ env.last_month }} -reason:"not planned" @@ -54,7 +54,7 @@ jobs: content-filepath: ./issue_metrics.md - name: Report on PRs - uses: github/issue-metrics@61084fa9599a62c7821f06602e180a42d1c7a205 # v5.0.1 + uses: github/issue-metrics@a7dc2fb675661e208d4fc6fa321a6b95fc4a06f9 # v5.0.2 env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} SEARCH_QUERY: repo:aws-samples/sample-autonomous-cloud-coding-agents is:pr created:${{ env.last_month }} -is:draft