We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70214df commit d427488Copy full SHA for d427488
2 files changed
.github/workflows/build_documentations.yml
@@ -28,7 +28,7 @@ jobs:
28
docfx Documentation/docfx.json
29
30
- name: Deploy docfx documentation
31
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4
32
with:
33
github_token: ${{ secrets.GITHUB_TOKEN }}
34
publish_dir: Documentation/_site
.github/workflows/release.yml
@@ -110,7 +110,7 @@ jobs:
110
run: echo ${{ steps.buildx.outputs.platforms }}
111
112
- name: Build and push
113
- uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5
+ uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6
114
115
file: ${{ matrix.path }}
116
context: ./csharp/native
0 commit comments