Skip to content

Commit 942c7cb

Browse files
Bump github/super-linter from 6 to 7 (#56)
* Bump github/super-linter from 6 to 7 Bumps [github/super-linter](https://github.com/github/super-linter) from 6 to 7. - [Release notes](https://github.com/github/super-linter/releases) - [Changelog](https://github.com/github/super-linter/blob/main/CHANGELOG.md) - [Commits](github/super-linter@v6...v7) --- updated-dependencies: - dependency-name: github/super-linter dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * update ci Signed-off-by: André Bauer <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: André Bauer <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: André Bauer <[email protected]> Co-authored-by: André Bauer <[email protected]>
1 parent a213d16 commit 942c7cb

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

.github/workflows/ci.yaml

+6-4
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,24 @@ jobs:
1010
super-linter:
1111
permissions:
1212
statuses: write
13-
runs-on: ubuntu-22.04
13+
runs-on: ubuntu-24.04
1414
steps:
1515
- name: Checkout Code
1616
uses: actions/checkout@v4
1717
with:
1818
fetch-depth: 0
1919

2020
- name: Lint Code Base
21-
uses: github/super-linter/slim@v6
21+
uses: github/super-linter/slim@v7
2222
env:
2323
DEFAULT_BRANCH: main
2424
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2525
VALIDATE_SHELL_SHFMT: false
26+
VALIDATE_MARKDOWN_PRETTIER: false
27+
VALIDATE_YAML_PRETTIER: false
2628

2729
docker-build:
28-
runs-on: ubuntu-22.04
30+
runs-on: ubuntu-24.04
2931
steps:
3032
- name: Checkout Code
3133
uses: actions/checkout@v4
@@ -50,7 +52,7 @@ jobs:
5052
permissions:
5153
contents: write
5254
pull-requests: write
53-
runs-on: ubuntu-22.04
55+
runs-on: ubuntu-24.04
5456
if: github.actor == 'dependabot[bot]'
5557
steps:
5658
- name: Enable auto-merge for Dependabot PRs

.github/workflows/release-drafter.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
permissions:
1717
contents: write
1818
pull-requests: write
19-
runs-on: ubuntu-22.04
19+
runs-on: ubuntu-24.04
2020
steps:
2121
- uses: release-drafter/release-drafter@v6
2222
env:

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
contents: read
1717
id-token: write
1818
packages: write
19-
runs-on: ubuntu-22.04
19+
runs-on: ubuntu-24.04
2020
steps:
2121
- name: Checkout Code
2222
uses: actions/checkout@v4

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
Alpine linux based Docker image which contains the following tools:
44

55
* aws cli
6-
* gcloud sdk
7-
* mysql client
6+
* gcloud SDK
7+
* MySQL client
88
* rsync
99

1010
Useful for mysqldump in container environments like [Googles Kubernetes Engine](https://cloud.google.com/kubernetes-engine).

0 commit comments

Comments
 (0)