From adb69bede7566b66f340713a5709618b4211b465 Mon Sep 17 00:00:00 2001 From: Chris Fenner Date: Fri, 19 Dec 2025 13:42:57 -0800 Subject: [PATCH] update pinned version of reusable action --- .github/workflows/render.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/render.yml b/.github/workflows/render.yml index cf5ef5f..c405c0e 100644 --- a/.github/workflows/render.yml +++ b/.github/workflows/render.yml @@ -79,7 +79,7 @@ jobs: # Render the document with diffs in the 'pr' mode. - name: Render if: inputs.workflow == 'pr' - uses: trustedcomputinggroup/pandoc/.github/actions/render@8f79b567c9dc6b15afba5d83d61e0d37f9508c47 + uses: trustedcomputinggroup/pandoc/.github/actions/render@9fc48b7544bebad0d8dfb8518113e22866f830ea with: input-md: ${{ inputs.input }} output-basename: ${{ steps.gen_output_name.outputs.OUTPUT_FILENAME }} @@ -91,7 +91,7 @@ jobs: # Render the document with diffs in the 'manual' mode. - name: Render if: inputs.workflow == 'manual' - uses: trustedcomputinggroup/pandoc/.github/actions/render@8f79b567c9dc6b15afba5d83d61e0d37f9508c47 + uses: trustedcomputinggroup/pandoc/.github/actions/render@9fc48b7544bebad0d8dfb8518113e22866f830ea with: input-md: ${{ inputs.input }} output-basename: ${{ steps.gen_output_name.outputs.OUTPUT_FILENAME }} @@ -101,7 +101,7 @@ jobs: # Render the document without diffs in other modes. - name: Render if: inputs.workflow != 'pr' && inputs.workflow != 'manual' - uses: trustedcomputinggroup/pandoc/.github/actions/render@8f79b567c9dc6b15afba5d83d61e0d37f9508c47 + uses: trustedcomputinggroup/pandoc/.github/actions/render@9fc48b7544bebad0d8dfb8518113e22866f830ea with: input-md: ${{ inputs.input }} output-basename: ${{ steps.gen_output_name.outputs.OUTPUT_FILENAME }}