Skip to content

Commit

Permalink
Bump packages (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
johlju authored Sep 12, 2024
1 parent 0cff809 commit f8715f0
Show file tree
Hide file tree
Showing 3 changed files with 157 additions and 207 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dockerfile-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
# cSpell: ignore hadolint .devcontainer sarif codeql
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install Hadolint
run: sudo wget -O /bin/hadolint https://github.com/hadolint/hadolint/releases/download/v2.8.0/hadolint-Linux-x86_64 && sudo chmod +x /bin/hadolint
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
sarif_file: testResults/hadolint-results.sarif

- name: Upload testResults
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: always() && steps.check_sarif.outputs.file_exists == 'true'
with:
name: hadolint-results
Expand Down
Loading

0 comments on commit f8715f0

Please sign in to comment.