Skip to content

Commit 48d451c

Browse files
⬆️ update GitHub Actions
1 parent c62e695 commit 48d451c

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
persist-credentials: false
2323
- name: 🔎 checking for changes
24-
uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3
24+
uses: dorny/paths-filter@d1c1ffe0248fe513906c8e24db8ea791d46f8590 # v3
2525
id: filter
2626
with:
2727
filters: |

.github/workflows/build-test-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989

9090
- name: 🚀 deploy .NET 8.0 gh page
9191
if: inputs.should-publish-gh-page
92-
uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4
92+
uses: peaceiris/actions-gh-pages@84c30a85c19949d7eee79c4ff27748b70285e453 # v4
9393
with:
9494
github_token: ${{ secrets.GITHUB_TOKEN }}
9595
publish_dir: ./wasm-application/net8.0/wwwroot
@@ -98,7 +98,7 @@ jobs:
9898

9999
- name: 🚀 deploy .NET 9.0 gh page
100100
if: inputs.should-publish-gh-page
101-
uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4
101+
uses: peaceiris/actions-gh-pages@84c30a85c19949d7eee79c4ff27748b70285e453 # v4
102102
with:
103103
github_token: ${{ secrets.GITHUB_TOKEN }}
104104
publish_dir: ./wasm-application/net9.0/wwwroot
@@ -107,7 +107,7 @@ jobs:
107107

108108
- name: 🚀 deploy .NET 10.0 gh page
109109
if: inputs.should-publish-gh-page
110-
uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4
110+
uses: peaceiris/actions-gh-pages@84c30a85c19949d7eee79c4ff27748b70285e453 # v4
111111
with:
112112
github_token: ${{ secrets.GITHUB_TOKEN }}
113113
publish_dir: ./wasm-application/net10.0/wwwroot

.github/workflows/zizmor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
contents: read
1717
actions: read
1818
security-events: write
19-
uses: Spillgebees/admin/.github/workflows/zizmor.yml@a71d815a53f77f9cabca802b4bd9b69fe2fcd96e # main
19+
uses: Spillgebees/admin/.github/workflows/zizmor.yml@e75cced477868f4707780f3a664b73f262994a49 # main

0 commit comments

Comments
 (0)