From f72cf2ead4bcc7d8de9d6606c0026838466d96f4 Mon Sep 17 00:00:00 2001 From: Kevin Matthes <92332892+kevinmatthes@users.noreply.github.com> Date: Mon, 3 Jul 2023 19:58:17 +0200 Subject: [PATCH 1/2] Call actionlint Docker image directly --- .github/workflows/actionlint.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/actionlint.yaml b/.github/workflows/actionlint.yaml index 378778e..a136f98 100644 --- a/.github/workflows/actionlint.yaml +++ b/.github/workflows/actionlint.yaml @@ -28,4 +28,6 @@ jobs: persist-credentials: false - name: actionlint - uses: devops-actions/actionlint@v0.1.1 + uses: docker://rhysd/actionlint:latest + with: + args: -color From 490fe7a1406cc623f7fb79ac7cf4d2af060b8f86 Mon Sep 17 00:00:00 2001 From: Kevin Matthes <92332892+kevinmatthes@users.noreply.github.com> Date: Mon, 3 Jul 2023 19:58:53 +0200 Subject: [PATCH 2/2] Call cffconvert Docker image directly --- .github/workflows/cffconvert.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cffconvert.yaml b/.github/workflows/cffconvert.yaml index 7105bee..831233e 100644 --- a/.github/workflows/cffconvert.yaml +++ b/.github/workflows/cffconvert.yaml @@ -28,6 +28,6 @@ jobs: persist-credentials: false - name: cffconvert - uses: citation-file-format/cffconvert-github-action@2.0.0 + uses: docker://citationcff/cffconvert:latest with: - args: "--validate" + args: --validate