Skip to content

Commit 248fa45

Browse files
chore(deps): pin dependencies (#26)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [EndBug/add-and-commit](https://redirect.github.com/EndBug/add-and-commit) | action | pinDigest | → `a94899b` | | [actions/checkout](https://redirect.github.com/actions/checkout) | action | pinDigest | → `8e8c483` | | [actions/configure-pages](https://redirect.github.com/actions/configure-pages) | action | pinDigest | → `983d773` | | [actions/deploy-pages](https://redirect.github.com/actions/deploy-pages) | action | pinDigest | → `d6db901` | | [actions/setup-node](https://redirect.github.com/actions/setup-node) | action | pinDigest | → `6044e13` | | [actions/upload-pages-artifact](https://redirect.github.com/actions/upload-pages-artifact) | action | pinDigest | → `7b1f4a7` | | node | final | pinDigest | → `931d7d5` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/cloudnative-pg/docs). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi43NC41IiwidXBkYXRlZEluVmVyIjoiNDIuNzQuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21hdGVkIiwibm8taXNzdWUiXX0=--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0216e24 commit 248fa45

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/publish-docs.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
pages: read
2727
steps:
2828
- name: Checkout
29-
uses: actions/checkout@v6
29+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
3030

3131
- name: Setup Node
32-
uses: actions/setup-node@v6
32+
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
3333
with:
3434
# Use the latest LTS version of Node.js already installed on the runner.
3535
node-version: latest
@@ -38,7 +38,7 @@ jobs:
3838
cache-dependency-path: website/yarn.lock
3939

4040
- name: Setup Pages
41-
uses: actions/configure-pages@v5
41+
uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5
4242

4343
- name: Install dependencies
4444
working-directory: website
@@ -49,7 +49,7 @@ jobs:
4949
run: yarn build
5050

5151
- name: Upload artifact
52-
uses: actions/upload-pages-artifact@v4
52+
uses: actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4
5353
with:
5454
path: website/build
5555

@@ -65,4 +65,4 @@ jobs:
6565
steps:
6666
- name: Deploy to GitHub Pages
6767
id: deployment
68-
uses: actions/deploy-pages@v4
68+
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4

.github/workflows/sync_docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
VERSION: ${{ github.event.client_payload.tag || github.event.inputs.tag }}
2121
steps:
2222
- name: Checkout docs repo
23-
uses: actions/checkout@v6
23+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
2424
with:
2525
fetch-depth: 0
2626
token: '${{ secrets.REPO_PAT }}'
@@ -29,6 +29,6 @@ jobs:
2929
echo "Importing CloudNativePG docs for version: ${{ env.VERSION }}"
3030
./scripts/import_docs.sh "${{ env.VERSION }}"
3131
- name: Commit and push changes
32-
uses: EndBug/add-and-commit@v9
32+
uses: EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 # v9
3333
with:
3434
message: "docs: import CloudNativePG ${{ env.VERSION }}"

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:lts-alpine
1+
FROM node:lts-alpine@sha256:931d7d57f8c1fd0e2179dbff7cc7da4c9dd100998bc2b32afc85142d8efbc213
22

33
COPY website /website
44

0 commit comments

Comments
 (0)