Update actions
This commit is contained in:
parent
79b6103985
commit
baaef5a008
3 changed files with 3 additions and 3 deletions
2
.github/workflows/hadolint.yml
vendored
2
.github/workflows/hadolint.yml
vendored
|
@ -12,6 +12,6 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
|
||||
- name: Run Hadolint Action
|
||||
uses: actions/hadolint@v3
|
||||
uses: actions/hadolint@v3.1.0
|
||||
with:
|
||||
dockerfile: Dockerfile
|
||||
|
|
2
.github/workflows/shellcheck.yml
vendored
2
.github/workflows/shellcheck.yml
vendored
|
@ -12,4 +12,4 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
|
||||
- name: Run ShellCheck
|
||||
uses: actions/shellcheck@v2
|
||||
uses: actions/shellcheck@2.0.0
|
||||
|
|
2
.github/workflows/yamllint.yaml
vendored
2
.github/workflows/yamllint.yaml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
|
||||
- name: 'Yamllint'
|
||||
uses: actions/yamllint@v2
|
||||
uses: actions/yamllint@v2.1.1
|
||||
with:
|
||||
yamllint_file_or_dir: '.'
|
||||
yamllint_config_filepath: './.yamllint'
|
||||
|
|
Loading…
Reference in a new issue