File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4747
4848 # Initializes the CodeQL tools for scanning.
4949 - name : Initialize CodeQL
50- uses : github/codeql-action/init@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
50+ uses : github/codeql-action/init@5d5cd550d3e189c569da8f16ea8de2d821c9bf7a # v3.31.2
5151 with :
5252 # Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
5353 languages : java
6565 (cd function-maven-plugin && mvn install)
6666
6767 - name : Perform CodeQL Analysis
68- uses : github/codeql-action/analyze@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
68+ uses : github/codeql-action/analyze@5d5cd550d3e189c569da8f16ea8de2d821c9bf7a # v3.31.2
6969 with :
7070 category : ${{ matrix.working-directory }}
Original file line number Diff line number Diff line change 6262
6363 # Upload the results to GitHub's code scanning dashboard.
6464 - name : " Upload to code-scanning"
65- uses : github/codeql-action/upload-sarif@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
65+ uses : github/codeql-action/upload-sarif@5d5cd550d3e189c569da8f16ea8de2d821c9bf7a # v3.31.2
6666 with :
6767 sarif_file : results.sarif
Original file line number Diff line number Diff line change 6868 <dependency >
6969 <groupId >org.apache.maven.plugin-tools</groupId >
7070 <artifactId >maven-plugin-annotations</artifactId >
71- <version >3.15.1 </version >
71+ <version >3.15.2 </version >
7272 <scope >provided</scope >
7373 </dependency >
7474
8181 <dependency >
8282 <groupId >com.google.cloud.tools</groupId >
8383 <artifactId >appengine-maven-plugin</artifactId >
84- <version >2.8.3 </version >
84+ <version >2.8.4 </version >
8585 <type >jar</type >
8686 </dependency >
8787
104104 <plugin >
105105 <groupId >org.apache.maven.plugins</groupId >
106106 <artifactId >maven-plugin-plugin</artifactId >
107- <version >3.15.1 </version >
107+ <version >3.15.2 </version >
108108 <executions >
109109 <execution >
110110 <id >help-goal</id >
Original file line number Diff line number Diff line change 5353 <plugin >
5454 <groupId >com.google.cloud.functions</groupId >
5555 <artifactId >function-maven-plugin</artifactId >
56- <version >0.11.1 </version >
56+ <version >0.11.2 </version >
5757 </plugin >
5858 </plugins >
5959 </pluginManagement >
You can’t perform that action at this time.
0 commit comments