22
22
matrix : ${{ steps.export-supported-codeql-env-matrix.outputs.matrix }}
23
23
steps :
24
24
- name : Checkout repository
25
- uses : actions/checkout@v2
25
+ uses : actions/checkout@v4
26
26
27
27
- name : Export supported CodeQL environment matrix
28
28
id : export-supported-codeql-env-matrix
@@ -40,10 +40,10 @@ jobs:
40
40
matrix : ${{ fromJSON(needs.prepare-supported-codeql-env-matrix.outputs.matrix) }}
41
41
steps :
42
42
- name : Checkout
43
- uses : actions/checkout@v2
43
+ uses : actions/checkout@v4
44
44
45
45
- name : Install Python
46
- uses : actions/setup-python@v4
46
+ uses : actions/setup-python@v5
47
47
with :
48
48
python-version : " 3.9"
49
49
52
52
53
53
- name : Cache CodeQL
54
54
id : cache-codeql
55
- uses : actions/cache@v2.1.3
55
+ uses : actions/cache@v4
56
56
with :
57
57
path : ${{ github.workspace }}/codeql_home
58
58
key : codeql-home-${{ matrix.os }}-${{ matrix.codeql_cli }}-${{ matrix.codeql_standard_library }}
@@ -83,10 +83,10 @@ jobs:
83
83
runs-on : ubuntu-22.04
84
84
steps :
85
85
- name : Checkout
86
- uses : actions/checkout@v2
86
+ uses : actions/checkout@v4
87
87
88
88
- name : Install Python
89
- uses : actions/setup-python@v4
89
+ uses : actions/setup-python@v5
90
90
with :
91
91
python-version : " 3.9"
92
92
@@ -102,10 +102,10 @@ jobs:
102
102
runs-on : ubuntu-22.04
103
103
steps :
104
104
- name : Checkout
105
- uses : actions/checkout@v2
105
+ uses : actions/checkout@v4
106
106
107
107
- name : Install Python
108
- uses : actions/setup-python@v4
108
+ uses : actions/setup-python@v5
109
109
with :
110
110
python-version : " 3.9"
111
111
0 commit comments