File tree 3 files changed +22
-22
lines changed
3 files changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -13,28 +13,28 @@ permissions:
13
13
concurrency :
14
14
group : " pages"
15
15
cancel-in-progress : false
16
-
16
+
17
17
jobs :
18
18
publish-docs :
19
19
environment :
20
20
name : github-pages
21
21
url : ${{ steps.deployment.outputs.page_url }}
22
22
runs-on : ubuntu-latest
23
23
steps :
24
- - name : Checkout
25
- uses : actions/checkout@v4
26
- - name : Dotnet Setup
27
- uses : actions/setup-dotnet@v3
28
- with :
29
- dotnet-version : 8.x
24
+ - name : Checkout
25
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
26
+ - name : Dotnet Setup
27
+ uses : actions/setup-dotnet@b2ace4b12f4cec1b96b6361ff2694ba9e931ceb4 # v3.3.1
28
+ with :
29
+ dotnet-version : 8.x
30
30
31
- - run : dotnet tool update -g docfx
32
- - run : docfx docfx.json
31
+ - run : dotnet tool update -g docfx
32
+ - run : docfx docfx.json
33
33
34
- - name : Upload artifact
35
- uses : actions/upload-pages-artifact@v3
36
- with :
37
- path : ' _site'
38
- - name : Deploy to GitHub Pages
39
- id : deployment
40
- uses : actions/deploy-pages@v4
34
+ - name : Upload artifact
35
+ uses : actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3.0.1
36
+ with :
37
+ path : " _site"
38
+ - name : Deploy to GitHub Pages
39
+ id : deployment
40
+ uses : actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
15
15
runs-on : ubuntu-latest
16
16
17
17
steps :
18
- - uses : actions/checkout@v4
18
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
19
19
20
20
- name : Setup
21
- uses : actions/setup-dotnet@v3
21
+ uses : actions/setup-dotnet@b2ace4b12f4cec1b96b6361ff2694ba9e931ceb4 # v3.3.1
22
22
with :
23
23
dotnet-version : |
24
24
8.0.x
45
45
46
46
- name : Codecov
47
47
if : always() && steps.test.outcome != 'cancelled'
48
- uses : codecov/codecov-action@v4
48
+ uses : codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
49
49
with :
50
50
token : ${{ secrets.CODECOV_TOKEN }}
51
51
directory : ./
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
11
11
12
12
steps :
13
13
- name : Checkout
14
- uses : actions/checkout@v4
14
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
15
15
16
16
- name : Setup .NET
17
- uses : actions/setup-dotnet@v3
17
+ uses : actions/setup-dotnet@b2ace4b12f4cec1b96b6361ff2694ba9e931ceb4 # v3.3.1
18
18
with :
19
19
dotnet-version : " 8.0.x"
20
20
30
30
run : dotnet nuget push "./Thirdweb/bin/Release/*.nupkg" --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
31
31
32
32
- name : Upload build artifacts
33
- uses : actions/upload-artifact@v4
33
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
34
34
with :
35
35
name : build-artifacts
36
36
path : |
You can’t perform that action at this time.
0 commit comments