File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ jobs:
123
123
needs : call-docs-build-push
124
124
runs-on : ubuntu-22.04
125
125
steps :
126
- - uses : actions/checkout@v4
126
+ - uses : actions/checkout@v5
127
127
with :
128
128
ref : ${{ github.event.workflow_run.head_branch }}
129
129
- uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 16
16
IS_CHANGES_DETECTED : ${{ steps.check_changes.outputs.changed }}
17
17
steps :
18
18
- name : Checkout Repository
19
- uses : actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 # v4.2.2
19
+ uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2
20
20
with :
21
21
fetch-depth : 0
22
22
- name : Clone the nginx/nginx-org repository
Original file line number Diff line number Diff line change 22
22
if : ${{ github.event.repository.fork == false }}
23
23
steps :
24
24
- name : Checkout Repository
25
- uses : actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 # v4.2.2
25
+ uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2
26
26
27
27
- name : Scan
28
28
uses : fossas/fossa-action@3ebcea1862c6ffbd5cf1b4d0bd6b3fe7bd6f2cac # v1.7.0
Original file line number Diff line number Diff line change 21
21
runs-on : ubuntu-24.04
22
22
steps :
23
23
- name : Checkout Repository
24
- uses : actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 # v4.2.2
24
+ uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2
25
25
with :
26
26
ref : ${{ inputs.branch && inputs.branch || github.ref }}
27
27
Original file line number Diff line number Diff line change 29
29
checks : read # To detect SAST tools
30
30
steps :
31
31
- name : Check out the codebase
32
- uses : actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 # v4.2.0
32
+ uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.0
33
33
with :
34
34
persist-credentials : false
35
35
Original file line number Diff line number Diff line change 8
8
run-playwright-tests :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v4
11
+ - uses : actions/checkout@v5
12
12
- uses : actions/setup-node@v4
13
13
with :
14
14
node-version : lts/*
You can’t perform that action at this time.
0 commit comments