chore(deps): update https://git.keligrubb.com/actions/checkout action to v7
Lint Docker files and shell scripts / Lint Dockerfile with hadolint (pull_request) Failing after 1s
Lint Docker files and shell scripts / Lint shell scripts with shellcheck (pull_request) Successful in 7s

This commit is contained in:
2026-08-14 00:02:22 +00:00
committed by Keli Grubb
parent 77c607d018
commit 293f7f9d8f
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -13,7 +13,7 @@ jobs:
name: Lint Dockerfile with hadolint
runs-on: ubuntu-latest
steps:
- uses: https://git.keligrubb.com/actions/checkout@v6
- uses: https://git.keligrubb.com/actions/checkout@v7
- name: Run hadolint
uses: hadolint/hadolint-action@v3
with:
@@ -23,7 +23,7 @@ jobs:
name: Lint shell scripts with shellcheck
runs-on: ubuntu-latest
steps:
- uses: https://git.keligrubb.com/actions/checkout@v6
- uses: https://git.keligrubb.com/actions/checkout@v7
- name: Install shellcheck
run: |
sudo apt-get update