Skip to content

Commit 38e37fa

Browse files
authored
Merge pull request MIT-LCP#2025 from MIT-LCP/dependabot/github_actions/yuzutech/annotations-action-0.6.0
Bump yuzutech/annotations-action from 0.5.0 to 0.6.0
2 parents 11cc9c0 + 37fafac commit 38e37fa

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)