Skip to content

Commit

Permalink
chore(deps): update kinsondigital/infrastructure action to v13.6.3 (#177
Browse files Browse the repository at this point in the history
)

* chore(deps): update kinsondigital/infrastructure action to v13.6.3

| datasource  | package                      | from    | to      |
| ----------- | ---------------------------- | ------- | ------- |
| github-tags | KinsonDigital/Infrastructure | v13.5.0 | v13.6.3 |

* ci: add new status check for dotnet sdk

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Calvin Wilkinson <kinsondigital@gmail.com>
Co-authored-by: Calvin Wilkinson <85414302+CalvinWilkinson@users.noreply.github.com>
  • Loading branch information
3 people authored Jan 23, 2024
1 parent 0886ae7 commit 29d4e04
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/add-new-item-to-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
add_new_issue_to_project:
name: Add New Issue
needs: get_item_number
uses: KinsonDigital/Infrastructure/.github/workflows/add-item-to-project.yml@v13.5.0
uses: KinsonDigital/Infrastructure/.github/workflows/add-item-to-project.yml@v13.6.3
with:
org-name: "${{ vars.ORGANIZATION_NAME }}"
org-project-name: "${{ vars.ORG_PROJECT_NAME }}"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-status-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
jobs:
build_main_project:
name: Build ${{ vars.PROJECT_NAME }}
uses: KinsonDigital/Infrastructure/.github/workflows/build-csharp-project.yml@v13.5.0
uses: KinsonDigital/Infrastructure/.github/workflows/build-csharp-project.yml@v13.6.3
with:
project-name: "${{ vars.PROJECT_NAME }}"
build-config: Debug
Expand All @@ -28,7 +28,7 @@ jobs:

build_perf_project:
name: Build ${{ vars.PROJECT_NAME }}PerfTests
uses: KinsonDigital/Infrastructure/.github/workflows/build-csharp-project.yml@v13.5.0
uses: KinsonDigital/Infrastructure/.github/workflows/build-csharp-project.yml@v13.6.3
with:
project-name: "${{ vars.PROJECT_NAME }}PerfTests"
build-config: Debug
Expand All @@ -41,7 +41,7 @@ jobs:

build_samples_project:
name: Build Samples
uses: KinsonDigital/Infrastructure/.github/workflows/build-csharp-project.yml@v13.5.0
uses: KinsonDigital/Infrastructure/.github/workflows/build-csharp-project.yml@v13.6.3
with:
project-name: "Samples"
build-config: Debug
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
prepare_release:
name: Prepare ${{ inputs.release-type }} Release Of ${{ vars.PROJECT_NAME }}
needs: print_validate_workflow
uses: KinsonDigital/Infrastructure/.github/workflows/prepare-release.yml@v13.5.0
uses: KinsonDigital/Infrastructure/.github/workflows/prepare-release.yml@v13.6.3
with:
project-name: "${{ vars.PROJECT_NAME }}"
release-type: "${{ inputs.release-type }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run_release:
name: Performing ${{ inputs.release-type }} Release of ${{ vars.PROJECT_NAME }} (${{ inputs.release-type == 'Production' && 'Release' || 'Debug' }})
needs: determine_release_notes_path
uses: KinsonDigital/Infrastructure/.github/workflows/dotnet-lib-release.yml@v13.5.0
uses: KinsonDigital/Infrastructure/.github/workflows/dotnet-lib-release.yml@v13.6.3
with:
project-name: "${{ vars.PROJECT_NAME}}"
release-type: "${{ inputs.release-type }}"
Expand Down
24 changes: 24 additions & 0 deletions .github/workflows/sdk-status-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: ✅SDK Status Check
run-name: ✅SDK Status Check (${{ github.base_ref }} branch)


defaults:
run:
shell: pwsh


on:
pull_request_target:
branches: [main, preview]


jobs:
sdk_status_check:
name: ${{ vars.PROJECT_NAME }} SDK Status Check
uses: KinsonDigital/Infrastructure/.github/workflows/validate-sdk-setup.yml@v13.6.3
with:
repo-name: "${{ vars.PROJECT_NAME }}"
checkout-repository: ${{ github.event.pull_request.head.repo.full_name }}
checkout-ref: ${{ github.event.pull_request.head.ref }}
secrets:
cicd-pat: ${{ secrets.CICD_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/sync-pr-to-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
if: |
github.event_name == 'pull_request_target' &&
!startsWith(github.head_ref, 'renovate/')
uses: KinsonDigital/Infrastructure/.github/workflows/initial-manual-sync.yml@v13.5.0
uses: KinsonDigital/Infrastructure/.github/workflows/initial-manual-sync.yml@v13.6.3
with:
issue-or-pr-number: ${{ github.event.pull_request.number }}
sync-type: initial
Expand All @@ -35,7 +35,7 @@ jobs:
github.event_name == 'issue_comment' &&
github.event.issue.pull_request && github.event.issue.pull_request.url != null &&
contains(github.event.comment.body, '[run-sync]')
uses: KinsonDigital/Infrastructure/.github/workflows/initial-manual-sync.yml@v13.5.0
uses: KinsonDigital/Infrastructure/.github/workflows/initial-manual-sync.yml@v13.6.3
with:
issue-or-pr-number: ${{ github.event.issue.number }}
sync-type: manual
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-status-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
jobs:
main_tests:
name: Run ${{ vars.PROJECT_NAME }} Tests
uses: KinsonDigital/Infrastructure/.github/workflows/run-csharp-tests.yml@v13.5.0
uses: KinsonDigital/Infrastructure/.github/workflows/run-csharp-tests.yml@v13.6.3
with:
project-name: "${{ vars.PROJECT_NAME }}Tests"
build-config: Debug
Expand All @@ -28,7 +28,7 @@ jobs:

integration_tests:
name: Run ${{ vars.PROJECT_NAME }} Integration Tests
uses: KinsonDigital/Infrastructure/.github/workflows/run-csharp-tests.yml@v13.5.0
uses: KinsonDigital/Infrastructure/.github/workflows/run-csharp-tests.yml@v13.6.3
with:
project-name: "${{ vars.PROJECT_NAME }}IntegrationTests"
build-config: Debug
Expand Down

0 comments on commit 29d4e04

Please sign in to comment.