File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 34
34
global-json-file : global.json
35
35
36
36
- name : Setup Java JDK
37
- uses : actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4.0 .0
37
+ uses : actions/setup-java@9704b39bf258b59bc04b50fa2dd55e9ed76b47a8 # v4.1 .0
38
38
with :
39
39
java-version : 17
40
40
distribution : zulu
69
69
category : " /language:csharp"
70
70
71
71
- name : Publish Unit Test Results
72
- uses : EnricoMi/publish-unit-test-result-action@e780361cd1fc1b1a170624547b3ffda64787d365
72
+ uses : EnricoMi/publish-unit-test-result-action@f355d34d53ad4e7f506f699478db2dd71da9de5f
73
73
if : always() && github.actor != 'dependabot[bot]'
74
74
with :
75
75
github_token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 30
30
publish_results : true
31
31
32
32
- name : " Upload artifact"
33
- uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
33
+ uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
34
34
with :
35
35
name : SARIF file
36
36
path : results.sarif
You can’t perform that action at this time.
0 commit comments