File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ jobs:
13
13
if : github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'ruby/rake'
14
14
steps :
15
15
- name : Dependabot metadata
16
- uses : dependabot/fetch-metadata@v2
16
+ uses : dependabot/fetch-metadata@08eff52bf64351f401fb50d4972fa95b9f2c2d1b # v2.4.0
17
17
id : metadata
18
18
19
19
- name : Wait for status checks
20
-
20
+ uses : lewagon/wait-on-check-action@ccfb013c15c8afb7bf2b7c028fb74dc5a068cccc # v1.3.4
21
21
with :
22
22
repo-token : ${{ secrets.GITHUB_TOKEN }}
23
23
ref : ${{ github.event.pull_request.head.sha || github.sha }}
Original file line number Diff line number Diff line change @@ -27,12 +27,12 @@ jobs:
27
27
bundler-cache : true
28
28
- name : Setup Pages
29
29
id : pages
30
- uses : actions/configure-pages@v5
30
+ uses : actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0
31
31
- name : Build with RDoc
32
32
# Outputs to the './_site' directory by default
33
33
run : bundle exec rake rdoc
34
34
- name : Upload artifact
35
- uses : actions/upload-pages-artifact@v3
35
+ uses : actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3.0.1
36
36
37
37
deploy :
38
38
environment :
43
43
steps :
44
44
- name : Deploy to GitHub Pages
45
45
id : deployment
46
- uses : actions/deploy-pages@v4
46
+ uses : actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5
You can’t perform that action at this time.
0 commit comments