File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3737 echo "s3deploy=${S3DEPLOY_VERSION}" >> $GITHUB_OUTPUT
3838
3939 - name : Setup Hugo
40- uses : peaceiris/actions-hugo@v3
40+ uses : peaceiris/actions-hugo@75d2e84710de30f6ff7268e08f310b60ef14033f # v3
4141 with :
4242 hugo-version : " ${{ steps.versions.outputs.hugo }}"
4343 extended : true
Original file line number Diff line number Diff line change 3333
3434 - name : Setup Pages
3535 id : pages
36- uses : actions/configure-pages@v5
36+ uses : actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5
3737
3838 - name : Setup Hugo
3939 run : |
5454 cp public/index.xml public/feed/index.xml
5555
5656 - name : Upload artifact
57- uses : actions/upload-pages-artifact@v4
57+ uses : actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4
5858 with :
5959 path : ./public
6060
6868 steps :
6969 - name : Deploy to GitHub Pages
7070 id : deployment
71- uses : actions/deploy-pages@v4
71+ uses : actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4
Original file line number Diff line number Diff line change 1- FROM docker.io/library/busybox:1.37.0
1+ FROM docker.io/library/busybox:1.37.0@sha256:d80cd694d3e9467884fcb94b8ca1e20437d8a501096cdf367a5a1918a34fc2fd
22RUN adduser -D static
33USER static
44WORKDIR /home/static
You can’t perform that action at this time.
0 commit comments