File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 46
46
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
47
47
48
48
- name : Checkout repository
49
- uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
49
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
50
50
51
51
# Initializes the CodeQL tools for scanning.
52
52
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 21
21
with :
22
22
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
23
23
24
- - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
24
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
25
25
- name : Use Node.js ${{ matrix.node-version }}
26
26
uses : actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
27
27
with :
44
44
with :
45
45
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
46
46
47
- - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
47
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
48
48
- name : Use Node.js ${{ matrix.node-version }}
49
49
uses : actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
50
50
with :
Original file line number Diff line number Diff line change 37
37
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
38
38
39
39
- name : " Checkout code"
40
- uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.3.0 # v3.1.0
40
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v3.3.0 # v3.1.0
41
41
with :
42
42
persist-credentials : false
43
43
You can’t perform that action at this time.
0 commit comments