-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Direct bumps: - rekres - github.com/ProtonMail/gopenpgp/v2 to v2.8.1 - github.com/grpc-ecosystem/grpc-gateway/v2 to v2.24.0 - github.com/klauspost/compress to v1.17.11 - github.com/siderolabs/gen to v0.7.0 - github.com/stretchr/testify to v1.10.0 - golang.org/x/sync to v0.9.0 - golang.org/x/time to v0.8.0 - google.golang.org/grpc to v1.68.0 - google.golang.org/protobuf to v1.35.2 - actions/checkout to v4.2.2 - docker/setup-buildx-action to v3.7.1 - codecov/codecov-action to v5.0.7 Indirect bumps: - github.com/ProtonMail/go-crypto to v1.1.3 - github.com/cloudflare/circl to v1.5.0 - github.com/rogpeppe/go-internal to v1.13.1 - golang.org/x/crypto to v0.29.0 - golang.org/x/net to v0.31.0 - golang.org/x/sys to v0.27.0 - golang.org/x/text to v0.20.0 - google.golang.org/genproto/googleapis/api to v0.0.0-20241202173237-19429a94021a - google.golang.org/genproto/googleapis/rpc to v0.0.0-20241202173237-19429a94021a Signed-off-by: Dmitriy Matrenichev <[email protected]>
- Loading branch information
Showing
20 changed files
with
115 additions
and
98 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,13 +13,13 @@ jobs: | |
steps: | ||
- | ||
name: Checkout | ||
uses: actions/checkout@v4.1.7 | ||
uses: actions/checkout@v4.2.2 | ||
- | ||
name: Set up QEMU | ||
uses: docker/[email protected] | ||
- | ||
name: Set up Docker Buildx | ||
uses: docker/setup-buildx-action@v3.6.1 | ||
uses: docker/setup-buildx-action@v3.7.1 | ||
- | ||
name: Login to GitHub Container Registry | ||
uses: docker/[email protected] | ||
|
@@ -36,7 +36,7 @@ jobs: | |
run: make unit-tests | ||
- | ||
name: codecov | ||
uses: codecov/codecov-action@v4.5.0 | ||
uses: codecov/codecov-action@v5.0.7 | ||
with: | ||
files: ./_out/coverage-unit-tests.txt | ||
- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# syntax = docker/dockerfile-upstream:1.10.0-labs | ||
# syntax = docker/dockerfile-upstream:1.11.1-labs | ||
|
||
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. | ||
# | ||
# Generated on 2024-10-31T12:35:55Z by kres 6d3cad4. | ||
# Generated on 2024-12-04T08:00:06Z by kres 232fe63. | ||
|
||
ARG TOOLCHAIN | ||
|
||
|
@@ -11,9 +11,9 @@ FROM ghcr.io/siderolabs/ca-certificates:v1.8.0 AS image-ca-certificates | |
FROM ghcr.io/siderolabs/fhs:v1.8.0 AS image-fhs | ||
|
||
# runs markdownlint | ||
FROM docker.io/oven/bun:1.1.32-alpine AS lint-markdown | ||
FROM docker.io/oven/bun:1.1.36-alpine AS lint-markdown | ||
WORKDIR /src | ||
RUN bun i markdownlint-cli@0.42.0 [email protected] | ||
RUN bun i markdownlint-cli@0.43.0 [email protected] | ||
COPY .markdownlint.json . | ||
COPY ./README.md ./README.md | ||
RUN bunx markdownlint --ignore "CHANGELOG.md" --ignore "**/node_modules/**" --ignore '**/hack/chglog/**' --rules node_modules/sentences-per-line/index.js . | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.