File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
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
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
6565 steps :
6666 - name : Deploy to GitHub Pages
6767 id : deployment
68- uses : actions/deploy-pages@v4
68+ uses : actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4
Original file line number Diff line number Diff line change 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 }}'
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 }}"
Original file line number Diff line number Diff line change 1- FROM node:lts-alpine
1+ FROM node:lts-alpine@sha256:931d7d57f8c1fd0e2179dbff7cc7da4c9dd100998bc2b32afc85142d8efbc213
22
33COPY website /website
44
You can’t perform that action at this time.
0 commit comments