Skip to content

Commit d2b85e0

Browse files
committed
Fix GitHub code scanning alerts in gh-pages workflow
1 parent 63f41cc commit d2b85e0

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/gh-pages.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
branches:
55
- master
66

7+
permissions:
8+
contents: write
9+
710
jobs:
811
build:
912
name: Deploy docs
@@ -13,7 +16,7 @@ jobs:
1316
uses: actions/checkout@v3
1417

1518
- name: Deploy docs
16-
uses: mhausenblas/mkdocs-deploy-gh-pages@master
19+
uses: mhausenblas/mkdocs-deploy-gh-pages@a31c6b13a80e4a4fbb525eeb7a2a78253bb15fa5 # master
1720
env:
1821
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1922
CUSTOM_DOMAIN: wiki.anomalous.xyz

0 commit comments

Comments
 (0)