File tree 4 files changed +9
-9
lines changed
4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 97
97
verbose : true # optional (default = false)
98
98
- name : build-choco-package
99
99
if : runner.os == 'Windows'
100
- uses : actions/setup-dotnet@71a4fd9b27383962fc5df13a9c871636b43199b4 # v1
100
+ uses : actions/setup-dotnet@871f041373faaad213a635d9afb62905ec029bbb # v1
101
101
with :
102
102
dotnet-version : ' 2.2.204' # SDK Version to use.
103
103
- name : build-choco
@@ -119,7 +119,7 @@ jobs:
119
119
path : build/install/jbang
120
120
- name : Write out Unit Test report annotation for forked repo
121
121
if : always()
122
- uses : mikepenz/action-junit-report@b14027d33d3a745ccc4d6a12f649e83110b5a373 # v5
122
+ uses : mikepenz/action-junit-report@97744eca465b8df9e6e33271cb155003f85327f1 # v5
123
123
with :
124
124
report_paths : ' **/build/test-results/test/TEST-*.xml'
125
125
annotate_only : true # forked repo cannot write to checks so just do annotations
@@ -138,7 +138,7 @@ jobs:
138
138
with :
139
139
distribution : ' temurin'
140
140
java-version : ${{ matrix.java }}
141
- - uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4
141
+ - uses : actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4
142
142
with :
143
143
name : ${{ runner.os }}-build-${{ github.sha }}
144
144
path : build
Original file line number Diff line number Diff line change 42
42
43
43
# Initializes the CodeQL tools for scanning.
44
44
- name : Initialize CodeQL
45
- uses : github/codeql-action/init@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3
45
+ uses : github/codeql-action/init@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3
46
46
with :
47
47
languages : ${{ matrix.language }}
48
48
# If you wish to specify custom queries, you can do so here or in a config file.
53
53
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
54
54
# If this step fails, then you should remove it and run the build manually (see below)
55
55
- name : Autobuild
56
- uses : github/codeql-action/autobuild@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3
56
+ uses : github/codeql-action/autobuild@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3
57
57
58
58
# ℹ️ Command-line programs to run using the OS shell.
59
59
# 📚 https://git.io/JvXDl
67
67
# make release
68
68
69
69
- name : Perform CodeQL Analysis
70
- uses : github/codeql-action/analyze@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3
70
+ uses : github/codeql-action/analyze@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3
Original file line number Diff line number Diff line change 97
97
with :
98
98
name : build-choco
99
99
path : build/choco
100
- - uses : actions/setup-dotnet@71a4fd9b27383962fc5df13a9c871636b43199b4 # v1
100
+ - uses : actions/setup-dotnet@871f041373faaad213a635d9afb62905ec029bbb # v1
101
101
with :
102
102
dotnet-version : ' 2.2.204' # SDK Version to use.
103
103
- name : choco-build
Original file line number Diff line number Diff line change @@ -42,15 +42,15 @@ jobs:
42
42
echo "The PR number is: ${{ env.pr_number }}"
43
43
44
44
- name : Download Test Report
45
- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4
45
+ uses : actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4
46
46
with :
47
47
name : junit-test-results-*
48
48
# path: test-${{ matrix.os }}
49
49
# pattern: my-artifact-*
50
50
merge-multiple : true
51
51
run-id : ${{ github.event.workflow_run.id }}
52
52
- name : Publish Test Report
53
- uses : mikepenz/action-junit-report@b14027d33d3a745ccc4d6a12f649e83110b5a373 # v5
53
+ uses : mikepenz/action-junit-report@97744eca465b8df9e6e33271cb155003f85327f1 # v5
54
54
with :
55
55
commit : ${{github.event.workflow_run.head_sha}}
56
56
report_paths : ' **/build/test-results/test/TEST-*.xml'
You can’t perform that action at this time.
0 commit comments