aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/hadolint.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/hadolint.yml')
-rw-r--r--.github/workflows/hadolint.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/hadolint.yml b/.github/workflows/hadolint.yml
index 0da935a6..a671f936 100644
--- a/.github/workflows/hadolint.yml
+++ b/.github/workflows/hadolint.yml
@@ -13,12 +13,12 @@ jobs:
steps:
# Checkout the repo
- name: Checkout
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
+ uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 #v4.2.1
# End Checkout the repo
# Start Docker Buildx
- name: Setup Docker Buildx
- uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6.1
+ uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1
# https://github.com/moby/buildkit/issues/3969
# Also set max parallelism to 2, the default of 4 breaks GitHub Actions and causes OOMKills
with: