Skip to content

Commit

Permalink
Fix: hadolint actionsを@v3.1.0指定にした
Browse files Browse the repository at this point in the history
  • Loading branch information
yonta committed Jul 15, 2024
1 parent 009da03 commit cdb09ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ jobs:

# lint by hadolint
- name: Run Hadolint for dev.Dockerfile
uses: hadolint/hadolint-action@3
uses: hadolint/hadolint-action@v3.1.0
with:
dockerfile: dev.Dockerfile
- name: Run Hadolint for fly.Dockerfile
uses: hadolint/hadolint-action@3
uses: hadolint/hadolint-action@v3.1.0
with:
dockerfile: fly.Dockerfile

0 comments on commit cdb09ad

Please sign in to comment.