File tree 12 files changed +16
-17
lines changed
12 files changed +16
-17
lines changed Original file line number Diff line number Diff line change 18
18
runs-on : ubuntu-latest
19
19
20
20
steps :
21
- - uses : actions/checkout@v3
21
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
22
22
- name : Setup .NET 6.0 & 8.0
23
23
uses : actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 # 4.0.0
24
24
with :
32
32
- name : Test & Code Coverage
33
33
run : dotnet test --collect:"XPlat Code Coverage" --results-directory ./codecov --verbosity normal
34
34
- name : Codecov
35
- uses : codecov/codecov-action@5ecb98a3c6b747ed38dc09f787459979aebb39be # 4.3.1
36
- env :
37
- CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
35
+ uses : codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # 4.5.0
38
36
with :
37
+ token : ${{ secrets.CODECOV_TOKEN }}
39
38
flags : unittests
40
39
fail_ci_if_error : false
41
40
name : codecov-lambda-powertools-dotnet
Original file line number Diff line number Diff line change 25
25
26
26
steps :
27
27
- name : Checkout repository
28
- uses : actions/checkout@v3
28
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
29
29
30
30
# Initializes the CodeQL tools for scanning.
31
31
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 20
20
runs-on : ubuntu-latest
21
21
environment : Docs
22
22
steps :
23
- - uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
23
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
24
24
with :
25
25
fetch-depth : 0
26
26
- name : Set up Python
52
52
runs-on : ubuntu-latest
53
53
environment : Docs
54
54
steps :
55
- - uses : actions/checkout@v3
55
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
56
56
- name : Setup .NET 6.0
57
57
uses : actions/setup-dotnet@607fce577a46308457984d59e4954e075820f10a
58
58
with :
Original file line number Diff line number Diff line change 22
22
runs-on : ubuntu-latest
23
23
steps :
24
24
- name : Checkout repository
25
- uses : actions/checkout@v3
25
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
26
26
- name : " Label PR based on title"
27
27
uses : actions/github-script@v6
28
28
env :
Original file line number Diff line number Diff line change 23
23
issues : write
24
24
pull-requests : write
25
25
steps :
26
- - uses : actions/checkout@v3
26
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
27
27
# Maintenance: Persist state per PR as an artifact to avoid spam on label add
28
28
- name : " Suggest split large Pull Request"
29
29
uses : actions/github-script@v6
Original file line number Diff line number Diff line change 20
20
runs-on : ubuntu-latest
21
21
if : needs.get_pr_details.outputs.prIsMerged == 'true'
22
22
steps :
23
- - uses : actions/checkout@v3
23
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
24
24
- name : " Label PR related issue for release"
25
25
uses : actions/github-script@v6
26
26
env :
Original file line number Diff line number Diff line change 19
19
needs : get_pr_details
20
20
runs-on : ubuntu-latest
21
21
steps :
22
- - uses : actions/checkout@v3
22
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
23
23
- name : " Ensure related issue is present"
24
24
uses : actions/github-script@v6
25
25
env :
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
11
11
steps :
12
- - uses : actions/checkout@v3
12
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
13
13
- name : " Extract PR details"
14
14
uses : actions/github-script@v6
15
15
with :
Original file line number Diff line number Diff line change 53
53
prIsMerged : ${{ steps.prIsMerged.outputs.prIsMerged }}
54
54
steps :
55
55
- name : Checkout repository # in case caller workflow doesn't checkout thus failing with file not found
56
- uses : actions/checkout@v3
56
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
57
57
- name : " Download previously saved PR"
58
58
uses : actions/github-script@v6
59
59
env :
Original file line number Diff line number Diff line change 18
18
runs-on : ubuntu-latest
19
19
steps :
20
20
- name : Checkout repository # reusable workflows start clean, so we need to checkout again
21
- uses : actions/checkout@v3
21
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
22
22
with :
23
23
fetch-depth : 0
24
24
- name : Git client setup and refresh tip
Original file line number Diff line number Diff line change 35
35
runs-on : ubuntu-latest
36
36
environment : Docs
37
37
steps :
38
- - uses : actions/checkout@v3
38
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
39
39
with :
40
40
fetch-depth : 0
41
41
- name : Install poetry
86
86
runs-on : macos-latest
87
87
environment : Docs
88
88
steps :
89
- - uses : actions/checkout@v3
89
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
90
90
with :
91
91
fetch-depth : 0
92
92
- name : Configure and build api docs generator
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- name : Checkout code
17
- uses : actions/checkout@v3
17
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
18
18
- name : Ensure 3rd party workflows have SHA pinned
19
19
uses : zgosalvez/github-actions-ensure-sha-pinned-actions@6ca5574367befbc9efdb2fa25978084159c5902d # v1.3.0
20
20
with :
You can’t perform that action at this time.
0 commit comments