File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101
101
cat code-coverage-results.md >> $GITHUB_STEP_SUMMARY
102
102
103
103
- name : Add Coverage PR Comment
104
- uses : marocchino/sticky-pull-request-comment@efaaab3fd41a9c3de579aba759d2552635e590fd
104
+ uses : marocchino/sticky-pull-request-comment@331f8f5b4215f0445d3c07b4967662a32a2d3e31
105
105
if : github.event_name == 'pull_request' && github.actor != 'dependabot[bot]'
106
106
with :
107
107
recreate : true
Original file line number Diff line number Diff line change 74
74
dotnet publish "${{ env.WORKING_DIRECTORY }}" --configuration ${{ env.CONFIGURATION }} --no-build --output "${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}"
75
75
76
76
- name : Login to azure
77
- uses : azure/login@de95379fe4dadc2defb305917eaa7e5dde727294
77
+ uses : azure/login@cb79c773a3cfa27f31f25eb3f677781210c9ce3d
78
78
with :
79
79
client-id : ${{ inputs.client-id }}
80
80
tenant-id : ${{ secrets.tenant-id }}
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@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0 .0
33
+ uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3 .0
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