File tree Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 29
29
api.github.com:443
30
30
github.com:443
31
31
32
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v2
32
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v2
33
33
- name : Update the rc tag
34
34
uses : step-security/publish-action@b438f840875fdcb7d1de4fc3d1d30e86cf6acb5d
35
35
with :
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@b4ffde65f46336ab88eb53be808477a3936bae11
49
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
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 22
22
egress-policy : audit
23
23
24
24
- name : ' Checkout Repository'
25
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
25
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
26
26
- name : ' Dependency Review'
27
27
uses : actions/dependency-review-action@0c155c5e8556a497adf53f2c18edabf945ed8e70 # v4.3.2
Original file line number Diff line number Diff line change 32
32
api.github.com:443
33
33
github.com:443
34
34
35
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
35
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
36
36
- name : Update the rc tag
37
37
uses : step-security/publish-action@b438f840875fdcb7d1de4fc3d1d30e86cf6acb5d
38
38
with :
Original file line number Diff line number Diff line change 23
23
24
24
25
25
- name : Checkout code
26
- uses : actions/checkout@v3
26
+ uses : actions/checkout@v4
27
27
28
28
- name : Run outbound calls from host
29
29
run : |
56
56
security.ubuntu.com:80
57
57
58
58
- name : Checkout code
59
- uses : actions/checkout@v3
59
+ uses : actions/checkout@v4
60
60
61
61
- name : Run outbound calls from within Docker container
62
62
continue-on-error : true
@@ -103,7 +103,7 @@ jobs:
103
103
security.ubuntu.com:80
104
104
105
105
- name : Checkout code
106
- uses : actions/checkout@v3
106
+ uses : actions/checkout@v4
107
107
108
108
- name : Build Docker image and test outbound calls during build
109
109
continue-on-error : true
@@ -152,7 +152,7 @@ jobs:
152
152
153
153
154
154
- name : Checkout code
155
- uses : actions/checkout@v3
155
+ uses : actions/checkout@v4
156
156
157
157
- name : Run long-running Docker container with outbound calls
158
158
continue-on-error : true
Original file line number Diff line number Diff line change 30
30
egress-policy : audit
31
31
32
32
- name : " Checkout code"
33
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v3.0.0
33
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag=v3.0.0
34
34
with :
35
35
persist-credentials : false
36
36
Original file line number Diff line number Diff line change 32
32
uploader.codecov.io:443
33
33
34
34
- name : Checkout
35
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
35
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
36
36
- name : Install Dependencies
37
37
run : npm ci
38
38
- name : Run coverage
You can’t perform that action at this time.
0 commit comments