File tree Expand file tree Collapse file tree 9 files changed +27
-27
lines changed
Expand file tree Collapse file tree 9 files changed +27
-27
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@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
31+ uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
3232 with :
3333 disable-sudo : true
3434 egress-policy : block
@@ -42,11 +42,11 @@ jobs:
4242 uploads.github.com:443
4343
4444 - name : Checkout repository
45- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
45+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4646
4747 # Initializes the CodeQL tools for scanning.
4848 - name : Initialize CodeQL
49- uses : github/codeql-action/init@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9
49+ uses : github/codeql-action/init@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
5050 with :
5151 # Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
5252 languages : java
6666 (cd function-maven-plugin && mvn install)
6767
6868 - name : Perform CodeQL Analysis
69- uses : github/codeql-action/analyze@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9
69+ uses : github/codeql-action/analyze@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
7070 with :
7171 category : ${{ matrix.working-directory }}
Original file line number Diff line number Diff line change 1818 ]
1919 steps :
2020 - name : Harden Runner
21- uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
21+ uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
2222 with :
2323 disable-sudo : true
2424 egress-policy : block
@@ -30,16 +30,16 @@ jobs:
3030 repo.maven.apache.org:443
3131 storage.googleapis.com:443
3232
33- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
33+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3434
3535 - name : Set up JDK ${{ matrix.java }}
36- uses : actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4.4 .0
36+ uses : actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4.5 .0
3737 with :
3838 java-version : ${{ matrix.java }}
3939 distribution : temurin
4040
4141 - name : Setup Go
42- uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
42+ uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
4343 with :
4444 go-version : ' 1.21'
4545
Original file line number Diff line number Diff line change @@ -13,16 +13,16 @@ jobs:
1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Harden Runner
16- uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
16+ uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
1717 with :
1818 disable-sudo : true
1919 egress-policy : block
2020 allowed-endpoints : >
2121 github.com:443
2222 repo.maven.apache.org:443
23- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
23+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2424 - name : Set up JDK
25- uses : actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4.4 .0
25+ uses : actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4.5 .0
2626 with :
2727 java-version : 11.x
2828 distribution : temurin
@@ -38,11 +38,11 @@ jobs:
3838 runs-on : ubuntu-latest
3939 steps :
4040 - name : Harden Runner
41- uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
41+ uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
4242 with :
4343 egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
4444
45- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 # v2 minimum required
45+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 # v2 minimum required
4646 - name : Run formatter
4747 id : formatter
4848 uses : axel-op/googlejavaformat-action@dbff853fb823671ec5781365233bf86543b13215 # v3
Original file line number Diff line number Diff line change 2626
2727 steps :
2828 - name : Harden Runner
29- uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
29+ uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
3030 with :
3131 disable-sudo : true
3232 egress-policy : block
4545 *.github.com:443
4646
4747 - name : " Checkout code"
48- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
48+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4949 with :
5050 persist-credentials : false
5151
6262
6363 # Upload the results to GitHub's code scanning dashboard.
6464 - name : " Upload to code-scanning"
65- uses : github/codeql-action/upload-sarif@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9
65+ uses : github/codeql-action/upload-sarif@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
6666 with :
6767 sarif_file : results.sarif
Original file line number Diff line number Diff line change 1919 ]
2020 steps :
2121 - name : Harden Runner
22- uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
22+ uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
2323 with :
2424 disable-sudo : true
2525 egress-policy : block
2828 repo.maven.apache.org:443
2929 api.adoptium.net:443
3030 *.githubusercontent.com:443
31- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
31+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3232 - name : Set up JDK ${{ matrix.java }}
33- uses : actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4.4 .0
33+ uses : actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4.5 .0
3434 with :
3535 java-version : ${{ matrix.java }}
3636 distribution : temurin
Original file line number Diff line number Diff line change 5151 <dependency >
5252 <groupId >org.apache.maven.plugin-tools</groupId >
5353 <artifactId >maven-plugin-annotations</artifactId >
54- <version >3.15.0 </version >
54+ <version >3.15.1 </version >
5555 <scope >provided</scope >
5656 </dependency >
5757
8787 <plugin >
8888 <groupId >org.apache.maven.plugins</groupId >
8989 <artifactId >maven-plugin-plugin</artifactId >
90- <version >3.15.0 </version >
90+ <version >3.15.1 </version >
9191 <executions >
9292 <execution >
9393 <id >help-goal</id >
132132 <plugin >
133133 <groupId >org.apache.maven.plugins</groupId >
134134 <artifactId >maven-javadoc-plugin</artifactId >
135- <version >3.10.0 </version >
135+ <version >3.11.1 </version >
136136 <executions >
137137 <execution >
138138 <id >attach-javadocs</id >
Original file line number Diff line number Diff line change 2929 <properties >
3030 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
3131 <maven-compiler-plugin .version>3.13.0</maven-compiler-plugin .version>
32- <maven-javadoc-plugin .version>3.10.0 </maven-javadoc-plugin .version>
32+ <maven-javadoc-plugin .version>3.11.1 </maven-javadoc-plugin .version>
3333 <junit .jupiter.version>5.3.2</junit .jupiter.version>
3434 </properties >
3535
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 .1</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 .1</version >
155155 <executions >
156156 <execution >
157157 <id >attach-sources</id >
Original file line number Diff line number Diff line change 122122 <dependency >
123123 <groupId >org.mockito</groupId >
124124 <artifactId >mockito-core</artifactId >
125- <version >5.14.0 </version >
125+ <version >5.14.2 </version >
126126 <scope >test</scope >
127127 </dependency >
128128 <dependency >
Original file line number Diff line number Diff line change 8080 <plugin >
8181 <groupId >org.apache.maven.plugins</groupId >
8282 <artifactId >maven-javadoc-plugin</artifactId >
83- <version >3.10.0 </version >
83+ <version >3.11.1 </version >
8484 <executions >
8585 <execution >
8686 <id >attach-javadocs</id >
You can’t perform that action at this time.
0 commit comments