File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed
Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 4545
4646 # Initializes the CodeQL tools for scanning.
4747 - name : Initialize CodeQL
48- uses : github/codeql-action/init@29b1f65c5e92e24fe6b6647da1eaabe529cec70f # v2.3.3
48+ uses : github/codeql-action/init@83f0fe6c4988d98a455712a27f0255212bba9bd4 # v2.3.6
4949 with :
5050 # Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
5151 languages : java
6565 (cd function-maven-plugin && mvn install)
6666
6767 - name : Perform CodeQL Analysis
68- uses : github/codeql-action/analyze@29b1f65c5e92e24fe6b6647da1eaabe529cec70f # v2.3.3
68+ uses : github/codeql-action/analyze@83f0fe6c4988d98a455712a27f0255212bba9bd4 # v2.3.6
6969 with :
7070 category : ${{ matrix.working-directory }}
Original file line number Diff line number Diff line change 6161
6262 # Upload the results to GitHub's code scanning dashboard.
6363 - name : " Upload to code-scanning"
64- uses : github/codeql-action/upload-sarif@29b1f65c5e92e24fe6b6647da1eaabe529cec70f # v2.3.3
64+ uses : github/codeql-action/upload-sarif@83f0fe6c4988d98a455712a27f0255212bba9bd4 # v2.3.6
6565 with :
6666 sarif_file : results.sarif
Original file line number Diff line number Diff line change 5757 <dependency >
5858 <groupId >com.google.truth</groupId >
5959 <artifactId >truth</artifactId >
60- <version >1.1.3 </version >
60+ <version >1.1.4 </version >
6161 <scope >test</scope >
6262 </dependency >
6363 <dependency >
105105 <plugin >
106106 <groupId >org.apache.maven.plugins</groupId >
107107 <artifactId >maven-source-plugin</artifactId >
108- <version >3.2.1 </version >
108+ <version >3.3.0 </version >
109109 <executions >
110110 <execution >
111111 <id >attach-sources</id >
Original file line number Diff line number Diff line change 7373 <plugin >
7474 <groupId >org.apache.maven.plugins</groupId >
7575 <artifactId >maven-source-plugin</artifactId >
76- <version >3.2.1 </version >
76+ <version >3.3.0 </version >
7777 <executions >
7878 <execution >
7979 <id >attach-sources</id >
151151 <plugin >
152152 <groupId >org.apache.maven.plugins</groupId >
153153 <artifactId >maven-source-plugin</artifactId >
154- <version >3.2.1 </version >
154+ <version >3.3.0 </version >
155155 <executions >
156156 <execution >
157157 <id >attach-sources</id >
Original file line number Diff line number Diff line change 139139 <dependency >
140140 <groupId >com.google.truth</groupId >
141141 <artifactId >truth</artifactId >
142- <version >1.1.3 </version >
142+ <version >1.1.4 </version >
143143 <scope >test</scope >
144144 </dependency >
145145 <dependency >
146146 <groupId >com.google.truth.extensions</groupId >
147147 <artifactId >truth-java8-extension</artifactId >
148- <version >1.1.3 </version >
148+ <version >1.1.4 </version >
149149 <scope >test</scope >
150150 </dependency >
151151 <dependency >
Original file line number Diff line number Diff line change 4242 <dependency >
4343 <groupId >com.google.cloud.functions</groupId >
4444 <artifactId >functions-framework-api</artifactId >
45- <version >1.0.4 </version >
45+ <version >1.1.0 </version >
4646 </dependency >
4747 </dependencies >
4848 </dependencyManagement >
6767 <plugin >
6868 <groupId >org.apache.maven.plugins</groupId >
6969 <artifactId >maven-source-plugin</artifactId >
70- <version >3.2.1 </version >
70+ <version >3.3.0 </version >
7171 <executions >
7272 <execution >
7373 <id >attach-sources</id >
You can’t perform that action at this time.
0 commit comments