Skip to content

Commit 238c248

Browse files
committed
feat(build): prepare 3.3.0 for release and v3 tagging
1 parent 04e3a8a commit 238c248

2 files changed

Lines changed: 14 additions & 9 deletions

File tree

.github/workflows/starter.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ on:
2929

3030
jobs:
3131
call-assign-from-json-workflow:
32-
uses: Keyfactor/actions/.github/workflows/assign-env-from-json.yml@dev-3.3
32+
uses: Keyfactor/actions/.github/workflows/assign-env-from-json.yml@v3
3333

3434
call-get-primary-language:
3535
outputs:
@@ -87,7 +87,7 @@ jobs:
8787
call-dotnet-build-and-release-workflow:
8888
needs: [call-get-primary-language, call-assign-from-json-workflow, call-create-github-release-workflow]
8989
if: needs.call-get-primary-language.outputs.primary_language == 'C#'
90-
uses: keyfactor/actions/.github/workflows/dotnet-build-and-release.yml@dev-3.3
90+
uses: keyfactor/actions/.github/workflows/dotnet-build-and-release.yml@v3
9191
with:
9292
release_version: ${{ needs.call-create-github-release-workflow.outputs.release_version }}
9393
release_url: ${{ needs.call-create-github-release-workflow.outputs.release_url }}
@@ -149,13 +149,13 @@ jobs:
149149
secrets:
150150
token: ${{ secrets.token }}
151151

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 }}
159159

160160
call-post-release-workflow:
161161
needs: [call-assign-from-json-workflow, call-create-github-release-workflow]

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 3.3.0 - tagged v3
2+
* allow any integration_type to generate a release build
3+
* update to use v3 tag throughout workflow steps
4+
* disable polaris scan (not configured correctly)
5+
16
# [3.2.0](https://github.com/Keyfactor/actions/compare/3.1.2...3.2.0) (2025-05-08)
27

38

0 commit comments

Comments
 (0)