Skip to content

Commit 4f8d525

Browse files
Bump koalaman/shellcheck from v0.7.0 to v0.7.1 (#34)
* Bump koalaman/shellcheck from v0.7.0 to v0.7.1 Bumps [koalaman/shellcheck](https://github.com/koalaman/shellcheck) from v0.7.0 to v0.7.1. - [Release notes](https://github.com/koalaman/shellcheck/releases) - [Changelog](https://github.com/koalaman/shellcheck/blob/master/CHANGELOG.md) - [Commits](koalaman/shellcheck@v0.7.0...f7547c9) Signed-off-by: dependabot[bot] <[email protected]> * Bump ShellCheck to latest version Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: John Boyes <[email protected]>
1 parent 4055682 commit 4f8d525

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.devcontainer/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ FROM mcr.microsoft.com/vscode/devcontainers/base:${VARIANT}
77

88

99
ARG GIT_EDITOR_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/master/containers/codespaces-linux/.devcontainer/git-ed.sh"
10-
ARG SHELLCHECK_VERSION="v0.7.0"
10+
ARG SHELLCHECK_VERSION="v0.7.1"
1111
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
1212
# hadolint ignore=DL3008
1313
RUN apt-get update \

.github/workflows/dependabot_hack.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: agilepathway/[email protected]
2424

2525
# update the version in the devcontainer `Dockerfile` manually, too
26-
- uses: koalaman/[email protected].0
26+
- uses: koalaman/[email protected].1
2727

2828
# update the version in `github_tag_and_release.yml` manually, too
2929
- uses: golang/[email protected]

0 commit comments

Comments
 (0)