2222matrix :${{ steps.export-supported-codeql-env-matrix.outputs.matrix }}
2323steps :
2424 -name :Checkout repository
25- uses :actions/checkout@v2
25+ uses :actions/checkout@v4
2626
2727 -name :Export supported CodeQL environment matrix
2828id :export-supported-codeql-env-matrix
@@ -40,10 +40,10 @@ jobs:
4040matrix :${{ fromJSON(needs.prepare-supported-codeql-env-matrix.outputs.matrix) }}
4141steps :
4242 -name :Checkout
43- uses :actions/checkout@v2
43+ uses :actions/checkout@v4
4444
4545 -name :Install Python
46- uses :actions/setup-python@v4
46+ uses :actions/setup-python@v5
4747with :
4848python-version :" 3.9"
4949
5252
5353 -name :Cache CodeQL
5454id :cache-codeql
55- uses :actions/cache@v2.1.3
55+ uses :actions/cache@v4
5656with :
5757path :${{ github.workspace }}/codeql_home
5858key :codeql-home-${{ matrix.os }}-${{ matrix.codeql_cli }}-${{ matrix.codeql_standard_library }}
@@ -83,10 +83,10 @@ jobs:
8383runs-on :ubuntu-22.04
8484steps :
8585 -name :Checkout
86- uses :actions/checkout@v2
86+ uses :actions/checkout@v4
8787
8888 -name :Install Python
89- uses :actions/setup-python@v4
89+ uses :actions/setup-python@v5
9090with :
9191python-version :" 3.9"
9292
@@ -102,10 +102,10 @@ jobs:
102102runs-on :ubuntu-22.04
103103steps :
104104 -name :Checkout
105- uses :actions/checkout@v2
105+ uses :actions/checkout@v4
106106
107107 -name :Install Python
108- uses :actions/setup-python@v4
108+ uses :actions/setup-python@v5
109109with :
110110python-version :" 3.9"
111111