File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -25,14 +25,14 @@ jobs:
2525
2626 steps :
2727 - name : Checkout repository
28- uses : actions/checkout@v5
28+ uses : actions/checkout@v6
2929
3030 # Initializes the CodeQL tools for scanning.
3131 - name : Initialize CodeQL
32- uses : github/codeql-action/init@v3
32+ uses : github/codeql-action/init@v4
3333 with :
3434 languages : ${{ matrix.language }}
3535 config-file : geekmasher/security-codeql/config/default.yml@main
3636
3737 - name : Perform CodeQL Analysis
38- uses : github/codeql-action/analyze@v3
38+ uses : github/codeql-action/analyze@v4
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
1414 runs-on : ubuntu-latest
1515
1616 steps :
17- - uses : actions/checkout@v5
17+ - uses : actions/checkout@v6
1818
1919 - name : Set up Python 3.10
20- uses : actions/setup-python@v5
20+ uses : actions/setup-python@v6
2121 with :
2222 python-version : " 3.10"
2323
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ inputs:
3131runs :
3232 using : " composite"
3333 steps :
34- - uses : actions/setup-python@v5
34+ - uses : actions/setup-python@v6
3535 with :
3636 python-version : ' 3.10'
3737
You can’t perform that action at this time.
0 commit comments