File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -36,16 +36,16 @@ jobs:
3636
3737 steps :
3838 - name : Checkout repository
39- uses : actions/checkout@v2
39+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4040
41- - uses : actions/setup-java@v1
41+ - uses : actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
4242 with :
4343 java-version : 17
4444
4545
4646 # Initializes the CodeQL tools for scanning.
4747 - name : Initialize CodeQL
48- uses : github/codeql-action/init@v2
48+ uses : github/codeql-action/init@16df4fbc19aea13d921737861d6c622bf3cefe23 # v2.23.0
4949 with :
5050 languages : ${{ matrix.language }}
5151 # If you wish to specify custom queries, you can do so here or in a config file.
5858 working-directory : server
5959
6060 - name : Build Client with yarn
61- uses : actions/setup-node@v2
61+ uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
6262 with :
63- node-version : " 16 "
63+ node-version : " 20 "
6464 - run : yarn install
6565
6666 # ℹ️ Command-line programs to run using the OS shell.
7575 # make release
7676
7777 - name : Perform CodeQL Analysis
78- uses : github/codeql-action/analyze@v2
78+ uses : github/codeql-action/analyze@16df4fbc19aea13d921737861d6c622bf3cefe23 # v2.23.0
You can’t perform that action at this time.
0 commit comments