Update actions
Some checks failed
hadolint Dockerfile / build (push) Failing after 13s
shellchecking ansible-docker.sh / build (push) Failing after 14s

This commit is contained in:
L3D 2023-05-11 23:28:33 +02:00
parent 79b6103985
commit baaef5a008
No known key found for this signature in database
GPG key ID: AD65B920933B4B20
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -12,4 +12,4 @@ jobs:
uses: actions/checkout@v3
- name: Run ShellCheck
uses: actions/shellcheck@v2
uses: actions/shellcheck@2.0.0

View file

@ -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'