Skip to content

Commit 436172b

Browse files
dependabot[bot]ferrarimarco
authored andcommitted
deps: bump the dev-ci-tools group across 1 directory with 9 updates
Bumps the dev-ci-tools group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4` | `5` | | [docker/metadata-action](https://github.com/docker/metadata-action) | `5.6.1` | `5.8.0` | | [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) | `5.1.0` | `6.0.1` | | [super-linter/super-linter](https://github.com/super-linter/super-linter) | `7.2.1` | `8.0.0` | | [googleapis/release-please-action](https://github.com/googleapis/release-please-action) | `4.1.3` | `4.2.0` | | [renovatebot/github-action](https://github.com/renovatebot/github-action) | `41.0.12` | `43.0.7` | | [ossf/scorecard-action](https://github.com/ossf/scorecard-action) | `2.4.0` | `2.4.2` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.6.0` | `4.6.2` | | [github/codeql-action](https://github.com/github/codeql-action) | `3.28.9` | `3.29.8` | Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) Updates `docker/metadata-action` from 5.6.1 to 5.8.0 - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](docker/metadata-action@v5.6.1...v5.8.0) Updates `stefanzweifel/git-auto-commit-action` from 5.1.0 to 6.0.1 - [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases) - [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md) - [Commits](stefanzweifel/git-auto-commit-action@v5.1.0...v6.0.1) Updates `super-linter/super-linter` from 7.2.1 to 8.0.0 - [Release notes](https://github.com/super-linter/super-linter/releases) - [Changelog](https://github.com/super-linter/super-linter/blob/main/CHANGELOG.md) - [Commits](super-linter/super-linter@v7.2.1...v8.0.0) Updates `googleapis/release-please-action` from 4.1.3 to 4.2.0 - [Release notes](https://github.com/googleapis/release-please-action/releases) - [Changelog](https://github.com/googleapis/release-please-action/blob/main/CHANGELOG.md) - [Commits](googleapis/release-please-action@v4.1.3...v4.2.0) Updates `renovatebot/github-action` from 41.0.12 to 43.0.7 - [Release notes](https://github.com/renovatebot/github-action/releases) - [Changelog](https://github.com/renovatebot/github-action/blob/main/CHANGELOG.md) - [Commits](renovatebot/github-action@v41.0.12...v43.0.7) Updates `ossf/scorecard-action` from 2.4.0 to 2.4.2 - [Release notes](https://github.com/ossf/scorecard-action/releases) - [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md) - [Commits](ossf/scorecard-action@v2.4.0...v2.4.2) Updates `actions/upload-artifact` from 4.6.0 to 4.6.2 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.6.0...v4.6.2) Updates `github/codeql-action` from 3.28.9 to 3.29.8 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v3.28.9...v3.29.8) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dev-ci-tools - dependency-name: docker/metadata-action dependency-version: 5.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-ci-tools - dependency-name: stefanzweifel/git-auto-commit-action dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dev-ci-tools - dependency-name: super-linter/super-linter dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dev-ci-tools - dependency-name: googleapis/release-please-action dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-ci-tools - dependency-name: renovatebot/github-action dependency-version: 43.0.7 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dev-ci-tools - dependency-name: ossf/scorecard-action dependency-version: 2.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-ci-tools - dependency-name: actions/upload-artifact dependency-version: 4.6.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-ci-tools - dependency-name: github/codeql-action dependency-version: 3.29.8 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-ci-tools ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d8d754c commit 436172b

18 files changed

+30
-33
lines changed

.github/renovate.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"ansible": {
4-
"fileMatch": [
4+
"managerFilePatterns": [
55
"(^|/)(?:docker-)?compose[^/]*\\.ya?ml(?:\\.jinja)$",
66
"(^|/)ansible/(?:.*/)*.+\\.ya?ml$"
77
]
@@ -43,7 +43,7 @@
4343
{
4444
"customType": "regex",
4545
"description": "Update _VERSION variables in Dockerfiles, and shell scripts",
46-
"fileMatch": [
46+
"managerFilePatterns": [
4747
"(^|/|\\.)([Dd]ocker|[Cc]ontainer)file$",
4848
"(^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$",
4949
"(^|/)*.sh"

.github/workflows/build-arduino-projects.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
cancel-in-progress: true
2727
runs-on: ubuntu-latest
2828
steps:
29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@v5
3030
- name: "Build the ${{ matrix.arduino-project.project-id }} Arduino project"
3131
run: |
3232
scripts/build-arduino-project.sh \

.github/workflows/build-container-images.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
steps:
3939
- name: Set up QEMU
4040
uses: docker/setup-qemu-action@v3
41-
- uses: actions/checkout@v4
41+
- uses: actions/checkout@v5
4242
- name: Set up Docker Buildx
4343
uses: docker/setup-buildx-action@v3
4444
- name: Validate Docker build configuration
@@ -57,7 +57,7 @@ jobs:
5757
"${DOCKER_BUILD_COMMAND[@]}"
5858
- name: Extract metadata (tags, labels) for Docker
5959
id: meta
60-
uses: docker/metadata-action@v5.6.1
60+
uses: docker/metadata-action@v5.8.0
6161
with:
6262
images: |
6363
${{ env.CONTAINER_IMAGE_REGISTRY }}/${{ env.CONTAINER_IMAGE_ID }}

.github/workflows/build-firmware-images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
working-directory: config/smart-desk/esphome
3131
runs-on: ubuntu-latest
3232
steps:
33-
- uses: actions/checkout@v4
33+
- uses: actions/checkout@v5
3434
- name: "Build the Smart Desk firmware image"
3535
run: |
3636
scripts/build.sh

.github/workflows/build-mkdocs-site.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ jobs:
3838
runs-on: ubuntu-latest
3939
steps:
4040
- name: Checkout the current repository
41-
uses: actions/checkout@v4
41+
uses: actions/checkout@v5
4242
- name: Checkout the site repository
43-
uses: actions/checkout@v4
43+
uses: actions/checkout@v5
4444
with:
4545
path: "${{ inputs.site-name }}"
4646
repository: "${{ inputs.site-repository }}"
@@ -53,7 +53,7 @@ jobs:
5353
github.event.pull_request.user.login != 'dependabot[bot]' &&
5454
github.event_name == 'pull_request' &&
5555
github.ref_name != github.event.repository.default_branch
56-
uses: stefanzweifel/git-auto-commit-action@v5.2.0
56+
uses: stefanzweifel/git-auto-commit-action@v6.0.1
5757
with:
5858
branch: ${{ inputs.site-repository-branch }}
5959
commit_message: "chore: update ${{ inputs.site-name }} site"

.github/workflows/dependency-review.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout Repository
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v5
1515
- name: Review dependencies
1616
uses: actions/dependency-review-action@v4

.github/workflows/documentation.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ubuntu-latest
3434
steps:
3535
- name: Checkout the current repository
36-
uses: actions/checkout@v4
36+
uses: actions/checkout@v5
3737
- name: Build the home-lab-docs site
3838
run: |
3939
scripts/run-mkdocs.sh "build" "home-lab-docs" "./websites-src/home-lab-docs" "./docs"
@@ -42,7 +42,7 @@ jobs:
4242
github.event.pull_request.user.login != 'dependabot[bot]' &&
4343
github.event_name == 'pull_request' &&
4444
github.ref_name != github.event.repository.default_branch
45-
uses: stefanzweifel/git-auto-commit-action@v5.2.0
45+
uses: stefanzweifel/git-auto-commit-action@v6.0.1
4646
with:
4747
commit_message: "chore: update home-lab-docs site"
4848
commit_user_name: github-actions[bot]

.github/workflows/lint-commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
permissions:
1616
contents: read
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919
with:
2020
fetch-depth: 0
2121

.github/workflows/lint.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ jobs:
2323
statuses: write
2424
runs-on: ubuntu-latest
2525
steps:
26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v5
2727
with:
2828
fetch-depth: 0
2929
- name: Load super-linter configuration
3030
run: cat config/lint/super-linter.env >> "$GITHUB_ENV"
3131
- name: Super-Linter
32-
uses: super-linter/super-linter@v7.2.1
32+
uses: super-linter/super-linter@v8.0.0
3333
env:
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3535

@@ -42,7 +42,7 @@ jobs:
4242
cancel-in-progress: true
4343
runs-on: ubuntu-latest
4444
steps:
45-
- uses: actions/checkout@v4
45+
- uses: actions/checkout@v5
4646
- name: "Run pre-commit"
4747
run: |
4848
set -o errexit
@@ -66,15 +66,15 @@ jobs:
6666
statuses: write
6767
runs-on: ubuntu-latest
6868
steps:
69-
- uses: actions/checkout@v4
69+
- uses: actions/checkout@v5
7070
with:
7171
fetch-depth: 0
7272
- name: Load super-linter configuration
7373
run: cat config/lint/super-linter.env >> "$GITHUB_ENV"
7474
- name: Load super-linter fix mode configuration
7575
run: cat config/lint/super-linter-fix-mode.env >> "$GITHUB_ENV"
7676
- name: Super-Linter
77-
uses: super-linter/super-linter@v7.2.1
77+
uses: super-linter/super-linter@v8.0.0
7878
env:
7979
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8080
- name: Commit and push linting fixes
@@ -85,7 +85,7 @@ jobs:
8585
github.event_name == 'pull_request' &&
8686
github.ref_name != github.event.repository.default_branch &&
8787
!cancelled()
88-
uses: stefanzweifel/git-auto-commit-action@v5.1.0
88+
uses: stefanzweifel/git-auto-commit-action@v6.0.1
8989
with:
9090
branch: ${{ github.event.pull_request.head.ref || github.head_ref || github.ref }}
9191
commit_message: "chore: fix linting issues"

.github/workflows/preview-release-notes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
permissions:
1414
contents: read
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717
with:
1818
fetch-depth: 0
1919

0 commit comments

Comments
 (0)