From f2a3987b3f167db3889c3bb00adb54e26ca649f9 Mon Sep 17 00:00:00 2001 From: Evagan2018 Date: Thu, 7 May 2026 11:51:22 +0200 Subject: [PATCH] Repository maintenance according https://github.com/Arm-Debug/mcu-example-dashboard/issues/88 --- .github/workflows/mkdocs.yml | 13 ++++++------- .github/workflows/pack.yml | 4 ++-- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/.github/workflows/mkdocs.yml b/.github/workflows/mkdocs.yml index 6dadd5f..9768211 100644 --- a/.github/workflows/mkdocs.yml +++ b/.github/workflows/mkdocs.yml @@ -21,16 +21,15 @@ jobs: runs-on: ubuntu-latest steps: - name: Harden Runner - uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0 + uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1 with: egress-policy: audit - name: Checkout cmsis-mlek - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # @v6.0.2 - name: Setup Python - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 + uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 - name: Install MkDocs run: | @@ -40,7 +39,7 @@ jobs: run: mkdocs build - name: Archive Documentation - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: docs path: site/ @@ -51,14 +50,14 @@ jobs: needs: build steps: - name: Checkout cmsis-toolbox - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # @v6.0.2 with: ref: 'gh-pages' - name: Purge old content run: rm -rf * - - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 + - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: docs diff --git a/.github/workflows/pack.yml b/.github/workflows/pack.yml index caf2078..ea61436 100644 --- a/.github/workflows/pack.yml +++ b/.github/workflows/pack.yml @@ -26,7 +26,7 @@ jobs: git fetch --tags --force - name: Setup Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 - name: Install MkDocs run: | @@ -44,7 +44,7 @@ jobs: #doc-path: ./docs - name: Cache artifact - uses: actions/cache/save@v4 + uses: actions/cache/save@v5 with: path: ${{ github.workspace }}/output key: latest-cmsis-mlek-pack