2222 matrix : ${{ steps.export-supported-codeql-env-matrix.outputs.matrix }}
2323 steps :
2424 - name : Checkout repository
25- uses : actions/checkout@v2
25+ uses : actions/checkout@v4
2626
2727 - name : Export supported CodeQL environment matrix
2828 id : export-supported-codeql-env-matrix
@@ -40,10 +40,10 @@ jobs:
4040 matrix : ${{ fromJSON(needs.prepare-supported-codeql-env-matrix.outputs.matrix) }}
4141 steps :
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
4747 with :
4848 python-version : " 3.9"
4949
5252
5353 - name : Cache CodeQL
5454 id : cache-codeql
55- uses : actions/cache@v2.1.3
55+ uses : actions/cache@v4
5656 with :
5757 path : ${{ github.workspace }}/codeql_home
5858 key : codeql-home-${{ matrix.os }}-${{ matrix.codeql_cli }}-${{ matrix.codeql_standard_library }}
@@ -83,10 +83,10 @@ jobs:
8383 runs-on : ubuntu-22.04
8484 steps :
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
9090 with :
9191 python-version : " 3.9"
9292
@@ -102,10 +102,10 @@ jobs:
102102 runs-on : ubuntu-22.04
103103 steps :
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
109109 with :
110110 python-version : " 3.9"
111111
0 commit comments