Skip to content

Commit 491476f

Browse files
renovate[bot]major
authored andcommitted
Pin dependencies
1 parent 04b2e18 commit 491476f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/cloudfront.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
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

.github/workflows/github_pages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
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: |
@@ -54,7 +54,7 @@ jobs:
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

@@ -68,4 +68,4 @@ jobs:
6868
steps:
6969
- name: Deploy to GitHub Pages
7070
id: deployment
71-
uses: actions/deploy-pages@v4
71+
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/library/busybox:1.37.0
1+
FROM docker.io/library/busybox:1.37.0@sha256:d80cd694d3e9467884fcb94b8ca1e20437d8a501096cdf367a5a1918a34fc2fd
22
RUN adduser -D static
33
USER static
44
WORKDIR /home/static

0 commit comments

Comments
 (0)