File tree Expand file tree Collapse file tree 4 files changed +6
-7
lines changed
Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 4040 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
4141 with :
4242 persist-credentials : false
43- - uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
43+ - uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
4444 with :
4545 path : ~/.m2/repository
4646 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
4949
5050 # Initializes the CodeQL tools for scanning.
5151 - name : Initialize CodeQL
52- uses : github/codeql-action/init@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # 3.27.5
52+ uses : github/codeql-action/init@aa578102511db1f4524ed59b8cc2bae4f6e88195 # 3.27.6
5353 with :
5454 languages : ${{ matrix.language }}
5555 # If you wish to specify custom queries, you can do so here or in a config file.
6060 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
6161 # If this step fails, then you should remove it and run the build manually (see below)
6262 - name : Autobuild
63- uses : github/codeql-action/autobuild@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # 3.27.5
63+ uses : github/codeql-action/autobuild@aa578102511db1f4524ed59b8cc2bae4f6e88195 # 3.27.6
6464
6565 # ℹ️ Command-line programs to run using the OS shell.
6666 # 📚 https://git.io/JvXDl
7474 # make release
7575
7676 - name : Perform CodeQL Analysis
77- uses : github/codeql-action/analyze@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # 3.27.5
77+ uses : github/codeql-action/analyze@aa578102511db1f4524ed59b8cc2bae4f6e88195 # 3.27.6
Original file line number Diff line number Diff line change 4343 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4444 with :
4545 persist-credentials : false
46- - uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
46+ - uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
4747 with :
4848 path : ~/.m2/repository
4949 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 6464 retention-days : 5
6565
6666 - name : " Upload to code-scanning"
67- uses : github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # 3.27.5
67+ uses : github/codeql-action/upload-sarif@aa578102511db1f4524ed59b8cc2bae4f6e88195 # 3.27.6
6868 with :
6969 sarif_file : results.sarif
Original file line number Diff line number Diff line change 1515 See the License for the specific language governing permissions and
1616 limitations under the License.
1717-->
18-
1918<!-- This file is used by the maven-changes-plugin to generate the release notes. Useful ways of finding items to add to
2019 this file are: 1. Add items when you fix a bug or add a feature (this makes the release process easy :-). 2. Do a Jira search
2120 for tickets closed since the previous release. 3. Use the report generated by the maven-changelog-plugin to see all SVN commits.
You can’t perform that action at this time.
0 commit comments