From 6c373675041e1faff2c0987e658a8ced490792f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 10:35:31 +0000 Subject: [PATCH] chore: bump the gha-low-risk group across 1 directory with 2 updates Bumps the gha-low-risk group with 2 updates in the / directory: [srggrs/assign-one-project-github-action](https://github.com/srggrs/assign-one-project-github-action) and [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action). Updates `srggrs/assign-one-project-github-action` from 1.2.1 to 1.3.1 - [Release notes](https://github.com/srggrs/assign-one-project-github-action/releases) - [Changelog](https://github.com/srggrs/assign-one-project-github-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/srggrs/assign-one-project-github-action/compare/1.2.1...1.3.1) Updates `stefanzweifel/git-auto-commit-action` from 7.1.0 to 7.2.0 - [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases) - [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/stefanzweifel/git-auto-commit-action/compare/04702edda442b2e678b25b537cec683a1493fcb9...4a55954c782fc1ea30b9056cd3e7a2b40ca8887d) --- updated-dependencies: - dependency-name: srggrs/assign-one-project-github-action dependency-version: 1.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gha-low-risk - dependency-name: stefanzweifel/git-auto-commit-action dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gha-low-risk ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-assign-issues.yml | 2 +- .github/workflows/format.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-assign-issues.yml b/.github/workflows/auto-assign-issues.yml index 832601f08..b4a7b8c8c 100644 --- a/.github/workflows/auto-assign-issues.yml +++ b/.github/workflows/auto-assign-issues.yml @@ -12,7 +12,7 @@ jobs: name: Auto assign axe-core integration issues to Axe API team project board steps: - name: Auto assign axe-core integration issues to Axe API team project board - uses: srggrs/assign-one-project-github-action@1.2.1 + uses: srggrs/assign-one-project-github-action@1.3.1 with: project: https://github.com/orgs/dequelabs/projects/53 column_name: 'Ungroomed' diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 545beb920..8204d0547 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -29,6 +29,6 @@ jobs: - run: npm run fmt # Prevent the prettierignore change from being committed. - run: git checkout .prettierignore - - uses: stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9 # tag=v5 + - uses: stefanzweifel/git-auto-commit-action@4a55954c782fc1ea30b9056cd3e7a2b40ca8887d # tag=v5 with: commit_message: ':robot: Automated formatting fixes'