Compare commits

...

6 Commits

Author SHA1 Message Date
584b44adca chore(deps): update dependency igorshubovych/markdownlint-cli to v0.48.0
All checks were successful
Build / build-amd64 (pull_request) Successful in 31s
Lint Markdown files / markdown-lint (pull_request) Successful in 4s
Build / build-arm64 (pull_request) Successful in 1m14s
2026-03-03 10:13:27 +00:00
eda019ab79 chore(deps): update docker docker.io/library/node to 25.7.0-alpine
All checks were successful
Build / build-amd64 (push) Successful in 33s
Lint Markdown files / markdown-lint (push) Successful in 4s
Build / build-arm64 (push) Successful in 1m20s
2026-03-03 11:02:33 +01:00
78c47c79db Merge pull request 'chore(deps): update docker/login-action action to v3.7.0' (#125) from renovate/actions into master
All checks were successful
Build / build-amd64 (push) Successful in 1m12s
Lint Markdown files / markdown-lint (push) Successful in 5s
Build / build-arm64 (push) Successful in 2m6s
2026-02-01 11:40:29 +00:00
988a99819d chore(deps): update docker/login-action action to v3.7.0
All checks were successful
Build / build-amd64 (pull_request) Successful in 1m24s
Lint Markdown files / markdown-lint (pull_request) Successful in 7s
Build / build-arm64 (pull_request) Successful in 2m29s
2026-02-01 11:07:01 +00:00
98c739bd8a Merge pull request 'chore(deps): update actions/checkout action to v6.0.2' (#124) from renovate/actions into master
All checks were successful
Build / build-amd64 (push) Successful in 29s
Lint Markdown files / markdown-lint (push) Successful in 5s
Build / build-arm64 (push) Successful in 1m20s
2026-01-22 19:04:26 +00:00
ac193c5cd4 chore(deps): update actions/checkout action to v6.0.2
All checks were successful
Build / build-amd64 (pull_request) Successful in 30s
Lint Markdown files / markdown-lint (pull_request) Successful in 4s
Build / build-arm64 (pull_request) Successful in 1m17s
2026-01-22 17:10:39 +00:00
8 changed files with 13 additions and 13 deletions

View File

@@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6.0.1
- uses: actions/checkout@v6.0.2
with:
fetch-depth: 0

View File

@@ -15,7 +15,7 @@ jobs:
build-arm64:
runs-on: ubuntu-latest-arm64
steps:
- uses: actions/checkout@v6.0.1
- uses: actions/checkout@v6.0.2
- uses: docker/setup-qemu-action@v3.7.0
- uses: docker/setup-buildx-action@v3.12.0
@@ -33,7 +33,7 @@ jobs:
build-amd64:
runs-on: ubuntu-latest-amd64
steps:
- uses: actions/checkout@v6.0.1
- uses: actions/checkout@v6.0.2
- uses: docker/setup-qemu-action@v3.7.0
- uses: docker/setup-buildx-action@v3.12.0

View File

@@ -16,7 +16,7 @@ jobs:
runs-on:
- ubuntu-latest
steps:
- uses: actions/checkout@v6.0.1
- uses: actions/checkout@v6.0.2
- uses: DavidAnson/markdownlint-cli2-action@v21.0.0
with:
globs: '**/*.md'

View File

@@ -27,7 +27,7 @@ jobs:
echo "version_raw=${VERSION}" >> $GITHUB_OUTPUT
echo "version_cleaned=${VERSION/v/}" >> $GITHUB_OUTPUT
- uses: actions/checkout@v6.0.1
- uses: actions/checkout@v6.0.2
with:
fetch-tags: true
ref: "${{ steps.version_extraction.outputs.version_raw }}"
@@ -35,7 +35,7 @@ jobs:
- uses: docker/setup-qemu-action@v3.7.0
- uses: docker/setup-buildx-action@v3.12.0
- uses: docker/login-action@v3.6.0
- uses: docker/login-action@v3.7.0
with:
registry: git.cryptic.systems
username: ${{ github.repository_owner }}
@@ -67,7 +67,7 @@ jobs:
echo "version_raw=${VERSION}" >> $GITHUB_OUTPUT
echo "version_cleaned=${VERSION/v/}" >> $GITHUB_OUTPUT
- uses: actions/checkout@v6.0.1
- uses: actions/checkout@v6.0.2
with:
fetch-tags: true
ref: "${{ steps.version_extraction.outputs.version_raw }}"
@@ -75,7 +75,7 @@ jobs:
- uses: docker/setup-qemu-action@v3.7.0
- uses: docker/setup-buildx-action@v3.12.0
- uses: docker/login-action@v3.6.0
- uses: docker/login-action@v3.7.0
with:
registry: git.cryptic.systems
username: ${{ github.repository_owner }}
@@ -110,7 +110,7 @@ jobs:
echo "version_raw=${VERSION}" >> $GITHUB_OUTPUT
echo "version_cleaned=${VERSION/v/}" >> $GITHUB_OUTPUT
- uses: docker/login-action@v3.6.0
- uses: docker/login-action@v3.7.0
with:
registry: git.cryptic.systems
username: ${{ github.repository_owner }}

View File

@@ -13,7 +13,7 @@ jobs:
runs-on:
- ubuntu-latest
steps:
- uses: actions/checkout@v6.0.1
- uses: actions/checkout@v6.0.2
- uses: peter-evans/dockerhub-description@v5.0.0
with:
username: ${{ secrets.DOCKER_IO_USERNAME }}

View File

@@ -1,4 +1,4 @@
FROM docker.io/library/node:24.1.0-alpine3.20 AS build
FROM docker.io/library/node:25.7.0-alpine AS build
ARG MARKDOWNLINT_VERSION=master

View File

@@ -1,6 +1,6 @@
# MARKDOWNLINT_VERSION
# Only required to install a specify version
MARKDOWNLINT_VERSION?=v0.47.0 # renovate: datasource=github-releases depName=igorshubovych/markdownlint-cli
MARKDOWNLINT_VERSION?=v0.48.0 # renovate: datasource=github-releases depName=igorshubovych/markdownlint-cli
# CONTAINER_RUNTIME
# The CONTAINER_RUNTIME variable will be used to specified the path to a

View File

@@ -10,7 +10,7 @@ The workflow or how `markdownlint-ci` can be used is pretty good
[documented](https://github.com/igorshubovych/markdownlint-cli#usage).
```bash
IMAGE_VERSION=0.47.0
IMAGE_VERSION=0.48.0
docker run \
--rm \
--volume "$(pwd):$(pwd)" \