Skip to content

Commit 93387cb

Browse files
committed
FIX: Trivy related update to github_pages_update.yml
FIX: Trivy related update to `github_pages_update.yml` Pinning the versions of action workflows Signed-off-by: Miłosz Linkiewicz <[email protected]>
1 parent ee8862b commit 93387cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/github_pages_update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ jobs:
4848
run: make -C docs/sphinx html
4949

5050
- name: Upload GitHub Pages artifact
51-
uses: actions/[email protected]
51+
uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3.0.1
5252
with:
5353
path: ./docs/_build/html
5454

5555
- name: Publish to GitHub Pages
5656
id: deployment
57-
uses: actions/deploy-pages@v4
57+
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5

0 commit comments

Comments
 (0)