File tree 5 files changed +11
-11
lines changed
5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ jobs:
10
10
steps :
11
11
# Checkout the source code
12
12
- name : ' Checkout source code'
13
- uses : actions/checkout@v4
13
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
14
14
15
15
- name : ' Fetch Dependabot metadata'
16
16
id : dependabot-fetch
17
- uses : dependabot/fetch-metadata@v1
17
+ uses : dependabot/fetch-metadata@c9c4182bf1b97f5224aee3906fd373f6b61b4526 # v1
18
18
with :
19
19
github-token : ' ${{ secrets.GITHUB_TOKEN }}'
20
20
51
51
steps :
52
52
- name : ' Fetch Dependabot metadata'
53
53
id : dependabot
54
- uses : dependabot/fetch-metadata@v1
54
+ uses : dependabot/fetch-metadata@c9c4182bf1b97f5224aee3906fd373f6b61b4526 # v1
55
55
with :
56
56
github-token : ' ${{ secrets.GITHUB_TOKEN }}'
57
57
Original file line number Diff line number Diff line change 25
25
steps :
26
26
# Checkout the source code
27
27
- name : ' Checkout source code'
28
- uses : actions/checkout@v4
28
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
29
29
30
30
# Install Salesforce CLI
31
31
- name : ' Install Salesforce sfdx CLI'
75
75
76
76
# Upload code coverage to Codecov.io
77
77
- name : ' Upload code coverage for Apex to Codecov.io'
78
- uses : codecov/codecov-action@v3
78
+ uses : codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3
79
79
with :
80
80
flags : Apex
81
81
token : ${{ secrets.codecov-token }}
Original file line number Diff line number Diff line change @@ -14,16 +14,16 @@ jobs:
14
14
steps :
15
15
# Checkout the source code
16
16
- name : ' Checkout source code'
17
- uses : actions/checkout@v4
17
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
18
18
19
19
# Install Volta to enforce proper node and package manager versions
20
20
- name : ' Install Volta'
21
- uses : volta-cli/action@v4
21
+ uses : volta-cli/action@d253558a6e356722728a10e9a469190de21a83ef # v4
22
22
23
23
# Cache node_modules to speed up the process
24
24
- name : ' Restore node_modules cache'
25
25
id : cache-npm
26
- uses : actions/cache@v3
26
+ uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3
27
27
with :
28
28
path : node_modules
29
29
key : npm-${{ hashFiles('**/package-lock.json') }}
46
46
47
47
# Upload code coverage data
48
48
- name : ' Upload code coverage for LWC to Codecov.io'
49
- uses : codecov/codecov-action@v3
49
+ uses : codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3
50
50
with :
51
51
flags : LWC
52
52
token : ${{ secrets.CODECOV_TOKEN }}${{ secrets.codecov-token }}
Original file line number Diff line number Diff line change 17
17
steps :
18
18
# Checkout the source code
19
19
- name : ' Checkout source code'
20
- uses : actions/checkout@v4
20
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
21
21
22
22
# Install npm dependencies for Prettier
23
23
- name : ' Install Dependencies'
Original file line number Diff line number Diff line change 21
21
name : Release Please
22
22
runs-on : ubuntu-latest
23
23
steps :
24
- - uses : google-github-actions/release-please-action@v3
24
+ - uses : google-github-actions/release-please-action@db8f2c60ee802b3748b512940dde88eabd7b7e01 # v3
25
25
with :
26
26
command : manifest
27
27
token : ${{ secrets.release-token }}
You can’t perform that action at this time.
0 commit comments