Skip to content

Commit 5d2f206

Browse files
authored
Merge pull request #2280 from renovate-bot/renovate/github-actions
Pin GitHub Actions dependencies
2 parents 19c0a1b + 90e205e commit 5d2f206

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/check-untracked-repos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
check-untracked-repos:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v6
13+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1414
with:
1515
persist-credentials: false
1616

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
# Upload the pages only if the sync succeeded, to always keep the
120120
# most up-to-date state in the web endpoint.
121121
- name: Deploy to GitHub Pages
122-
uses: actions/deploy-pages@v4
122+
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5
123123

124124
# Summary job for the merge queue.
125125
# ALL THE PREVIOUS JOBS NEED TO BE ADDED TO THE `needs` SECTION OF THIS JOB!

0 commit comments

Comments
 (0)