File tree 3 files changed +11
-11
lines changed
3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 25
25
PROMETHEUS_IMAGE : prom/prometheus:latest
26
26
steps :
27
27
- name : Checkout code
28
- uses : actions/checkout@v3
28
+ uses : actions/checkout@v4.1.3
29
29
- name : Prepare environment
30
30
run : |
31
31
mkdir -p /opt/stack/
@@ -119,7 +119,7 @@ jobs:
119
119
PROMETHEUS_IMAGE : prom/prometheus:latest
120
120
steps :
121
121
- name : Checkout code
122
- uses : actions/checkout@v3
122
+ uses : actions/checkout@v4.1.3
123
123
- name : Prepare environment
124
124
run : |
125
125
mkdir -p /opt/stack/
@@ -217,7 +217,7 @@ jobs:
217
217
PROMETHEUS_IMAGE : prom/prometheus:latest
218
218
steps :
219
219
- name : Checkout code
220
- uses : actions/checkout@v3
220
+ uses : actions/checkout@v4.1.3
221
221
- name : Prepare environment
222
222
run : |
223
223
mkdir -p /opt/stack/
@@ -299,7 +299,7 @@ jobs:
299
299
RSYSLOG_VOLUME : " --volume ${{ github.workspace }}/ci/service_configs/rsyslog/rsyslog_config.conf:/etc/rsyslog.d/integration.conf:z"
300
300
steps :
301
301
- name : Checkout code
302
- uses : actions/checkout@v3
302
+ uses : actions/checkout@v4.1.3
303
303
# start data store services
304
304
- name : Start Elasticsearch service
305
305
run : |
Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ jobs:
21
21
runs-on : ubuntu-20.04
22
22
container : ' quay.io/plmr/sg-core-ci'
23
23
steps :
24
- - uses : actions/setup-go@v3
24
+ - uses : actions/setup-go@v5
25
25
with :
26
26
go-version : ' 1.20'
27
- - uses : actions/checkout@v3
27
+ - uses : actions/checkout@v4.1.3
28
28
# - name: download libraries
29
29
# run: go mod download
30
30
- name : golangci-lint
39
39
runs-on : ubuntu-20.04
40
40
steps :
41
41
- name : Checkout code
42
- uses : actions/checkout@v2
42
+ uses : actions/checkout@v4.1.3
43
43
# start services
44
44
- name : Start Elasticsearch service
45
45
run : |
@@ -68,15 +68,15 @@ jobs:
68
68
--volume ${{ github.workspace }}:$PROJECT_ROOT:z --workdir $PROJECT_ROOT \
69
69
$TEST_IMAGE bash $PROJECT_ROOT/ci/unit/run_tests.sh
70
70
- name : Send coverage
71
- uses : shogo82148/actions-goveralls@v1
71
+ uses : shogo82148/actions-goveralls@v1.8.0
72
72
with :
73
73
path-to-profile : ${{ github.workspace }}/profile.cov
74
74
image-build :
75
75
name : Image build
76
76
runs-on : ubuntu-20.04
77
77
steps :
78
- - uses : actions/checkout@v2
79
- - uses : actions/setup-go@v2
78
+ - uses : actions/checkout@v4.1.3
79
+ - uses : actions/setup-go@v5
80
80
with :
81
81
go-version : ' 1.20'
82
82
- name : Verify image builds
Original file line number Diff line number Diff line change 19
19
runs-on : ubuntu-20.04
20
20
steps :
21
21
- name : update PR with coveralls badge
22
- uses : actions/github-script@v3
22
+ uses : actions/github-script@v7
23
23
with :
24
24
github-token : ${{ secrets.GITHUB_TOKEN }}
25
25
script : |
You can’t perform that action at this time.
0 commit comments