From a5224e99a50b73fa0a3476622fdd1644492696f1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 01:18:38 +0000 Subject: [PATCH] chore(deps): update pandoc/core docker tag to v3.13 [skip pre-commit.ci] --- .github/workflows/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 821dfff..533caf9 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -60,7 +60,7 @@ jobs: run: asciidoctor -b docbook SECURITY.adoc - name: Generate SECURITY.md from SECURITY.xml using pandoc - uses: docker://pandoc/core:3.1@sha256:3cb2db37ef4a5d65bbb511457bd5f42faa48de0a8bebfa1d938896ea1737a4a6 + uses: docker://pandoc/core:3.13@sha256:e65b0b3dd2efb37f8f28caaf875efef0d1b37df71082cc8cb43ea66146b0aade with: args: "-f docbook -t markdown_strict SECURITY.xml -o SECURITY.md --wrap=none"