File tree Expand file tree Collapse file tree 7 files changed +16
-16
lines changed
Expand file tree Collapse file tree 7 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 2828
2929 steps :
3030 - name : Harden Runner
31- uses : step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14 .1
31+ uses : step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15 .1
3232 with :
3333 disable-sudo : true
3434 egress-policy : block
4747
4848 # Initializes the CodeQL tools for scanning.
4949 - name : Initialize CodeQL
50- uses : github/codeql-action/init@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4.32.2
50+ uses : github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
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@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4.32.2
68+ uses : github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
6969 with :
7070 category : ${{ matrix.working-directory }}
Original file line number Diff line number Diff line change 1919 ]
2020 steps :
2121 - name : Harden Runner
22- uses : step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14 .1
22+ uses : step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15 .1
2323 with :
2424 disable-sudo : true
2525 egress-policy : block
4141 distribution : temurin
4242
4343 - name : Setup Go
44- uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
44+ uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
4545 with :
46- go-version : ' 1.25 '
46+ go-version : ' 1.26 '
4747
4848 - name : Build API with Maven
4949 run : (cd functions-framework-api/ && mvn install)
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Harden Runner
16- uses : step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14 .1
16+ uses : step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15 .1
1717 with :
1818 disable-sudo : true
1919 egress-policy : block
3838 runs-on : ubuntu-latest
3939 steps :
4040 - name : Harden Runner
41- uses : step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14 .1
41+ uses : step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15 .1
4242 with :
4343 egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
4444
Original file line number Diff line number Diff line change 2626
2727 steps :
2828 - name : Harden Runner
29- uses : step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14 .1
29+ uses : step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15 .1
3030 with :
3131 disable-sudo : true
3232 egress-policy : block
6262
6363 # Upload the results to GitHub's code scanning dashboard.
6464 - name : " Upload to code-scanning"
65- uses : github/codeql-action/upload-sarif@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4.32.2
65+ uses : github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
6666 with :
6767 sarif_file : results.sarif
Original file line number Diff line number Diff line change 1818 ]
1919 steps :
2020 - name : Harden Runner
21- uses : step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14 .1
21+ uses : step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15 .1
2222 with :
2323 disable-sudo : true
2424 egress-policy : block
Original file line number Diff line number Diff line change 5656 <dependency >
5757 <groupId >org.apache.maven</groupId >
5858 <artifactId >maven-plugin-api</artifactId >
59- <version >3.9.12 </version >
59+ <version >3.9.14 </version >
6060 <scope >provided</scope >
6161 </dependency >
6262 <dependency >
6363 <groupId >org.apache.maven</groupId >
6464 <artifactId >maven-core</artifactId >
65- <version >3.9.12 </version >
65+ <version >3.9.14 </version >
6666 <scope >provided</scope >
6767 </dependency >
6868 <dependency >
Original file line number Diff line number Diff line change 2424 <maven .compiler.source>17</maven .compiler.source>
2525 <maven .compiler.target>17</maven .compiler.target>
2626 <cloudevents .sdk.version>4.0.1</cloudevents .sdk.version>
27- <jetty .version>12.1.6 </jetty .version>
27+ <jetty .version>12.1.7 </jetty .version>
2828 </properties >
2929
3030 <licenses >
119119 <dependency >
120120 <groupId >org.mockito</groupId >
121121 <artifactId >mockito-core</artifactId >
122- <version >5.21 .0</version >
122+ <version >5.23 .0</version >
123123 <scope >test</scope >
124124 </dependency >
125125 <dependency >
189189 <plugin >
190190 <groupId >org.apache.maven.plugins</groupId >
191191 <artifactId >maven-shade-plugin</artifactId >
192- <version >3.6.1 </version >
192+ <version >3.6.2 </version >
193193 <executions >
194194 <execution >
195195 <phase >package</phase >
You can’t perform that action at this time.
0 commit comments