From 6ee01b1febca6855e3ae47d6895eb5d8917a069a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 19:49:06 +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 9ce6493..b1fa832 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"