File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ jobs:
2424
2525    steps :
2626      - name : Checkout repository 
27-         uses : actions/checkout@v2  
27+         uses : actions/checkout@v3.1.0  
2828
2929      #  Initializes the CodeQL tools for scanning.
3030      - name : Initialize CodeQL 
31-         uses : github/codeql-action/init@v1  
31+         uses : github/codeql-action/init@v2  
3232        with :
3333          languages : ${{ matrix.language }} 
3434          #  If you wish to specify custom queries, you can do so here or in a config file.
3939      #  Autobuild attempts to build any compiled languages  (C/C++, C#, or Java).
4040      #  If this step fails, then you should remove it and run the build manually (see below)
4141      - name : Autobuild 
42-         uses : github/codeql-action/autobuild@v1  
42+         uses : github/codeql-action/autobuild@v2  
4343
4444      #  ℹ️ Command-line programs to run using the OS shell.
4545      #  📚 https://git.io/JvXDl
5353      #    make release
5454
5555      - name : Perform CodeQL Analysis 
56-         uses : github/codeql-action/analyze@v1  
56+         uses : github/codeql-action/analyze@v2  
Original file line number Diff line number Diff line change @@ -12,20 +12,20 @@ jobs:
1212
1313    steps :
1414      - name : Checkout 
15-         uses : actions/checkout@v2.4 .0 
15+         uses : actions/checkout@v3.1 .0 
1616        with :
1717          fetch-depth : 0 
1818
1919      - name : Setup Node.js Environment 
20-         uses : actions/setup-node@v2 .5.0  
20+         uses : actions/setup-node@v3 .5.1  
2121        with :
2222          always-auth : true 
2323          node-version : 14 
2424          registry-url : " https://registry.npmjs.org" 
2525          scope : " @demartini" 
2626
2727      - name : Cache Node Modules 
28-         uses : actions/cache@v2.1.7  
28+         uses : actions/cache@v3.0.11  
2929        id : cache 
3030        with :
3131          path : node_modules 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments