File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,11 +39,11 @@ jobs:
3939
4040 steps :
4141 - name : Checkout repository
42- uses : actions/checkout@v3
42+ uses : actions/checkout@v4
4343
4444 # Initializes the CodeQL tools for scanning.
4545 - name : Initialize CodeQL
46- uses : github/codeql-action/init@v2
46+ uses : github/codeql-action/init@v3
4747 with :
4848 languages : ${{ matrix.language }}
4949 # If you wish to specify custom queries, you can do so here or in a config file.
5454 # queries: security-extended,security-and-quality
5555
5656 - name : Set up JDK ${{ matrix.java }}
57- uses : actions/setup-java@v2
57+ uses : actions/setup-java@v4
5858 with :
5959 distribution : ' zulu'
6060 java-version : 8
8888 atlas-package
8989
9090 - name : Perform CodeQL Analysis
91- uses : github/codeql-action/analyze@v2
91+ uses : github/codeql-action/analyze@v3
You can’t perform that action at this time.
0 commit comments