diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f3699f479..bba71a575 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,40 +1,3 @@ -### -# @format -# ----- -# Project: zenstack-monorepo -# File: dependabot.yml -# Path: \.github\dependabot.yml -# Created Date: Monday, February 19th 2024 -# Author: Jonathan Stevens, jonathan@resnovas.com -# Github: https://github.com/TGTGamer -# ----- -# Contributing: Please read through our contributing guidelines. -# Included are directions for opening issues, coding standards, -# and notes on development. These can be found at -# https://github.com/zenstack-monorepo/blob/develop/CONTRIBUTING.md -# ----- -# Code of Conduct: This project abides by the Contributor Covenant, v2.0 -# Please interact in ways that contribute to an open, welcoming, diverse, -# inclusive, and healthy community. Our Code of Conduct can be found at -# https://github.com/zenstack-monorepo/blob/develop/CODE_OF_CONDUCT.md -# ----- -# Copyright (c) 2024 ZenstackHQ - All Rights Reserved -# LICENSE: MIT License (MIT) -# ----- -# This program has been provided under confidence of the copyright holder and -# is licensed for copying, distribution and modification under the terms -# of the MIT License (MIT) published as the License, -# or (at your option) any later version of this license. -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# MIT License for more details. -# You should have received a copy of the MIT License -# along with this program. If not, please write to: jonathan@resnovas.com, -# or see https://opensource.org/licenses/MIT -# ----- -# DELETING THIS NOTICE AUTOMATICALLY VOIDS YOUR LICENSE -### version: 2 updates: diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 7f496b80a..54a3cb45d 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -12,13 +12,13 @@ on: push: branches: - main - - develop + - dev - release/* - v2 pull_request: branches: - main - - develop + - dev - release/* - v2 diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index e9a91101a..187f90653 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -1,40 +1,3 @@ -### -# @format -# ----- -# Project: zenstack-monorepo -# File: codeql.yml -# Path: \.github\workflows\codeql.yml -# Created Date: Monday, February 19th 2024 -# Author: Jonathan Stevens, jonathan@resnovas.com -# Github: https://github.com/TGTGamer -# ----- -# Contributing: Please read through our contributing guidelines. -# Included are directions for opening issues, coding standards, -# and notes on development. These can be found at -# https://github.com/zenstack-monorepo/blob/develop/CONTRIBUTING.md -# ----- -# Code of Conduct: This project abides by the Contributor Covenant, v2.0 -# Please interact in ways that contribute to an open, welcoming, diverse, -# inclusive, and healthy community. Our Code of Conduct can be found at -# https://github.com/zenstack-monorepo/blob/develop/CODE_OF_CONDUCT.md -# ----- -# Copyright (c) 2024 ZenstackHQ - All Rights Reserved -# LICENSE: MIT License (MIT) -# ----- -# This program has been provided under confidence of the copyright holder and -# is licensed for copying, distribution and modification under the terms -# of the MIT License (MIT) published as the License, -# or (at your option) any later version of this license. -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# MIT License for more details. -# You should have received a copy of the MIT License -# along with this program. If not, please write to: jonathan@resnovas.com, -# or see https://opensource.org/licenses/MIT -# ----- -# DELETING THIS NOTICE AUTOMATICALLY VOIDS YOUR LICENSE -### name: Security - CodeQL @@ -43,13 +6,13 @@ on: push: branches: - main - - develop + - dev - release/* - v2 pull_request: branches: - main - - develop + - dev - release/* - v2 schedule: diff --git a/.github/workflows/management-changelog.yml b/.github/workflows/management-changelog.yml index ae83efc55..12a968f46 100644 --- a/.github/workflows/management-changelog.yml +++ b/.github/workflows/management-changelog.yml @@ -1,40 +1,3 @@ -### -# @format -# ----- -# Project: zenstack-monorepo -# File: management-changelog.yml -# Path: \.github\workflows\management-changelog.yml -# Created Date: Monday, February 19th 2024 -# Author: Jonathan Stevens, jonathan@resnovas.com -# Github: https://github.com/TGTGamer -# ----- -# Contributing: Please read through our contributing guidelines. -# Included are directions for opening issues, coding standards, -# and notes on development. These can be found at -# https://github.com/zenstack-monorepo/blob/develop/CONTRIBUTING.md -# ----- -# Code of Conduct: This project abides by the Contributor Covenant, v2.0 -# Please interact in ways that contribute to an open, welcoming, diverse, -# inclusive, and healthy community. Our Code of Conduct can be found at -# https://github.com/zenstack-monorepo/blob/develop/CODE_OF_CONDUCT.md -# ----- -# Copyright (c) 2024 ZenstackHQ - All Rights Reserved -# LICENSE: MIT License (MIT) -# ----- -# This program has been provided under confidence of the copyright holder and -# is licensed for copying, distribution and modification under the terms -# of the MIT License (MIT) published as the License, -# or (at your option) any later version of this license. -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# MIT License for more details. -# You should have received a copy of the MIT License -# along with this program. If not, please write to: jonathan@resnovas.com, -# or see https://opensource.org/licenses/MIT -# ----- -# DELETING THIS NOTICE AUTOMATICALLY VOIDS YOUR LICENSE -### @@ -80,7 +43,7 @@ jobs: with: config-file: '.github/release/release-main-config.json' manifest-file: '.github/release/.release-manifest.json' - target-branch: ${{ github.ref_name == 'develop' && 'main' || github.ref_name }} + target-branch: ${{ github.ref_name == 'dev' && 'main' || github.ref_name }} include-component-in-tag: true - uses: actions/checkout@v4 diff --git a/.github/workflows/security-defender-for-devops.yml b/.github/workflows/security-defender-for-devops.yml index 258ef2a1a..a75c6f4a8 100644 --- a/.github/workflows/security-defender-for-devops.yml +++ b/.github/workflows/security-defender-for-devops.yml @@ -1,40 +1,3 @@ -### -# @format -# ----- -# Project: zenstack-monorepo -# File: security-defender-for-devops.yml -# Path: \.github\workflows\security-defender-for-devops.yml -# Created Date: Monday, February 19th 2024 -# Author: Jonathan Stevens, jonathan@resnovas.com -# Github: https://github.com/TGTGamer -# ----- -# Contributing: Please read through our contributing guidelines. -# Included are directions for opening issues, coding standards, -# and notes on development. These can be found at -# https://github.com/zenstack-monorepo/blob/develop/CONTRIBUTING.md -# ----- -# Code of Conduct: This project abides by the Contributor Covenant, v2.0 -# Please interact in ways that contribute to an open, welcoming, diverse, -# inclusive, and healthy community. Our Code of Conduct can be found at -# https://github.com/zenstack-monorepo/blob/develop/CODE_OF_CONDUCT.md -# ----- -# Copyright (c) 2024 ZenstackHQ - All Rights Reserved -# LICENSE: MIT License (MIT) -# ----- -# This program has been provided under confidence of the copyright holder and -# is licensed for copying, distribution and modification under the terms -# of the MIT License (MIT) published as the License, -# or (at your option) any later version of this license. -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# MIT License for more details. -# You should have received a copy of the MIT License -# along with this program. If not, please write to: jonathan@resnovas.com, -# or see https://opensource.org/licenses/MIT -# ----- -# DELETING THIS NOTICE AUTOMATICALLY VOIDS YOUR LICENSE -### # This workflow uses actions that are not certified by GitHub. # They are provided by a third-party and are governed by @@ -61,13 +24,13 @@ on: push: branches: - main - - develop + - dev - release/* - v2 pull_request: branches: - main - - develop + - dev - release/* - v2 schedule: diff --git a/.github/workflows/security-dependency-review.yml b/.github/workflows/security-dependency-review.yml index 060baa17e..f76681581 100644 --- a/.github/workflows/security-dependency-review.yml +++ b/.github/workflows/security-dependency-review.yml @@ -1,40 +1,3 @@ -### -# @format -# ----- -# Project: zenstack-monorepo -# File: security-dependency-review.yml -# Path: \.github\workflows\security-dependency-review.yml -# Created Date: Monday, February 19th 2024 -# Author: Jonathan Stevens, jonathan@resnovas.com -# Github: https://github.com/TGTGamer -# ----- -# Contributing: Please read through our contributing guidelines. -# Included are directions for opening issues, coding standards, -# and notes on development. These can be found at -# https://github.com/zenstack-monorepo/blob/develop/CONTRIBUTING.md -# ----- -# Code of Conduct: This project abides by the Contributor Covenant, v2.0 -# Please interact in ways that contribute to an open, welcoming, diverse, -# inclusive, and healthy community. Our Code of Conduct can be found at -# https://github.com/zenstack-monorepo/blob/develop/CODE_OF_CONDUCT.md -# ----- -# Copyright (c) 2024 ZenstackHQ - All Rights Reserved -# LICENSE: MIT License (MIT) -# ----- -# This program has been provided under confidence of the copyright holder and -# is licensed for copying, distribution and modification under the terms -# of the MIT License (MIT) published as the License, -# or (at your option) any later version of this license. -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# MIT License for more details. -# You should have received a copy of the MIT License -# along with this program. If not, please write to: jonathan@resnovas.com, -# or see https://opensource.org/licenses/MIT -# ----- -# DELETING THIS NOTICE AUTOMATICALLY VOIDS YOUR LICENSE -### # Dependency Review Action # diff --git a/.github/workflows/security-ossar.yml b/.github/workflows/security-ossar.yml index c53a45d04..eae2de45f 100644 --- a/.github/workflows/security-ossar.yml +++ b/.github/workflows/security-ossar.yml @@ -1,40 +1,3 @@ -### -# @format -# ----- -# Project: zenstack-monorepo -# File: security-ossar.yml -# Path: \.github\workflows\security-ossar.yml -# Created Date: Monday, February 19th 2024 -# Author: Jonathan Stevens, jonathan@resnovas.com -# Github: https://github.com/TGTGamer -# ----- -# Contributing: Please read through our contributing guidelines. -# Included are directions for opening issues, coding standards, -# and notes on development. These can be found at -# https://github.com/zenstack-monorepo/blob/develop/CONTRIBUTING.md -# ----- -# Code of Conduct: This project abides by the Contributor Covenant, v2.0 -# Please interact in ways that contribute to an open, welcoming, diverse, -# inclusive, and healthy community. Our Code of Conduct can be found at -# https://github.com/zenstack-monorepo/blob/develop/CODE_OF_CONDUCT.md -# ----- -# Copyright (c) 2024 ZenstackHQ - All Rights Reserved -# LICENSE: MIT License (MIT) -# ----- -# This program has been provided under confidence of the copyright holder and -# is licensed for copying, distribution and modification under the terms -# of the MIT License (MIT) published as the License, -# or (at your option) any later version of this license. -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# MIT License for more details. -# You should have received a copy of the MIT License -# along with this program. If not, please write to: jonathan@resnovas.com, -# or see https://opensource.org/licenses/MIT -# ----- -# DELETING THIS NOTICE AUTOMATICALLY VOIDS YOUR LICENSE -### # This workflow uses actions that are not certified by GitHub. # They are provided by a third-party and are governed by @@ -51,13 +14,13 @@ on: push: branches: - main - - develop + - dev - release/* - v2 pull_request: branches: - main - - develop + - dev - release/* - v2 schedule: diff --git a/.github/workflows/security-scorecard.yml b/.github/workflows/security-scorecard.yml index 09fb11865..57875f59d 100644 --- a/.github/workflows/security-scorecard.yml +++ b/.github/workflows/security-scorecard.yml @@ -1,40 +1,3 @@ -### -# @format -# ----- -# Project: zenstack-monorepo -# File: security-scorecard.yml -# Path: \.github\workflows\security-scorecard.yml -# Created Date: Monday, February 19th 2024 -# Author: Jonathan Stevens, jonathan@resnovas.com -# Github: https://github.com/TGTGamer -# ----- -# Contributing: Please read through our contributing guidelines. -# Included are directions for opening issues, coding standards, -# and notes on development. These can be found at -# https://github.com/zenstack-monorepo/blob/develop/CONTRIBUTING.md -# ----- -# Code of Conduct: This project abides by the Contributor Covenant, v2.0 -# Please interact in ways that contribute to an open, welcoming, diverse, -# inclusive, and healthy community. Our Code of Conduct can be found at -# https://github.com/zenstack-monorepo/blob/develop/CODE_OF_CONDUCT.md -# ----- -# Copyright (c) 2024 ZenstackHQ - All Rights Reserved -# LICENSE: MIT License (MIT) -# ----- -# This program has been provided under confidence of the copyright holder and -# is licensed for copying, distribution and modification under the terms -# of the MIT License (MIT) published as the License, -# or (at your option) any later version of this license. -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# MIT License for more details. -# You should have received a copy of the MIT License -# along with this program. If not, please write to: jonathan@resnovas.com, -# or see https://opensource.org/licenses/MIT -# ----- -# DELETING THIS NOTICE AUTOMATICALLY VOIDS YOUR LICENSE -### @@ -54,7 +17,7 @@ on: push: branches: - main - - develop + - dev # Declare default permissions as read only. permissions: