|
29 | 29 |
|
30 | 30 | jobs: |
31 | 31 | call-assign-from-json-workflow: |
32 | | - uses: Keyfactor/actions/.github/workflows/assign-env-from-json.yml@dual-platform-without-doctool |
| 32 | + uses: Keyfactor/actions/.github/workflows/assign-env-from-json.yml@v3 |
33 | 33 |
|
34 | 34 | call-get-primary-language: |
35 | 35 | outputs: |
|
87 | 87 | call-dotnet-build-and-release-workflow: |
88 | 88 | needs: [call-get-primary-language, call-assign-from-json-workflow, call-create-github-release-workflow] |
89 | 89 | if: needs.call-get-primary-language.outputs.primary_language == 'C#' |
90 | | - uses: keyfactor/actions/.github/workflows/dotnet-build-and-release.yml@ab#67222-3.0-doctool |
| 90 | + uses: keyfactor/actions/.github/workflows/dotnet-build-and-release.yml@v3 |
91 | 91 | with: |
92 | 92 | release_version: ${{ needs.call-create-github-release-workflow.outputs.release_version }} |
93 | 93 | release_url: ${{ needs.call-create-github-release-workflow.outputs.release_url }} |
@@ -149,13 +149,13 @@ jobs: |
149 | 149 | secrets: |
150 | 150 | token: ${{ secrets.token }} |
151 | 151 |
|
152 | | - call-polaris-scan-workflow: |
153 | | - if: github.event_name == 'pull_request' && (startsWith(github.base_ref, 'release-') || github.base_ref == 'main') |
154 | | - uses: Keyfactor/actions/.github/workflows/kf-polaris-scan.yml@v3 |
155 | | - with: |
156 | | - scan_branch: ${{ github.event.pull_request.head.ref }} |
157 | | - secrets: |
158 | | - token: ${{ secrets.scan_token }} |
| 152 | + # call-polaris-scan-workflow: |
| 153 | + # if: github.event_name == 'pull_request' && (startsWith(github.base_ref, 'release-') || github.base_ref == 'main') |
| 154 | + # uses: Keyfactor/actions/.github/workflows/kf-polaris-scan.yml@v3 |
| 155 | + # with: |
| 156 | + # scan_branch: ${{ github.event.pull_request.head.ref }} |
| 157 | + # secrets: |
| 158 | + # token: ${{ secrets.scan_token }} |
159 | 159 |
|
160 | 160 | call-post-release-workflow: |
161 | 161 | needs: [call-assign-from-json-workflow, call-create-github-release-workflow] |
|
0 commit comments