Skip to content

Commit 3d41988

Browse files
Pin dependencies
1 parent 479133a commit 3d41988

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
4848
- name: Fetch all tags and branches
4949
run: git fetch --prune --unshallow
50-
- uses: actions/[email protected]
50+
- uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4.1.0
5151
with:
5252
# codecov needs 2.1
5353
# unittests needs 3.1
@@ -61,27 +61,27 @@ jobs:
6161
6.0
6262
9.0
6363
- name: Cache Tools
64-
uses: actions/cache@v4
64+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
6565
with:
6666
path: tools
6767
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}
6868
- name: Build project
69-
uses: cake-build/cake-action@v1
69+
uses: cake-build/cake-action@a6eb054329257c9e70a6c6bf01747ad6e1d9d52b # v1
7070
with:
7171
script-path: recipe.cake
7272
target: CI
7373
cake-version: 1.3.0
7474
# currently, Cake.Recipe does not upload artifacts when run on gh-actions
7575
- name: Upload Issues
76-
uses: actions/upload-artifact@v4
76+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
7777
with:
7878
if-no-files-found: warn
7979
name: ${{ matrix.os }} Issues
8080
path: |
8181
BuildArtifacts/report.html
8282
BuildArtifacts/**/coverlet/*.xml
8383
- name: Upload Packages
84-
uses: actions/upload-artifact@v4
84+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
8585
if: runner.os == 'Windows'
8686
with:
8787
if-no-files-found: warn

.github/workflows/codeql-analysis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
fetch-depth: 0
3636

37-
- uses: actions/[email protected]
37+
- uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4.1.0
3838
with:
3939
# gitversion needs 5.0
4040
# cake 1.3 needs 6.0
@@ -45,14 +45,14 @@ jobs:
4545
9.0
4646
4747
- name: Cache Tools
48-
uses: actions/cache@v4
48+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
4949
with:
5050
path: tools
5151
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}
5252

5353
# Initializes the CodeQL tools for scanning.
5454
- name: Initialize CodeQL
55-
uses: github/codeql-action/init@v3
55+
uses: github/codeql-action/init@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3
5656
with:
5757
languages: ${{ matrix.language }}
5858
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -61,11 +61,11 @@ jobs:
6161
# queries: ./path/to/local/query, your-org/your-repo/queries@main
6262

6363
- name: Build project
64-
uses: cake-build/cake-action@v1
64+
uses: cake-build/cake-action@a6eb054329257c9e70a6c6bf01747ad6e1d9d52b # v1
6565
with:
6666
script-path: recipe.cake
6767
target: DotNetCore-Build
6868
cake-version: 1.3.0
6969

7070
- name: Perform CodeQL Analysis
71-
uses: github/codeql-action/analyze@v3
71+
uses: github/codeql-action/analyze@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3

.github/workflows/publishDocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ jobs:
2121
run: git fetch --prune --unshallow
2222

2323
- name: Cache Tools
24-
uses: actions/cache@v4
24+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
2525
with:
2626
path: tools
2727
key: ${{ runner.os }}-doc-tools-${{ hashFiles('recipe.cake') }}
2828

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

.github/workflows/updateToc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fetch-depth: 0
2323
ref: ${{ github.event.ref }}
2424

25-
- uses: technote-space/toc-generator@v4
25+
- uses: technote-space/toc-generator@9e238e7974de5fcf7b17b7acc54c896160dda0a3 # v4
2626
with:
2727
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
2828
TARGET_PATHS: "."

0 commit comments

Comments
 (0)