From e75c29333eff68f32fda90f6f6b00dd05b2beb4f Mon Sep 17 00:00:00 2001 From: Josh GM Walker <56300765+Josh-Walker-GM@users.noreply.github.com> Date: Fri, 6 Sep 2024 16:14:14 +0100 Subject: [PATCH 1/2] chore(ci): Revert scorecard related action bump (#11456) For whatever reason the new version is not being picked up as legitimate. I'll be following https://github.com/ossf/scorecard-action/issues/1367 to watch for any updates on this. --- .github/workflows/scorecard.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 6d27171e2b30..1ae6be324e85 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -59,7 +59,7 @@ jobs: # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF # format to the repository Actions tab. - name: 'Upload artifact' - uses: actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3.pre.node20 + uses: actions/upload-artifact@97a0fba1372883ab732affbe8f94b823f91727db # v3.pre.node20 with: name: SARIF file path: results.sarif From f567255ccac3aa41126f905b4382e112ce9dd746 Mon Sep 17 00:00:00 2001 From: Barrett Burnworth <77902178+pantheredeye@users.noreply.github.com> Date: Fri, 6 Sep 2024 10:23:31 -0500 Subject: [PATCH 2/2] Correct Note Admonition (#11455) This fix should work. Right now the ::: doesn't close correctly and the note is open for several sections incorrectly. --- docs/docs/uploads.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/docs/uploads.md b/docs/docs/uploads.md index 2f94bb57856e..5e47680c585f 100644 --- a/docs/docs/uploads.md +++ b/docs/docs/uploads.md @@ -176,7 +176,12 @@ This is because Prisma doesn't have a native File type. Instead, we store the fi ### 2. Configuring the Upload savers and Uploads extension To make it easier (and more consistent) dealing with file uploads, Redwood gives you a standardized way of saving your uploads (i.e. write to storage) by using what we call "savers," along with our custom Uploads extension that will handle deletion and updates automatically for you. -:::note The rest of the doc assumes you are running a "Serverful" configuration for your deployments, as it involves the file system. ::: + +:::note + +The rest of the doc assumes you are running a "Serverful" configuration for your deployments, as it involves the file system. + +::: Let's first run the setup command: