File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,11 +43,11 @@ jobs:
4343
4444 steps :
4545 - name : Checkout repository
46- uses : actions/checkout@v4
46+ uses : actions/checkout@v6
4747
4848 # Initializes the CodeQL tools for scanning.
4949 - name : Initialize CodeQL
50- uses : github/codeql-action/init@v3
50+ uses : github/codeql-action/init@v4
5151 with :
5252 languages : ${{ matrix.language }}
5353 build-mode : ${{ matrix.build-mode }}
7575 make
7676
7777 - name : Perform CodeQL Analysis
78- uses : github/codeql-action/analyze@v3
78+ uses : github/codeql-action/analyze@v4
7979 with :
8080 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 2929 # Setup Python
3030 # -------------------------------------------------
3131 - name : Setup Python
32- uses : actions/setup-python@v5
32+ uses : actions/setup-python@v6
3333 with :
3434 python-version : " 3.12"
3535
You can’t perform that action at this time.
0 commit comments