We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dddfe0f commit 4a9f078Copy full SHA for 4a9f078
.github/workflows/ci-checks.yml
@@ -19,7 +19,7 @@ jobs:
19
persist-credentials: false
20
21
- name: Run the sh-checker
22
- uses: luizm/action-sh-checker@17bd25a6ee188d2b91f677060038f4ba37ba14b2 # v0.9.0
+ uses: luizm/action-sh-checker@883217215b11c1fabbf00eb1a9a041f62d74c744 # v0.10.0
23
env:
24
GITHUB_TOKEN: ${{ github.token }}
25
SHELLCHECK_OPTS: -e SC2034,SC1091 # It is possible to exclude some shellcheck warnings.
0 commit comments