File tree 11 files changed +26
-26
lines changed
11 files changed +26
-26
lines changed Original file line number Diff line number Diff line change 18
18
with :
19
19
node-version : " 18"
20
20
cache : yarn
21
- - uses : preactjs/compressed-size-action@v2
21
+ - uses : preactjs/compressed-size-action@946a292cd35bd1088e0d7eb92b69d1a8d5b5d76a # v2
22
22
with :
23
23
repo-token : ${{ secrets.GITHUB_TOKEN }}
24
24
build-script : build
33
33
timeout-minutes : 30
34
34
runs-on : ubuntu-latest
35
35
steps :
36
- - uses : actions/checkout@v4
37
- - uses : actions/setup-node@v4
36
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
37
+ - uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
38
38
with :
39
39
cache : yarn
40
40
- name : Installation
Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ jobs:
17
17
if : ${{ github.repository == 'PaloAltoNetworks/docusaurus-openapi-docs' && github.ref == 'refs/heads/v3.0.0' && github.event_name == 'push' }}
18
18
steps :
19
19
- name : Checkout
20
- uses : actions/checkout@v4
20
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
21
21
with :
22
22
fetch-depth : 0 # Needed to get the commit number with "git rev-list --count HEAD"
23
23
- name : Set up Node
24
- uses : actions/setup-node@v4
24
+ uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
25
25
with :
26
26
node-version : " 18"
27
27
cache : yarn
Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ jobs:
17
17
if : ${{ github.repository == 'PaloAltoNetworks/docusaurus-openapi-docs' && github.ref == 'refs/heads/main' && github.event_name == 'push' }}
18
18
steps :
19
19
- name : Checkout
20
- uses : actions/checkout@v4
20
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
21
21
with :
22
22
fetch-depth : 0 # Needed to get the commit number with "git rev-list --count HEAD"
23
23
- name : Set up Node
24
- uses : actions/setup-node@v4
24
+ uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
25
25
with :
26
26
node-version : " 18"
27
27
cache : yarn
Original file line number Diff line number Diff line change 20
20
21
21
steps :
22
22
- name : Checkout repository
23
- uses : actions/checkout@v3
23
+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
24
24
25
25
- name : Initialize CodeQL
26
26
uses : github/codeql-action/init@v3
Original file line number Diff line number Diff line change 89
89
console.log('Combined: ' + combined);
90
90
return combined
91
91
92
- - uses : actions/checkout@v3
92
+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
93
93
with :
94
94
fetch-depth : 0
95
95
@@ -122,7 +122,7 @@ jobs:
122
122
APP_PEM : ${{ secrets.APP_PEM }}
123
123
APP_ID : ${{ secrets.APP_ID }}
124
124
125
- - uses : actions/github-script@v3
125
+ - uses : actions/github-script@ffc2c79a5b2490bd33e0a41c1de74b877714d736 # v3
126
126
name : Create Combined Pull Request
127
127
env :
128
128
PRS_STRING : ${{ steps.fetch-branch-names.outputs.prs-string }}
Original file line number Diff line number Diff line change 29
29
- name : Build site
30
30
run : yarn build-demo && zip -r build.zip demo/build
31
31
32
- - uses : actions/upload-artifact@v4
32
+ - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
33
33
with :
34
34
name : build
35
35
path : build.zip
@@ -41,15 +41,15 @@ jobs:
41
41
42
42
steps :
43
43
- name : Checkout repository
44
- uses : actions/checkout@v4
44
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
45
45
46
46
- name : Setup node
47
- uses : actions/setup-node@v4
47
+ uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
48
48
with :
49
49
node-version : " 18"
50
50
cache : " yarn"
51
51
52
- - uses : actions/download-artifact@v4
52
+ - uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4
53
53
with :
54
54
name : build
55
55
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108
108
- name : Build site
109
109
run : yarn build-demo && zip -r build.zip demo/build
110
110
111
- - uses : actions/upload-artifact@v4
111
+ - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
112
112
with :
113
113
name : build
114
114
path : build.zip
@@ -121,15 +121,15 @@ jobs:
121
121
122
122
steps :
123
123
- name : Checkout repository
124
- uses : actions/checkout@v4
124
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
125
125
126
126
- name : Setup node
127
- uses : actions/setup-node@v4
127
+ uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
128
128
with :
129
129
node-version : " 18"
130
130
cache : " yarn"
131
131
132
- - uses : actions/download-artifact@v4
132
+ - uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4
133
133
with :
134
134
name : build
135
135
Original file line number Diff line number Diff line change 17
17
name : Check
18
18
runs-on : ubuntu-latest
19
19
steps :
20
- - uses : actions/checkout@v4
20
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
21
21
with :
22
22
fetch-depth : 0
23
23
- name : Check
Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ jobs:
14
14
runs-on : ubuntu-latest
15
15
if : ${{ github.repository == 'PaloAltoNetworks/docusaurus-openapi-docs' }}
16
16
steps :
17
- - uses : actions/checkout@v4
17
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
18
18
with :
19
19
fetch-depth : 0
20
20
- run : |
21
21
git config user.name "github-actions[bot]"
22
22
git config user.email "github-actions[bot]@users.noreply.github.com"
23
- - uses : actions/setup-node@v2
23
+ - uses : actions/setup-node@7c12f8017d5436eb855f1ed4399f037a36fbd9e8 # v2
24
24
with :
25
25
node-version : " *"
26
26
registry-url : " https://registry.npmjs.org"
Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ jobs:
15
15
runs-on : ubuntu-latest
16
16
if : ${{ github.repository == 'PaloAltoNetworks/docusaurus-openapi-docs' }}
17
17
steps :
18
- - uses : actions/checkout@v4
18
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
19
19
with :
20
20
fetch-depth : 0
21
21
- run : |
22
22
git config user.name "github-actions[bot]"
23
23
git config user.email "github-actions[bot]@users.noreply.github.com"
24
- - uses : actions/setup-node@v2
24
+ - uses : actions/setup-node@7c12f8017d5436eb855f1ed4399f037a36fbd9e8 # v2
25
25
with :
26
26
node-version : " *"
27
27
registry-url : " https://registry.npmjs.org"
Original file line number Diff line number Diff line change @@ -33,11 +33,11 @@ jobs:
33
33
needs : prepare-yarn-cache
34
34
runs-on : ubuntu-latest
35
35
steps :
36
- - uses : actions/checkout@v4
37
- - uses : actions/setup-node@v4
36
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
37
+ - uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
38
38
with :
39
39
node-version : " 18"
40
- - uses : actions/cache@v3
40
+ - uses : actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3
41
41
with :
42
42
path : |
43
43
node_modules
You can’t perform that action at this time.
0 commit comments