File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141
4242 # Initializes the CodeQL tools for scanning.
4343 - name : Initialize CodeQL
44- uses : github/codeql-action/init@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
44+ uses : github/codeql-action/init@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
4545 with :
4646 languages : ${{ matrix.language }}
4747 # If you wish to specify custom queries, you can do so here or in a config file.
5858 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5959 # If this step fails, then you should remove it and run the build manually (see below)
6060 - name : Autobuild
61- uses : github/codeql-action/autobuild@16140ae1a102900babc80a33c44059580f687047 # v3.29.5
61+ uses : github/codeql-action/autobuild@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v3.29.5
6262
6363 # ℹ️ Command-line programs to run using the OS shell.
6464 # 📚 https://git.io/JvXDl
7272 # make release
7373
7474 - name : Perform CodeQL Analysis
75- uses : github/codeql-action/analyze@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
75+ uses : github/codeql-action/analyze@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
Original file line number Diff line number Diff line change 4242 done
4343
4444 - name : Upload test Ion Data to artifacts
45- uses : actions/upload-artifact@v4
45+ uses : actions/upload-artifact@v5
4646 with :
4747 name : ${{env.test_data_id}}
4848 path : testData
@@ -113,7 +113,7 @@ jobs:
113113 path : new
114114
115115 - name : Download test Ion Data from artifacts
116- uses : actions/download-artifact@v5
116+ uses : actions/download-artifact@v6
117117 with :
118118 name : generated-test-data
119119 path : testData
Original file line number Diff line number Diff line change 5555 --replace ion-java,https://github.com/amazon-ion/ion-java.git,$main
5656
5757 - name : Upload result
58- uses : actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1 .0
58+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0 .0
5959 with :
6060 name : ion-test-driver-result.ion
6161 path : output/results/ion-test-driver-results.ion
7070 ion-java,$main ion-java,$cur output/results/ion-test-driver-results.ion
7171
7272 - name : Upload analysis report
73- uses : actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1 .0
73+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0 .0
7474 with :
7575 name : analysis-report.ion
7676 path : result.ion
Original file line number Diff line number Diff line change 3232 - uses : codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
3333 with :
3434 files : build/reports/jacoco/test/jacocoTestReport.xml
35- - uses : actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1 .0
35+ - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0 .0
3636 with :
3737 name : spotbugs-report
3838 path : build/reports/spotbugs/
Original file line number Diff line number Diff line change @@ -59,14 +59,14 @@ jobs:
5959 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6060 # format to the repository Actions tab.
6161 - name : " Upload artifact"
62- uses : actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v3.1.0
62+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v3.1.0
6363 with :
6464 name : SARIF file
6565 path : results.sarif
6666 retention-days : 5
6767
6868 # Upload the results to GitHub's code scanning dashboard.
6969 - name : " Upload to code-scanning"
70- uses : github/codeql-action/upload-sarif@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
70+ uses : github/codeql-action/upload-sarif@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
7171 with :
7272 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments