Skip to content

Commit 4d48860

Browse files
Update cake-build/cake-action digest to d218f11
1 parent e966033 commit 4d48860

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
path: tools
6767
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}
6868
- name: Build project
69-
uses: cake-build/cake-action@5167c3f6a9e15c76f009de2acdfb9488552bc0b9 # v3
69+
uses: cake-build/cake-action@d218f1133bb74a1df0b08c89cfd8fc100c09e1a0 # v3
7070
with:
7171
script-path: recipe.cake
7272
target: CI

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
# queries: ./path/to/local/query, your-org/your-repo/queries@main
6262

6363
- name: Build project
64-
uses: cake-build/cake-action@5167c3f6a9e15c76f009de2acdfb9488552bc0b9 # v3
64+
uses: cake-build/cake-action@d218f1133bb74a1df0b08c89cfd8fc100c09e1a0 # v3
6565
with:
6666
script-path: recipe.cake
6767
target: DotNetCore-Build

.github/workflows/publishDocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
key: ${{ runner.os }}-doc-tools-${{ hashFiles('recipe.cake') }}
2828

2929
- name: Publishing documentaiton
30-
uses: cake-build/cake-action@5167c3f6a9e15c76f009de2acdfb9488552bc0b9 # v3
30+
uses: cake-build/cake-action@d218f1133bb74a1df0b08c89cfd8fc100c09e1a0 # v3
3131
with:
3232
script-path: recipe.cake
3333
target: Force-Publish-Documentation

0 commit comments

Comments
 (0)