Skip to content
This repository was archived by the owner on Dec 20, 2023. It is now read-only.

Commit abbae85

Browse files
Pin dependencies
1 parent 73d0ea2 commit abbae85

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
4545
- name: Fetch all tags and branches
4646
run: git fetch --prune --unshallow
47-
- uses: actions/[email protected]
47+
- uses: actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2 # v3.2.0
4848
with:
4949
# codecov needs 2.1
5050
dotnet-version: |
@@ -54,26 +54,26 @@ jobs:
5454
6.0
5555
7.0
5656
- name: Cache Tools
57-
uses: actions/cache@v3
57+
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3
5858
with:
5959
path: tools
6060
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}
6161
- name: Build project
62-
uses: cake-build/cake-action@v1
62+
uses: cake-build/cake-action@a6eb054329257c9e70a6c6bf01747ad6e1d9d52b # v1
6363
with:
6464
script-path: recipe.cake
6565
target: CI
6666
cake-version: 1.3.0
6767
- name: Upload Issues
68-
uses: actions/upload-artifact@v3
68+
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3
6969
with:
7070
if-no-files-found: warn
7171
name: ${{ matrix.os }} Issues
7272
path: |
7373
BuildArtifacts/report.html
7474
BuildArtifacts/**/coverlet/*.xml
7575
- name: Upload Packages
76-
uses: actions/upload-artifact@v3
76+
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3
7777
if: runner.os == 'Windows'
7878
with:
7979
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@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2 # v3.2.0
3838
with:
3939
# codecov needs 2.1
4040
dotnet-version: |
@@ -45,14 +45,14 @@ jobs:
4545
7.0
4646
4747
- name: Cache Tools
48-
uses: actions/cache@v3
48+
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3
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@v2
55+
uses: github/codeql-action/init@00e563ead9f72a8461b24876bee2d0c2e8bd2ee8 # v2
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@v2
71+
uses: github/codeql-action/analyze@00e563ead9f72a8461b24876bee2d0c2e8bd2ee8 # v2

0 commit comments

Comments
 (0)