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 5454
5555 # Initializes the CodeQL tools for scanning.
5656 - name : Initialize CodeQL
57- uses : github/codeql-action/init@e296a935590eb16afc0c0108289f68c87e2a89a5 # v4.30.7
57+ uses : github/codeql-action/init@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4.30.8
5858 with :
5959 languages : ${{ matrix.language }}
6060 # If you wish to specify custom queries, you can do so here or in a config file.
7575 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
7676 # If this step fails, then you should remove it and run the build manually (see below)
7777 - name : Autobuild
78- uses : github/codeql-action/autobuild@e296a935590eb16afc0c0108289f68c87e2a89a5 # v4.30.7
78+ uses : github/codeql-action/autobuild@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4.30.8
7979
8080 # ℹ️ Command-line programs to run using the OS shell.
8181 # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
8888 # ./location_of_script_within_repo/buildscript.sh
8989
9090 - name : Perform CodeQL Analysis
91- uses : github/codeql-action/analyze@e296a935590eb16afc0c0108289f68c87e2a89a5 # v4.30.7
91+ uses : github/codeql-action/analyze@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4.30.8
Original file line number Diff line number Diff line change 2828 - name : ' Checkout Repository'
2929 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3030 - name : ' Dependency Review'
31- uses : actions/dependency-review-action@56339e523c0409420f6c2c9a2f4292bbb3c07dd3 # v4.8.0
31+ uses : actions/dependency-review-action@40c09b7dc99638e5ddb0bfd91c1673effc064d8a # v4.8.1
Original file line number Diff line number Diff line change 7575
7676 # Upload the results to GitHub's code scanning dashboard.
7777 - name : " Upload to code-scanning"
78- uses : github/codeql-action/upload-sarif@e296a935590eb16afc0c0108289f68c87e2a89a5 # v4.30.7
78+ uses : github/codeql-action/upload-sarif@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4.30.8
7979 with :
8080 sarif_file : results.sarif
Original file line number Diff line number Diff line change 104104 <junit-jupiter .version>5.7.2</junit-jupiter .version>
105105 <junit .version>4.13.2</junit .version>
106106
107- <checkstyle .version>11.1.0 </checkstyle .version>
107+ <checkstyle .version>12.0.1 </checkstyle .version>
108108 <license-maven-plugin-git .version>5.0.0</license-maven-plugin-git .version>
109109 <maven-checkstyle-plugin .version>3.6.0</maven-checkstyle-plugin .version>
110110 <maven-clean-plugin .version>3.5.0</maven-clean-plugin .version>
770770 <plugin >
771771 <groupId >org.jacoco</groupId >
772772 <artifactId >jacoco-maven-plugin</artifactId >
773- <version >0.8.13 </version >
773+ <version >0.8.14 </version >
774774 <executions >
775775 <execution >
776776 <id >prepare-agent</id >
You can’t perform that action at this time.
0 commit comments