From a14aba0690b60e251ecc1bcb7e557a6902e193f5 Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Thu, 29 Jan 2026 12:49:22 +0100 Subject: [PATCH] ci(docs): Use exact versions Signed-off-by: Andy Scherzinger --- .github/workflows/performance.yml | 2 +- .github/workflows/stale.yml | 2 +- .github/workflows/static-code-analysis.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index 943dc181b3a..4835f8a4978 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -105,7 +105,7 @@ jobs: before.json after.json - - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 + - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 if: failure() && steps.compare.outcome == 'failure' with: github-token: ${{secrets.GITHUB_TOKEN}} diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index d8fdaca0dee..f76fea6dc89 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -20,7 +20,7 @@ jobs: issues: write steps: - - uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9 + - uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9.1.0 with: repo-token: ${{ secrets.COMMAND_BOT_PAT }} stale-issue-message: > diff --git a/.github/workflows/static-code-analysis.yml b/.github/workflows/static-code-analysis.yml index 772344f0245..e0456536898 100644 --- a/.github/workflows/static-code-analysis.yml +++ b/.github/workflows/static-code-analysis.yml @@ -86,7 +86,7 @@ jobs: - name: Upload Security Analysis results to GitHub if: always() - uses: github/codeql-action/upload-sarif@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3 + uses: github/codeql-action/upload-sarif@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.7 with: sarif_file: results.sarif