Skip to content

Commit 04cb3c2

Browse files
committed
pin actions
1 parent d953927 commit 04cb3c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-preview.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
poetry run python bin/website build
5656
5757
- name: Start Deployment
58-
uses: bobheadxi/deployments@v1
58+
uses: bobheadxi/deployments@648679e8e4915b27893bd7dbc35cb504dc915bc8 # v1.5.0
5959
id: deployment
6060
with:
6161
step: start

.github/workflows/deploy-production.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
# removes the vendor directory that is created by "bundle install"
4242
# https://github.com/fenneclab/hugo-bin/blob/a5500e4f622f46886947d3438243bd97cfe6c04c/lib/install.js#L28-L30
4343
- name: Setup Ruby
44-
uses: ruby/setup-ruby@v1
44+
uses: ruby/setup-ruby@eaecf785f6a34567a6d97f686bbb7bccc1ac1e5c # v1.237.0
4545
with:
4646
ruby-version: 2.6
4747
bundler-cache: true

0 commit comments

Comments
 (0)