From 818ba846153cf1f72539a3f55fe6bf73e64255a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 09:30:04 +0000 Subject: [PATCH] chore(deps): bump the github-actions group across 1 directory with 2 updates Bumps the github-actions group with 2 updates in the / directory: [reviewdog/action-actionlint](https://github.com/reviewdog/action-actionlint) and [reviewdog/action-shellcheck](https://github.com/reviewdog/action-shellcheck). Updates `reviewdog/action-actionlint` from 1.72.0 to 1.73.1 - [Release notes](https://github.com/reviewdog/action-actionlint/releases) - [Commits](https://github.com/reviewdog/action-actionlint/compare/6fb7acc99f4a1008869fa8a0f09cfca740837d9d...d63ba7532e0942965320cd8d73cbae4c7b3c5283) Updates `reviewdog/action-shellcheck` from 1.32.0 to 1.32.1 - [Release notes](https://github.com/reviewdog/action-shellcheck/releases) - [Commits](https://github.com/reviewdog/action-shellcheck/compare/4c07458293ac342d477251099501a718ae5ef86e...0722bbdb0d47f04c1b53b8734d2422ac63a45ec6) --- updated-dependencies: - dependency-name: reviewdog/action-actionlint dependency-version: 1.73.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: reviewdog/action-shellcheck dependency-version: 1.32.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/_lint.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/_lint.yaml b/.github/workflows/_lint.yaml index 993bfe9..14adf00 100644 --- a/.github/workflows/_lint.yaml +++ b/.github/workflows/_lint.yaml @@ -42,7 +42,7 @@ jobs: persist-credentials: false sparse-checkout: .github - - uses: reviewdog/action-actionlint@6fb7acc99f4a1008869fa8a0f09cfca740837d9d # v1.72.0 + - uses: reviewdog/action-actionlint@d63ba7532e0942965320cd8d73cbae4c7b3c5283 # v1.73.1 with: reporter: ${{ github.event_name == 'pull_request' && 'github-pr-review' || 'github-check' }} fail_level: error @@ -57,7 +57,7 @@ jobs: persist-credentials: false sparse-checkout: .github - - uses: reviewdog/action-shellcheck@4c07458293ac342d477251099501a718ae5ef86e # v1.32.0 + - uses: reviewdog/action-shellcheck@0722bbdb0d47f04c1b53b8734d2422ac63a45ec6 # v1.32.1 with: reporter: ${{ github.event_name == 'pull_request' && 'github-pr-review' || 'github-check' }} fail_level: error