WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit c27fabf

Browse files
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) | `5` | `6` | | [docker/metadata-action](https://github.com/docker/metadata-action) | `5.8.0` | `5.9.0` | | [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) | `5.2.0` | `7.0.0` | | [super-linter/super-linter](https://github.com/super-linter/super-linter) | `8.0.0` | `8.2.1` | | [googleapis/release-please-action](https://github.com/googleapis/release-please-action) | `4.2.0` | `4.4.0` | | [renovatebot/github-action](https://github.com/renovatebot/github-action) | `43.0.7` | `44.0.3` | | [ossf/scorecard-action](https://github.com/ossf/scorecard-action) | `2.4.2` | `2.4.3` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.6.2` | `5.0.0` | | [github/codeql-action](https://github.com/github/codeql-action) | `3.29.9` | `4.31.4` | Updates `actions/checkout` from 5 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) Updates `docker/metadata-action` from 5.8.0 to 5.9.0 - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](docker/metadata-action@v5.8.0...v5.9.0) Updates `stefanzweifel/git-auto-commit-action` from 5.2.0 to 7.0.0 - [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.2.0...v7.0.0) Updates `super-linter/super-linter` from 8.0.0 to 8.2.1 - [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@v8.0.0...v8.2.1) Updates `googleapis/release-please-action` from 4.2.0 to 4.4.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.2.0...v4.4.0) Updates `renovatebot/github-action` from 43.0.7 to 44.0.3 - [Release notes](https://github.com/renovatebot/github-action/releases) - [Changelog](https://github.com/renovatebot/github-action/blob/main/CHANGELOG.md) - [Commits](renovatebot/github-action@v43.0.7...v44.0.3) Updates `ossf/scorecard-action` from 2.4.2 to 2.4.3 - [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.2...v2.4.3) Updates `actions/upload-artifact` from 4.6.2 to 5.0.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.6.2...v5.0.0) Updates `github/codeql-action` from 3.29.9 to 4.31.4 - [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.29.9...v4.31.4) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dev-ci-tools - dependency-name: docker/metadata-action dependency-version: 5.9.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: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dev-ci-tools - dependency-name: super-linter/super-linter dependency-version: 8.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-ci-tools - dependency-name: googleapis/release-please-action dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-ci-tools - dependency-name: renovatebot/github-action dependency-version: 44.0.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dev-ci-tools - dependency-name: ossf/scorecard-action dependency-version: 2.4.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-ci-tools - dependency-name: actions/upload-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dev-ci-tools - dependency-name: github/codeql-action dependency-version: 4.31.4 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dev-ci-tools ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 157910e commit c27fabf

14 files changed

+27
-27
lines changed

.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@v5
29+
- uses: actions/checkout@v6
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@v5
41+
- uses: actions/checkout@v6
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.8.0
60+
uses: docker/metadata-action@v5.10.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@v5
33+
- uses: actions/checkout@v6
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@v5
41+
uses: actions/checkout@v6
4242
- name: Checkout the site repository
43-
uses: actions/checkout@v5
43+
uses: actions/checkout@v6
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@v7.0.0
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@v5
14+
uses: actions/checkout@v6
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@v5
36+
uses: actions/checkout@v6
3737
with:
3838
persist-credentials: true
3939
- name: Build the home-lab-docs site
@@ -44,7 +44,7 @@ jobs:
4444
github.event.pull_request.user.login != 'dependabot[bot]' &&
4545
github.event_name == 'pull_request' &&
4646
github.ref_name != github.event.repository.default_branch
47-
uses: stefanzweifel/git-auto-commit-action@v5.2.0
47+
uses: stefanzweifel/git-auto-commit-action@v7.0.0
4848
with:
4949
branch: "${{ github.event.pull_request.head.ref || github.head_ref || github.ref }}"
5050
commit_message: "chore: update home-lab-docs site"

.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@v5
18+
- uses: actions/checkout@v6
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@v5
26+
- uses: actions/checkout@v6
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@v8.0.0
32+
uses: super-linter/super-linter@v8.3.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@v5
45+
- uses: actions/checkout@v6
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@v5
69+
- uses: actions/checkout@v6
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@v8.0.0
77+
uses: super-linter/super-linter@v8.3.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.2.0
88+
uses: stefanzweifel/git-auto-commit-action@v7.0.0
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@v5
16+
- uses: actions/checkout@v6
1717
with:
1818
fetch-depth: 0
1919

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
contents: write
2222
pull-requests: write
2323
steps:
24-
- uses: googleapis/release-please-action@v4.2.0
24+
- uses: googleapis/release-please-action@v4.4.0
2525
id: release
2626
with:
2727
config-file: .github/release-please/release-please-config.json

0 commit comments

Comments
 (0)