Skip to content

Commit 37fafac

Browse files
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](yuzutech/annotations-action@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] <support@github.com>
1 parent 872eefd commit 37fafac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint_sqlfluff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
shell: bash
3636
run: sqlfluff lint --format github-annotation --annotation-level failure --nofail ${{ steps.get_files_to_lint.outputs.lintees }} > annotations.json
3737
- name: Annotate
38-
uses: yuzutech/annotations-action@v0.5.0
38+
uses: yuzutech/annotations-action@v0.6.0
3939
with:
4040
repo-token: "${{ secrets.GITHUB_TOKEN }}"
4141
title: "SQLFluff Lint"

0 commit comments

Comments
 (0)