Skip to content

Commit 411c831

Browse files
authored
Create automatic PR on new ShellCheck version (#27)
We will still have to manually update the ShellCheck version in the devcontainer Dockerfile, but the automatic PR will at least alert us when there is a new version to upgrade to. We are using a Dependabot hack for this alert, by creating a "fake" GitHub Action just for the purposes of alerting us to updated versions. Even though ShellCheck is not an actual action itself, it doesn't matter to us as the fake action will never run and is instead only used for Dependabot to trigger version update alerts via PRs.
1 parent dbc7d3b commit 411c831

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/dependabot_hack.yml

+1
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: agilepathway/label-checker:v1.0.8
15+
- uses: koalaman/shellcheck:v0.7.0

0 commit comments

Comments
 (0)