Skip to content

Commit 8c53a30

Browse files
Update ci.yml and shellcheck.yml only
1 parent 8e5ec33 commit 8c53a30

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/actionlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on: [push, pull_request, workflow_dispatch]
33

44
jobs:
55
actionlint:
6-
runs-on: ubuntu-24.04
6+
runs-on: ubuntu-22.04
77

88
steps:
99
- name: Checkout code

.github/workflows/lint_dockerfile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on: [push, pull_request, workflow_dispatch]
33

44
jobs:
55
hadolint:
6-
runs-on: ubuntu-24.04
6+
runs-on: ubuntu-22.04
77

88
steps:
99
- name: Checkout code
@@ -15,7 +15,7 @@ jobs:
1515
dockerfile: Dockerfile
1616

1717
dockle:
18-
runs-on: ubuntu-24.04
18+
runs-on: ubuntu-22.04
1919

2020
steps:
2121
- name: Checkout code

0 commit comments

Comments
 (0)