summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2023-03-03 12:31:08 -0700
committerCharles Harris <charlesr.harris@gmail.com>2023-03-03 12:31:08 -0700
commit402bd47b501a4111babf22a941c4eb5d87c71e7a (patch)
tree549344328d6ab697cff6e54eaa1f204e103a258f
parent74a127974a66b6a70667cc6d6d3597880bc81d2b (diff)
downloadnumpy-402bd47b501a4111babf22a941c4eb5d87c71e7a.tar.gz
MAINT: Make hadolint version more explicit.
[skip ci]
-rw-r--r--.github/workflows/docker.yml2
-rw-r--r--.github/workflows/gitpod.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml
index 9a25fc051..003cb8e5f 100644
--- a/.github/workflows/docker.yml
+++ b/.github/workflows/docker.yml
@@ -20,7 +20,7 @@ jobs:
- name: Clone repository
uses: actions/checkout@v3
- name: Lint Docker
- uses: hadolint/hadolint-action@v3
+ uses: hadolint/hadolint-action@v3.1.0
with:
dockerfile: ./tools/gitpod/Dockerfile
- name: Get refs
diff --git a/.github/workflows/gitpod.yml b/.github/workflows/gitpod.yml
index a3d76de10..3d56f1a3b 100644
--- a/.github/workflows/gitpod.yml
+++ b/.github/workflows/gitpod.yml
@@ -20,7 +20,7 @@ jobs:
with:
fetch-depth: 0
- name: Lint Docker
- uses: hadolint/hadolint-action@v3
+ uses: hadolint/hadolint-action@v3.1.0
with:
dockerfile: ./tools/gitpod/gitpod.Dockerfile
- name: Get refs