File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ jobs:
21
21
runs-on : ubuntu-latest
22
22
steps :
23
23
- name : Checkout aiohttp
24
- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
24
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
25
25
with :
26
26
repository : aio-libs/aiohttp
27
27
- name : Checkout llhttp
28
- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
28
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
29
29
with :
30
30
path : vendor/llhttp
31
31
- name : Restore node_modules cache
Original file line number Diff line number Diff line change 30
30
echo $env:PATH >> $env:GITHUB_PATH
31
31
32
32
- name : Fetch code
33
- uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
33
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
34
34
with :
35
35
fetch-depth : 1
36
36
73
73
echo $env:PATH >> $env:GITHUB_PATH
74
74
75
75
- name : Fetch code
76
- uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
76
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
77
77
with :
78
78
fetch-depth : 1
79
79
@@ -101,7 +101,7 @@ jobs:
101
101
runs-on : ubuntu-latest
102
102
steps :
103
103
- name : Fetch code
104
- uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
104
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
105
105
with :
106
106
fetch-depth : 1
107
107
Original file line number Diff line number Diff line change 41
41
42
42
steps :
43
43
- name : Checkout repository
44
- uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
44
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
45
45
46
46
# Initializes the CodeQL tools for scanning.
47
47
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 31
31
32
32
steps :
33
33
- name : " Checkout code"
34
- uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
34
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
35
35
with :
36
36
persist-credentials : false
37
37
You can’t perform that action at this time.
0 commit comments