We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d953927 commit 04cb3c2Copy full SHA for 04cb3c2
.github/workflows/deploy-preview.yaml
@@ -55,7 +55,7 @@ jobs:
55
poetry run python bin/website build
56
57
- name: Start Deployment
58
- uses: bobheadxi/deployments@v1
+ uses: bobheadxi/deployments@648679e8e4915b27893bd7dbc35cb504dc915bc8 # v1.5.0
59
id: deployment
60
with:
61
step: start
.github/workflows/deploy-production.yaml
@@ -41,7 +41,7 @@ jobs:
41
# removes the vendor directory that is created by "bundle install"
42
# https://github.com/fenneclab/hugo-bin/blob/a5500e4f622f46886947d3438243bd97cfe6c04c/lib/install.js#L28-L30
43
- name: Setup Ruby
44
- uses: ruby/setup-ruby@v1
+ uses: ruby/setup-ruby@eaecf785f6a34567a6d97f686bbb7bccc1ac1e5c # v1.237.0
45
46
ruby-version: 2.6
47
bundler-cache: true
0 commit comments