From 37fafacac872a4d728ff0b058f74e116d58b75e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 14:18:48 +0000 Subject: [PATCH] Bump yuzutech/annotations-action from 0.5.0 to 0.6.0 Bumps [yuzutech/annotations-action](https://github.com/yuzutech/annotations-action) from 0.5.0 to 0.6.0. - [Release notes](https://github.com/yuzutech/annotations-action/releases) - [Commits](https://github.com/yuzutech/annotations-action/compare/v0.5.0...v0.6.0) --- updated-dependencies: - dependency-name: yuzutech/annotations-action dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/lint_sqlfluff.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint_sqlfluff.yml b/.github/workflows/lint_sqlfluff.yml index f176c63f..4fed279c 100644 --- a/.github/workflows/lint_sqlfluff.yml +++ b/.github/workflows/lint_sqlfluff.yml @@ -35,7 +35,7 @@ jobs: shell: bash run: sqlfluff lint --format github-annotation --annotation-level failure --nofail ${{ steps.get_files_to_lint.outputs.lintees }} > annotations.json - name: Annotate - uses: yuzutech/annotations-action@v0.5.0 + uses: yuzutech/annotations-action@v0.6.0 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" title: "SQLFluff Lint"