diff options
Diffstat (limited to '.github/workflows/hadolint.yml')
-rw-r--r-- | .github/workflows/hadolint.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/hadolint.yml b/.github/workflows/hadolint.yml index 5c475665..82acc926 100644 --- a/.github/workflows/hadolint.yml +++ b/.github/workflows/hadolint.yml @@ -13,7 +13,7 @@ jobs: steps: # Checkout the repo - name: Checkout - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 # End Checkout the repo # Download hadolint - https://github.com/hadolint/hadolint/releases |