@@ -49,12 +49,12 @@ jobs:
4949 fi
5050
5151 - name : Checkout code
52- uses : actions/checkout@v5
52+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
5353 with :
5454 ref : ${{ steps.base_branch.outputs.BRANCH }}
5555
5656 - name : Install PHP
57- uses : shivammathur/setup-php@v2
57+ uses : shivammathur/setup-php@bf6b4fbd49ca58e4608c9c89fba0b8d90bd2a39f # 2.35.5
5858 with :
5959 php-version : ' 8.1'
6060 ini-values : display_errors=On, display_startup_errors=On
7575 # Retention is normally 90 days, but this artifact is only for review
7676 # and use in the next step, so no need to keep it for more than a day.
7777 - name : Upload the artifacts folder
78- uses : actions/upload-artifact@v4
78+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
7979 if : ${{ success() }}
8080 with :
8181 name : website-updates
@@ -113,12 +113,12 @@ jobs:
113113 fi
114114
115115 - name : Checkout code
116- uses : actions/checkout@v5
116+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
117117 with :
118118 ref : gh-pages
119119
120120 - name : Download the prepared artifacts
121- uses : actions/download-artifact@v5
121+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
122122 with :
123123 name : website-updates
124124 path : artifacts
@@ -165,7 +165,7 @@ jobs:
165165 run : git status -vv --untracked=all
166166
167167 - name : Create pull request
168- uses : peter-evans/create-pull-request@v7
168+ uses : peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
169169 with :
170170 base : gh-pages
171171 branch : feature/auto-ghpages-update-${{ steps.get_pr_info.outputs.REF }}
@@ -186,12 +186,12 @@ jobs:
186186
187187 # Test that the site builds correctly.
188188 - name : Checkout the newly created branch
189- uses : actions/checkout@v5
189+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
190190 with :
191191 ref : feature/auto-ghpages-update-${{ steps.get_pr_info.outputs.REF }}
192192
193193 - name : Set up Ruby
194- uses : ruby/setup-ruby@v1
194+ uses : ruby/setup-ruby@8aeb6ff8030dd539317f8e1769a044873b56ea71 # v1.268.0
195195 with :
196196 # Use the version as per https://pages.github.com/versions/.
197197 ruby-version : 3.3.4
0 commit comments