Skip to content

Commit 1bd3bbb

Browse files
Pin dependencies
1 parent 1414c2a commit 1bd3bbb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: |
3636
spectaql --introspection-url https://timdex.mit.edu/graphql -e -t ./docs/reference docs/reference/_spectaql_config.yml
3737
- name: Build with Jekyll
38-
uses: actions/jekyll-build-pages@v1
38+
uses: actions/jekyll-build-pages@44a6e6beabd48582f863aeeb6cb2151cc1716697 # v1
3939
with:
4040
source: ./docs
4141
destination: ./_site

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:2.6.5-alpine
1+
FROM ruby:2.6.5-alpine@sha256:a5b974e2ebb2b72642f4de4e5562597ec0883c3bfd93e9553cee6bd395dfbf00
22
RUN mkdir /timdex
33
WORKDIR /timdex
44
COPY Gemfile /timdex/Gemfile

0 commit comments

Comments
 (0)