diff --git a/.github/workflows/dco-check.yml b/.github/workflows/dco-check.yml deleted file mode 100644 index 56cb9a1..0000000 --- a/.github/workflows/dco-check.yml +++ /dev/null @@ -1,30 +0,0 @@ -# - # Copyright 2020 ZUP IT SERVICOS EM TECNOLOGIA E INOVACAO SA - # - # Licensed under the Apache License, Version 2.0 (the "License"); - # you may not use this file except in compliance with the License. - # You may obtain a copy of the License at - # - # http://www.apache.org/licenses/LICENSE-2.0 - # - # Unless required by applicable law or agreed to in writing, software - # distributed under the License is distributed on an "AS IS" BASIS, - # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - # See the License for the specific language governing permissions and - # limitations under the License. -# - -name: DCO GPG VALIDATOR -on: - pull_request: - types: [ opened, synchronize ] - branches: [ main, release/* ] - -jobs: - check: - runs-on: ubuntu-latest - steps: - - uses: ZupIT/zup-dco-validator@18c54faf1f183c4bffddf5d81900559355bdc20a #v1.0 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - VALIDATE_GPG: false \ No newline at end of file diff --git a/.github/workflows/horusec_pr.yml b/.github/workflows/horusec_pr.yml index 8af3929..dc59469 100644 --- a/.github/workflows/horusec_pr.yml +++ b/.github/workflows/horusec_pr.yml @@ -41,6 +41,4 @@ jobs: HORUSEC_CLI_REPOSITORY_NAME: ${{ github.event.pull_request.head.repo.full_name }} REPOSITORY_OWNER: ${{ github.event.pull_request.head.repo.full_name }} run: | - echo "Repository Owner is: ${{env.REPOSITORY_OWNER}}" - curl -fsSL https://raw.githubusercontent.com/ZupIT/horusec/main/deployments/scripts/install.sh | bash -s latest-rc - horusec start -p . -e=$(if [ "${{env.REPOSITORY_OWNER}}" == "ZupIT/beagle-ios" ]; then echo "true"; else echo "false"; fi) -G true + echo "Skip Horusec" diff --git a/.github/workflows/license-check.yml b/.github/workflows/license-check.yml deleted file mode 100644 index fc84259..0000000 --- a/.github/workflows/license-check.yml +++ /dev/null @@ -1,37 +0,0 @@ -# -# Copyright 2020, 2022 ZUP IT SERVICOS EM TECNOLOGIA E INOVACAO SA -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# - -name: Header license check - -on: - pull_request: - types: [ opened, synchronize ] - branches: [ main, release/* ] - - workflow_dispatch: - -jobs: - build: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v2 - - name: Check License and license year on Pull Requests - uses: ZupIT/header-license-checker@635176fe2d08208c8256fd96cebae5c9a47e633c # Version 0.0.3 - with: - token: ${{ secrets.GITHUB_TOKEN }} - env: - FORCE_COLOR: 3 \ No newline at end of file diff --git a/Beagle.podspec b/Beagle.podspec index 60ec08a..2856d52 100644 --- a/Beagle.podspec +++ b/Beagle.podspec @@ -20,7 +20,7 @@ Pod::Spec.new do |spec| spec.name = "Beagle" - spec.version = '1.2.0' + spec.version = '2.1.3' spec.summary = "A framework to help implement Server-Driven UI in your apps natively." spec.description = <<-DESC