File tree 4 files changed +10
-8
lines changed
4 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -10,22 +10,24 @@ jobs:
10
10
super-linter :
11
11
permissions :
12
12
statuses : write
13
- runs-on : ubuntu-22 .04
13
+ runs-on : ubuntu-24 .04
14
14
steps :
15
15
- name : Checkout Code
16
16
uses : actions/checkout@v4
17
17
with :
18
18
fetch-depth : 0
19
19
20
20
- name : Lint Code Base
21
- uses : github/super-linter/slim@v6
21
+ uses : github/super-linter/slim@v7
22
22
env :
23
23
DEFAULT_BRANCH : main
24
24
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
25
25
VALIDATE_SHELL_SHFMT : false
26
+ VALIDATE_MARKDOWN_PRETTIER : false
27
+ VALIDATE_YAML_PRETTIER : false
26
28
27
29
docker-build :
28
- runs-on : ubuntu-22 .04
30
+ runs-on : ubuntu-24 .04
29
31
steps :
30
32
- name : Checkout Code
31
33
uses : actions/checkout@v4
50
52
permissions :
51
53
contents : write
52
54
pull-requests : write
53
- runs-on : ubuntu-22 .04
55
+ runs-on : ubuntu-24 .04
54
56
if : github.actor == 'dependabot[bot]'
55
57
steps :
56
58
- name : Enable auto-merge for Dependabot PRs
Original file line number Diff line number Diff line change 16
16
permissions :
17
17
contents : write
18
18
pull-requests : write
19
- runs-on : ubuntu-22 .04
19
+ runs-on : ubuntu-24 .04
20
20
steps :
21
21
- uses : release-drafter/release-drafter@v6
22
22
env :
Original file line number Diff line number Diff line change 16
16
contents : read
17
17
id-token : write
18
18
packages : write
19
- runs-on : ubuntu-22 .04
19
+ runs-on : ubuntu-24 .04
20
20
steps :
21
21
- name : Checkout Code
22
22
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 3
3
Alpine linux based Docker image which contains the following tools:
4
4
5
5
* aws cli
6
- * gcloud sdk
7
- * mysql client
6
+ * gcloud SDK
7
+ * MySQL client
8
8
* rsync
9
9
10
10
Useful for mysqldump in container environments like [ Googles Kubernetes Engine] ( https://cloud.google.com/kubernetes-engine ) .
You can’t perform that action at this time.
0 commit comments