File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 33
33
github.event_name == 'push' || github.event_name == 'schedule'
34
34
steps :
35
35
- name : Checkout Repository
36
- uses : actions/checkout@v2
36
+ uses : actions/checkout@v3
37
37
- name : Determine NGINX Plus version
38
38
run : echo "NGINX_PLUS_VERSION=$(cat Makefile | grep -m1 NGINX_PLUS_VERSION | cut -d "=" -f2)" >> $GITHUB_ENV
39
39
- name : Switch Repository (Nightly)
Original file line number Diff line number Diff line change 35
35
36
36
steps :
37
37
- name : Checkout repository
38
- uses : actions/checkout@v2
38
+ uses : actions/checkout@v3
39
39
40
40
# Initializes the CodeQL tools for scanning.
41
41
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-20.04
15
15
steps :
16
16
- name : Checkout Repository
17
- uses : actions/checkout@v2
17
+ uses : actions/checkout@v3
18
18
- name : Scan
19
19
uses : fossas/fossa-action@v1
20
20
with :
Original file line number Diff line number Diff line change 23
23
runs-on : ubuntu-20.04
24
24
steps :
25
25
- name : Checkout Repository
26
- uses : actions/checkout@v2
26
+ uses : actions/checkout@v3
27
27
- name : Output Variables
28
28
id : vars
29
29
run : echo "::set-output name=go_version::$(grep "go 1." go.mod | cut -d " " -f 2)"
You can’t perform that action at this time.
0 commit comments