We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44a975c commit 3d49246Copy full SHA for 3d49246
.github/workflows/build.yml
@@ -73,7 +73,7 @@ jobs:
73
brew services start mongodb-community@${{matrix.mongodb}}
74
75
- name: Checkout
76
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
+ uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
77
78
- name: Setup dotnet SDK
79
uses: actions/setup-dotnet@v3
@@ -101,7 +101,7 @@ jobs:
101
needs: build
102
steps:
103
104
105
- name: Download coverage reports
106
uses: actions/download-artifact@v3
107
- name: Install ReportGenerator tool
0 commit comments