File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121
2222 steps :
2323 - name : Checkout
24- uses : actions/checkout@v6.0.2
24+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2525 with :
2626 fetch-depth : 10
2727
@@ -30,12 +30,12 @@ jobs:
3030 ruby-version : ${{ matrix.ruby }}
3131 bundler-cache : true
3232
33- - uses : actions/setup-python@v6.2.0
33+ - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
3434 with :
35- # This should match lib/github/markups.rb GitHub::Markups::MARKUP_RST
35+ # Required by lib/github/commands/rest2html (RST rendering)
3636 python-version : " 3.x"
3737
38- - uses : actions/cache@v5.0.4
38+ - uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
3939 with :
4040 path : ~/.cache/pip
4141 key : ${{ runner.os }}-pip
5252 sudo cpanm --installdeps --notest Pod::Simple
5353
5454 - name : Install Python dependencies
55- run : python -m pip install docutils
55+ run : |
56+ echo 'docutils==0.22.4 --hash=sha256:d0013f540772d1420576855455d050a2180186c91c15779301ac2ccb3eeb68de' > /tmp/requirements.txt
57+ python -m pip install -r /tmp/requirements.txt
5658
5759 - name : Run rake
5860 run : |
Original file line number Diff line number Diff line change 1- FROM ubuntu:trusty
1+ FROM ubuntu:trusty@sha256:64483f3496c1373bfd55348e88694d1c4d0c9b660dee6bfef5e12f43b9933b30 # trusty
22
33RUN apt-get update -qq
44RUN apt-get install -y apt-transport-https
@@ -18,15 +18,15 @@ RUN install-zef-as-user && zef install Pod::To::HTML
1818RUN curl -L http://cpanmin.us | perl - App::cpanminus
1919RUN cpanm --installdeps --notest Pod::Simple
2020
21- RUN pip install docutils
21+ RUN pip install docutils==0.18.1
2222
2323ENV PATH $PATH:/root/.rbenv/bin:/root/.rbenv/shims
2424RUN curl -fsSL https://github.com/rbenv/rbenv-installer/raw/master/bin/rbenv-installer | bash
2525RUN rbenv install 2.4.1
2626RUN rbenv global 2.4.1
2727RUN rbenv rehash
2828
29- RUN gem install bundler
29+ RUN gem install bundler -v 2.3.26
3030
3131WORKDIR /data/github-markup
3232COPY github-markup.gemspec .
Original file line number Diff line number Diff line change @@ -138,4 +138,4 @@ DEPENDENCIES
138138 wikicloth (= 0.8.3 )
139139
140140BUNDLED WITH
141- 2.4.10
141+ 2.3.26
You can’t perform that action at this time.
0 commit comments