From 970f2b5ee075a92d55a978cbef8d211350000b05 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 5 Mar 2026 22:21:40 +0000 Subject: [PATCH 1/2] Pin dependencies --- .github/workflows/check-untracked-repos.yml | 2 +- .github/workflows/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-untracked-repos.yml b/.github/workflows/check-untracked-repos.yml index 78c027971..233ddec6c 100644 --- a/.github/workflows/check-untracked-repos.yml +++ b/.github/workflows/check-untracked-repos.yml @@ -10,7 +10,7 @@ jobs: check-untracked-repos: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: persist-credentials: false diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 246b6349c..466f59c26 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -119,7 +119,7 @@ jobs: # Upload the pages only if the sync succeeded, to always keep the # most up-to-date state in the web endpoint. - name: Deploy to GitHub Pages - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4 # Summary job for the merge queue. # ALL THE PREVIOUS JOBS NEED TO BE ADDED TO THE `needs` SECTION OF THIS JOB! From 90e205e1836a6431f71cb063d1467102667b4776 Mon Sep 17 00:00:00 2001 From: MarcoIeni <11428655+MarcoIeni@users.noreply.github.com> Date: Fri, 6 Mar 2026 12:17:11 +0100 Subject: [PATCH 2/2] fully specify the github actions version --- .github/workflows/check-untracked-repos.yml | 2 +- .github/workflows/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-untracked-repos.yml b/.github/workflows/check-untracked-repos.yml index 233ddec6c..81bc76a7c 100644 --- a/.github/workflows/check-untracked-repos.yml +++ b/.github/workflows/check-untracked-repos.yml @@ -10,7 +10,7 @@ jobs: check-untracked-repos: runs-on: ubuntu-latest steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 466f59c26..55b0762c4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -119,7 +119,7 @@ jobs: # Upload the pages only if the sync succeeded, to always keep the # most up-to-date state in the web endpoint. - name: Deploy to GitHub Pages - uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4 + uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5 # Summary job for the merge queue. # ALL THE PREVIOUS JOBS NEED TO BE ADDED TO THE `needs` SECTION OF THIS JOB!