Skip to content

Commit 5cdbfb9

Browse files
chore(ci): bump the github-actions group with 3 updates
Bumps the github-actions group with 3 updates: [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action), [docker/metadata-action](https://github.com/docker/metadata-action) and [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action). Updates `docker/setup-buildx-action` from 4.2.0 to 4.3.0 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@bb05f3f...37fe631) Updates `docker/metadata-action` from 6.1.0 to 6.2.0 - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](docker/metadata-action@80c7e94...dc80280) Updates `lycheeverse/lychee-action` from 2.8.0 to 2.9.0 - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](lycheeverse/lychee-action@8646ba3...e747777) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: docker/metadata-action dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: lycheeverse/lychee-action dependency-version: 2.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b839e10 commit 5cdbfb9

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/apps-api-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
fetch-depth: 0
4040

4141
- name: Set up Docker Buildx
42-
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
42+
uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4.3.0
4343

4444
- name: Log in to GHCR
4545
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
@@ -50,7 +50,7 @@ jobs:
5050

5151
- name: Compute image metadata
5252
id: meta
53-
uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6.1.0
53+
uses: docker/metadata-action@dc802804100637a589fabce1cb79ff13a1411302 # v6.2.0
5454
with:
5555
# Monorepo image names are suffix-based so API and UI publish distinct
5656
# packages from the same repository.

.github/workflows/apps-docs-linkcheck.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128

129129
- name: Internal link check (fail on broken)
130130
if: steps.filter.outputs.docs == 'true'
131-
uses: lycheeverse/lychee-action@8646ba30535128ac92d33dfc9133794bfdd9b411 # v2.8.0
131+
uses: lycheeverse/lychee-action@e7477775783ea5526144ba13e8db5eec57747ce8 # v2.9.0
132132
with:
133133
args: >-
134134
--no-progress
@@ -139,7 +139,7 @@ jobs:
139139

140140
- name: External link check (warning only)
141141
if: steps.filter.outputs.docs == 'true'
142-
uses: lycheeverse/lychee-action@8646ba30535128ac92d33dfc9133794bfdd9b411 # v2.8.0
142+
uses: lycheeverse/lychee-action@e7477775783ea5526144ba13e8db5eec57747ce8 # v2.9.0
143143
continue-on-error: true
144144
with:
145145
# This step is warning-only, so it must never block the runner. Two

.github/workflows/apps-ui-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7676

7777
- name: Set up Docker Buildx
78-
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
78+
uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4.3.0
7979

8080
- name: Log in to GHCR
8181
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
@@ -86,7 +86,7 @@ jobs:
8686

8787
- name: Compute image metadata
8888
id: meta
89-
uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6.1.0
89+
uses: docker/metadata-action@dc802804100637a589fabce1cb79ff13a1411302 # v6.2.0
9090
with:
9191
# Monorepo image names are suffix-based so API and UI publish distinct
9292
# packages from the same repository.

.github/workflows/infra-compose-validate-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ jobs:
267267
268268
- name: Set up Docker Buildx
269269
if: steps.filter.outputs.code == 'true'
270-
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
270+
uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4.3.0
271271

272272
- name: Build apps/api prod image
273273
if: steps.filter.outputs.code == 'true'

0 commit comments

Comments
 (0)