From 07227962b593f068f27f2e7f95586a9a19304bb4 Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Thu, 28 May 2020 10:05:58 +0200 Subject: [PATCH 1/3] Switch to upstream version of markdow-lint --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 894d95fce27..c58a52b5308 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -38,7 +38,7 @@ jobs: - name: Run checkstyle run: ./gradlew checkstyleMain checkstyleTest checkstyleJmh - name: Run markdown-lint - uses: koppor/markdown-lint@master + uses: avto-dev/markdown-lint@master with: args: CHANGELOG.md README.md docs/ config: '.markdownlint.yml' From 582493b25b4a544d8e44b6343556da2ff2d3dc65 Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Thu, 28 May 2020 10:30:37 +0200 Subject: [PATCH 2/3] Pin version --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c58a52b5308..77eb6b7bd89 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -38,7 +38,7 @@ jobs: - name: Run checkstyle run: ./gradlew checkstyleMain checkstyleTest checkstyleJmh - name: Run markdown-lint - uses: avto-dev/markdown-lint@master + uses: avto-dev/markdown-lint@v1.2.0 with: args: CHANGELOG.md README.md docs/ config: '.markdownlint.yml' From 084bab98071aebd6b3c9a1fe0228aa3ee0bfe482 Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Thu, 28 May 2020 10:31:24 +0200 Subject: [PATCH 3/3] Pin to major version --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 77eb6b7bd89..1dff31ca5ee 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -38,7 +38,7 @@ jobs: - name: Run checkstyle run: ./gradlew checkstyleMain checkstyleTest checkstyleJmh - name: Run markdown-lint - uses: avto-dev/markdown-lint@v1.2.0 + uses: avto-dev/markdown-lint@v1 with: args: CHANGELOG.md README.md docs/ config: '.markdownlint.yml'