File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,3 +19,8 @@ updates:
1919 directory : /libs/front/front-api
2020 schedule :
2121 interval : daily
22+
23+ - package-ecosystem : npm
24+ directory : /.docs
25+ schedule :
26+ interval : daily
Original file line number Diff line number Diff line change @@ -12,6 +12,9 @@ concurrency:
1212 group : pages
1313 cancel-in-progress : false
1414
15+ permissions :
16+ contents : read
17+
1518jobs :
1619 deploy-docs :
1720 name : Deploy Documentation to GitHub Pages
@@ -28,13 +31,13 @@ jobs:
2831 node-version : " 24"
2932 cache : " yarn" # 🚀 Speed up builds with yarn cache
3033 - name : ⚙️ Setup Pages
31- uses : actions/configure-pages@v4
34+ uses : actions/configure-pages@1f0c5cde4bc74cd7e1254d0cb4de8d49e9068c7d # v4.0.0
3235 - name : 📂 Install Dependencies
3336 run : cd .docs && yarn install --frozen-lockfile
3437 - name : Build with Fumadocs
3538 run : cd .docs && yarn build
3639 - name : Upload artifact
37- uses : actions/upload-pages-artifact@v3
40+ uses : actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3.0.1
3841 with :
3942 path : .docs/out
4043
5356 steps :
5457 - name : Deploy to GitHub Pages
5558 id : deployment
56- uses : actions/deploy-pages@v4
59+ uses : actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5
Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ jobs:
160160 run : |
161161 helm plugin install https://github.com/chartmuseum/helm-push || true
162162 - name : ⎈ Package and push Helm Chart
163- uses : bsord/helm-push@v4.2.0
163+ uses : bsord/helm-push@51f937208fed71540ab5ec5215cf9b3ecae9c7b7 # v4.2.0
164164 with :
165165 useOCIRegistry : true
166166 registry-url : oci://${{ env.REGISTRY }}/${{ env.CHART_BASE_ARTEFACT }}
@@ -192,7 +192,7 @@ jobs:
192192 run : |
193193 helm plugin install https://github.com/chartmuseum/helm-push || true
194194 - name : ⎈ Package and push Helm Chart
195- uses : bsord/helm-push@v4.2.0
195+ uses : bsord/helm-push@51f937208fed71540ab5ec5215cf9b3ecae9c7b7 # v4.2.0
196196 with :
197197 useOCIRegistry : true
198198 registry-url : oci://${{ env.REGISTRY }}/${{ env.CHART_BASE_ARTEFACT }}
You can’t perform that action at this time.
0 commit comments