We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ff5c7a commit 47c3a6cCopy full SHA for 47c3a6c
.github/workflows/linter-analysis.yaml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- name: Checkout Repo
13
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
14
15
- name: Run Hadolint Action
16
uses: jbergstroem/[email protected]
@@ -25,7 +25,7 @@ jobs:
25
26
27
28
29
30
# .shellcheckrc is read from the current dir
31
- name: Copy Config to Parent Level Directory
@@ -42,7 +42,7 @@ jobs:
42
43
44
45
46
47
# The latest ansible/ansible-lint-action removed the
48
# ability to specify configs from other dirs
0 commit comments