From 57c2125306f97d8f6a9bd67a7fc7bf68c08ec4a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 21:09:11 +0000 Subject: [PATCH] chore(deps): bump github/contributors in the dependencies group Bumps the dependencies group with 1 update: [github/contributors](https://github.com/github/contributors). Updates `github/contributors` from 1.7.7 to 1.7.8 - [Release notes](https://github.com/github/contributors/releases) - [Commits](https://github.com/github/contributors/compare/e345de71bbd056a34a70709afd4f4bf0a270cc1a...0d5adc3833e89ee1f4145744f5d69313cf5ea238) --- updated-dependencies: - dependency-name: github/contributors dependency-version: 1.7.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/contributors_report.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/contributors_report.yaml b/.github/workflows/contributors_report.yaml index 7ec7834..0ca5369 100644 --- a/.github/workflows/contributors_report.yaml +++ b/.github/workflows/contributors_report.yaml @@ -29,7 +29,7 @@ jobs: echo "END_DATE=$end_date" >> "$GITHUB_ENV" - name: Run contributor action - uses: github/contributors@e345de71bbd056a34a70709afd4f4bf0a270cc1a + uses: github/contributors@0d5adc3833e89ee1f4145744f5d69313cf5ea238 env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} START_DATE: ${{ env.START_DATE }}