diff --git a/.github/workflows/backup-kubernetes-databases-inhouse.yml b/.github/workflows/backup-kubernetes-databases-inhouse.yml index 39ad2e6..84cef2d 100644 --- a/.github/workflows/backup-kubernetes-databases-inhouse.yml +++ b/.github/workflows/backup-kubernetes-databases-inhouse.yml @@ -68,7 +68,7 @@ jobs: - name: Pipelines Version run: | - echo "Pipelines version: 2.2.0" + echo "Pipelines version: 2.2.1" - name: Directory check run: pwd diff --git a/.github/workflows/build-conditions-inhouse.yml b/.github/workflows/build-conditions-inhouse.yml index 534fca3..4c4dc66 100644 --- a/.github/workflows/build-conditions-inhouse.yml +++ b/.github/workflows/build-conditions-inhouse.yml @@ -29,7 +29,7 @@ jobs: - name: Pipelines Version run: | - echo "Pipelines version: 2.2.0" + echo "Pipelines version: 2.2.1" - uses: dorny/paths-filter@v3 id: filter @@ -52,7 +52,7 @@ jobs: - name: Print pipeline comment if: github.event_name == 'pull_request' - uses: marocchino/sticky-pull-request-comment@v2 + uses: marocchino/sticky-pull-request-comment@v2.9.0 with: header: Build Conditions recreate: true @@ -72,7 +72,7 @@ jobs: - name: Print pipeline comment if: needs.changes.outputs.strapi == 'true' - uses: marocchino/sticky-pull-request-comment@v2 + uses: marocchino/sticky-pull-request-comment@v2.9.0 with: header: Build Conditions append: true @@ -88,7 +88,7 @@ jobs: - name: Print pipeline comment if: needs.changes.outputs.next == 'true' - uses: marocchino/sticky-pull-request-comment@v2 + uses: marocchino/sticky-pull-request-comment@v2.9.0 with: header: Build Conditions append: true @@ -97,7 +97,7 @@ jobs: - name: Print pipeline comment if: env.COUNT == 0 - uses: marocchino/sticky-pull-request-comment@v2 + uses: marocchino/sticky-pull-request-comment@v2.9.0 with: recreate: true message: | @@ -106,7 +106,7 @@ jobs: - id: conditions-count-zero name: Checking if there is only zero condition true if: env.COUNT == 0 - uses: actions/github-script@v3 + uses: actions/github-script@v7.0.1 with: script: | core.notice(':heavy_exclamation_mark: We have zero builds based on conditions. Exiting pipeline.') diff --git a/.github/workflows/build-conditions.yml b/.github/workflows/build-conditions.yml index 2027da4..28367bc 100644 --- a/.github/workflows/build-conditions.yml +++ b/.github/workflows/build-conditions.yml @@ -23,7 +23,7 @@ jobs: - name: Pipelines Version run: | - echo "Pipelines version: 2.2.0" + echo "Pipelines version: 2.2.1" - uses: dorny/paths-filter@v3 id: filter @@ -46,7 +46,7 @@ jobs: - name: Print pipeline comment if: github.event_name == 'pull_request' - uses: marocchino/sticky-pull-request-comment@v2 + uses: marocchino/sticky-pull-request-comment@v2.9.0 with: header: Build Conditions recreate: true @@ -66,7 +66,7 @@ jobs: - name: Print pipeline comment if: needs.changes.outputs.strapi == 'true' - uses: marocchino/sticky-pull-request-comment@v2 + uses: marocchino/sticky-pull-request-comment@v2.9.0 with: header: Build Conditions append: true @@ -82,7 +82,7 @@ jobs: - name: Print pipeline comment if: needs.changes.outputs.next == 'true' - uses: marocchino/sticky-pull-request-comment@v2 + uses: marocchino/sticky-pull-request-comment@v2.9.0 with: header: Build Conditions append: true @@ -91,7 +91,7 @@ jobs: - name: Print pipeline comment if: env.COUNT == 0 - uses: marocchino/sticky-pull-request-comment@v2 + uses: marocchino/sticky-pull-request-comment@v2.9.0 with: recreate: true message: | @@ -100,7 +100,7 @@ jobs: - id: conditions-count-zero name: Checking if there is only zero condition true if: env.COUNT == 0 - uses: actions/github-script@v3 + uses: actions/github-script@v7.0.1 with: script: | core.notice(':heavy_exclamation_mark: We have zero builds based on conditions. Exiting pipeline.') diff --git a/.github/workflows/build-with-bratiska-cli-inhouse.yml b/.github/workflows/build-with-bratiska-cli-inhouse.yml index 242b715..1ad3047 100644 --- a/.github/workflows/build-with-bratiska-cli-inhouse.yml +++ b/.github/workflows/build-with-bratiska-cli-inhouse.yml @@ -43,7 +43,7 @@ jobs: - name: Pipelines Version run: | - echo "Pipelines version: 2.2.0" + echo "Pipelines version: 2.2.1" - name: Directory check run: pwd @@ -80,7 +80,7 @@ jobs: - name: Print pipeline comment - kustomize build if: github.event_name == 'pull_request' - uses: marocchino/sticky-pull-request-comment@v2 + uses: marocchino/sticky-pull-request-comment@v2.9.0 with: header: Build Conditions append: true @@ -97,7 +97,7 @@ jobs: - name: Print pipeline comment - image build if: github.event_name == 'pull_request' - uses: marocchino/sticky-pull-request-comment@v2 + uses: marocchino/sticky-pull-request-comment@v2.9.0 with: header: Build Conditions append: true diff --git a/.github/workflows/build-with-bratiska-cli.yml b/.github/workflows/build-with-bratiska-cli.yml index 7c5abc9..995814f 100644 --- a/.github/workflows/build-with-bratiska-cli.yml +++ b/.github/workflows/build-with-bratiska-cli.yml @@ -38,7 +38,7 @@ jobs: - name: Pipelines Version run: | - echo "Pipelines version: 2.2.0" + echo "Pipelines version: 2.2.1" - name: Directory check run: pwd @@ -73,7 +73,7 @@ jobs: - name: Print pipeline comment - kustomize build if: github.event_name == 'pull_request' - uses: marocchino/sticky-pull-request-comment@v2 + uses: marocchino/sticky-pull-request-comment@v2.9.0 with: header: Build Conditions append: true @@ -90,7 +90,7 @@ jobs: - name: Print pipeline comment - image build if: github.event_name == 'pull_request' - uses: marocchino/sticky-pull-request-comment@v2 + uses: marocchino/sticky-pull-request-comment@v2.9.0 with: header: Build Conditions append: true diff --git a/.github/workflows/cluster-deploy-conditions-inhouse.yml b/.github/workflows/cluster-deploy-conditions-inhouse.yml index ccec5e6..9e3d1a9 100644 --- a/.github/workflows/cluster-deploy-conditions-inhouse.yml +++ b/.github/workflows/cluster-deploy-conditions-inhouse.yml @@ -50,7 +50,7 @@ jobs: - name: Pipelines Version run: | - echo "Pipelines version: 2.2.0" + echo "Pipelines version: 2.2.1" - uses: dorny/paths-filter@v3 id: filter @@ -171,7 +171,7 @@ jobs: - id: conditions-count-two name: Checking if there is only one condition true if: env.COUNT > 1 - uses: actions/github-script@v3 + uses: actions/github-script@v7.0.1 with: script: | core.setFailed('There can be only one deployment to cluster. Now we have more then one. You have probably different affected files and different tag.') @@ -179,15 +179,15 @@ jobs: - id: conditions-count-zero name: Checking if there is only zero condition true if: env.COUNT == 0 - uses: actions/github-script@v3 + uses: actions/github-script@v7.0.1 with: script: | core.setFailed(':heavy_exclamation_mark: We have zero deployments based on conditions. Exiting pipeline with Fail status.') - name: Print pipeline comment if: github.event_name == 'pull_request' - uses: marocchino/sticky-pull-request-comment@v2 + uses: marocchino/sticky-pull-request-comment@v2.9.0 with: message: | - {{ env.GITHUB_STEP_SUMMARY }} + ${{ env.GITHUB_STEP_SUMMARY }} diff --git a/.github/workflows/cluster-deploy-conditions-simple-inhouse.yml b/.github/workflows/cluster-deploy-conditions-simple-inhouse.yml index ed8cbca..d81c05f 100644 --- a/.github/workflows/cluster-deploy-conditions-simple-inhouse.yml +++ b/.github/workflows/cluster-deploy-conditions-simple-inhouse.yml @@ -30,7 +30,7 @@ jobs: steps: - name: Pipelines Version run: | - echo "Pipelines version: 2.2.0" + echo "Pipelines version: 2.2.1" - name: Print pipeline summary run: | @@ -76,7 +76,7 @@ jobs: - id: conditions-count-two name: Checking if there is only one condition true if: env.COUNT > 1 - uses: actions/github-script@v3 + uses: actions/github-script@v7.0.1 with: script: | core.setFailed('There can be only one deployment to cluster. Now we have more then one. You have probably different affected files and different tag.') @@ -84,15 +84,15 @@ jobs: - id: conditions-count-zero name: Checking if there is only zero condition true if: env.COUNT == 0 - uses: actions/github-script@v3 + uses: actions/github-script@v7.0.1 with: script: | core.setFailed('heavy_exclamation_mark: We have zero deployments based on conditions. Exiting pipeline with Fail status.') - name: Print pipeline comment if: github.event_name == 'pull_request' - uses: marocchino/sticky-pull-request-comment@v2 + uses: marocchino/sticky-pull-request-comment@v2.9.0 with: message: | - {{ env.GITHUB_STEP_SUMMARY }} + ${{ env.GITHUB_STEP_SUMMARY }} diff --git a/.github/workflows/cluster-deploy-conditions-simple.yml b/.github/workflows/cluster-deploy-conditions-simple.yml index cf10e24..cd5cba0 100644 --- a/.github/workflows/cluster-deploy-conditions-simple.yml +++ b/.github/workflows/cluster-deploy-conditions-simple.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Pipelines Version run: | - echo "Pipelines version: 2.2.0" + echo "Pipelines version: 2.2.1" - name: Print pipeline summary run: | @@ -70,7 +70,7 @@ jobs: - id: conditions-count-two name: Checking if there is only one condition true if: env.COUNT > 1 - uses: actions/github-script@v3 + uses: actions/github-script@v7.0.1 with: script: | core.setFailed('There can be only one deployment to cluster. Now we have more then one. You have probably different affected files and different tag.') @@ -78,15 +78,15 @@ jobs: - id: conditions-count-zero name: Checking if there is only zero condition true if: env.COUNT == 0 - uses: actions/github-script@v3 + uses: actions/github-script@v7.0.1 with: script: | core.setFailed('heavy_exclamation_mark: We have zero deployments based on conditions. Exiting pipeline with Fail status.') - name: Print pipeline comment if: github.event_name == 'pull_request' - uses: marocchino/sticky-pull-request-comment@v2 + uses: marocchino/sticky-pull-request-comment@v2.9.0 with: message: | - {{ env.GITHUB_STEP_SUMMARY }} + ${{ env.GITHUB_STEP_SUMMARY }} diff --git a/.github/workflows/cluster-deploy-conditions.yml b/.github/workflows/cluster-deploy-conditions.yml index d501196..de089db 100644 --- a/.github/workflows/cluster-deploy-conditions.yml +++ b/.github/workflows/cluster-deploy-conditions.yml @@ -44,7 +44,7 @@ jobs: - name: Pipelines Version run: | - echo "Pipelines version: 2.2.0" + echo "Pipelines version: 2.2.1" - uses: dorny/paths-filter@v3 id: filter @@ -165,7 +165,7 @@ jobs: - id: conditions-count-two name: Checking if there is only one condition true if: env.COUNT > 1 - uses: actions/github-script@v3 + uses: actions/github-script@v7.0.1 with: script: | core.setFailed('There can be only one deployment to cluster. Now we have more then one. You have probably different affected files and different tag.') @@ -173,15 +173,15 @@ jobs: - id: conditions-count-zero name: Checking if there is only zero condition true if: env.COUNT == 0 - uses: actions/github-script@v3 + uses: actions/github-script@v7.0.1 with: script: | core.setFailed(':heavy_exclamation_mark: We have zero deployments based on conditions. Exiting pipeline with Fail status.') - name: Print pipeline comment if: github.event_name == 'pull_request' - uses: marocchino/sticky-pull-request-comment@v2 + uses: marocchino/sticky-pull-request-comment@v2.9.0 with: message: | - {{ env.GITHUB_STEP_SUMMARY }} + ${{ env.GITHUB_STEP_SUMMARY }} diff --git a/.github/workflows/deploy-helm.yml b/.github/workflows/deploy-helm.yml index efd3eb0..65bb6db 100644 --- a/.github/workflows/deploy-helm.yml +++ b/.github/workflows/deploy-helm.yml @@ -69,7 +69,7 @@ jobs: - id: unsupported-command if: inputs.command != 'install' && inputs.command != 'upgrade' && inputs.command != 'uninstall' - uses: actions/github-script@v3 + uses: actions/github-script@v7.0.1 with: script: | core.setFailed(':heavy_exclamation_mark: Unsupported helm command. Only `install`, `upgrade` and `uninstall` are supported. Exiting pipeline with Fail status.') @@ -81,7 +81,7 @@ jobs: - name: Pipelines Version run: | - echo "Pipelines version: 2.2.0" + echo "Pipelines version: 2.2.1" - name: Directory check run: pwd @@ -157,7 +157,7 @@ jobs: - name: Print pipeline comment if: github.event_name == 'pull_request' - uses: marocchino/sticky-pull-request-comment@v2 + uses: marocchino/sticky-pull-request-comment@v2.9.0 with: message: | ${{ env.GITHUB_STEP_SUMMARY }} diff --git a/.github/workflows/deploy-with-bratiska-cli-inhouse.yml b/.github/workflows/deploy-with-bratiska-cli-inhouse.yml index cdb5faf..b8a9817 100644 --- a/.github/workflows/deploy-with-bratiska-cli-inhouse.yml +++ b/.github/workflows/deploy-with-bratiska-cli-inhouse.yml @@ -87,7 +87,7 @@ jobs: - name: Pipelines Version run: | - echo "Pipelines version: 2.2.0" + echo "Pipelines version: 2.2.1" - name: Directory check run: pwd diff --git a/.github/workflows/deploy-with-bratiska-cli.yml b/.github/workflows/deploy-with-bratiska-cli.yml index 36288b0..55e1d6c 100644 --- a/.github/workflows/deploy-with-bratiska-cli.yml +++ b/.github/workflows/deploy-with-bratiska-cli.yml @@ -82,7 +82,7 @@ jobs: - name: Pipelines Version run: | - echo "Pipelines version: 2.2.0" + echo "Pipelines version: 2.2.1" - name: Directory check run: pwd diff --git a/.github/workflows/detect-helm-instance-deployment.yml b/.github/workflows/detect-helm-instance-deployment.yml index 01639aa..010a529 100644 --- a/.github/workflows/detect-helm-instance-deployment.yml +++ b/.github/workflows/detect-helm-instance-deployment.yml @@ -32,7 +32,7 @@ jobs: - name: Pipelines Version run: | - echo "Pipelines version: 2.2.0" + echo "Pipelines version: 2.2.1" - id: clean name: Clean tag name @@ -78,28 +78,28 @@ jobs: - id: no-instance if: env.INSTANCE == '' - uses: actions/github-script@v3 + uses: actions/github-script@v7.0.1 with: script: | core.setFailed(':heavy_exclamation_mark: We have no helm instances. Exiting pipeline with Fail status.') - id: no-cluster if: env.CLUSTER == '' - uses: actions/github-script@v3 + uses: actions/github-script@v7.0.1 with: script: | core.setFailed(':heavy_exclamation_mark: We have no cluster. Exiting pipeline with Fail status.') - id: no-command if: env.COMMAND == '' - uses: actions/github-script@v3 + uses: actions/github-script@v7.0.1 with: script: | core.setFailed(':heavy_exclamation_mark: We have no helm command. Exiting pipeline with Fail status.') - id: unsupported-command if: env.COMMAND != 'install' && env.COMMAND != 'upgrade' && env.COMMAND != 'uninstall' - uses: actions/github-script@v3 + uses: actions/github-script@v7.0.1 with: script: | core.setFailed(':heavy_exclamation_mark: Unsupported helm command. Only `install`, `upgrade` and `uninstall` are supported. Exiting pipeline with Fail status.') diff --git a/.github/workflows/validate-jest-cov-inhouse.yml b/.github/workflows/validate-jest-cov-inhouse.yml index d8d22d0..4b0fee1 100644 --- a/.github/workflows/validate-jest-cov-inhouse.yml +++ b/.github/workflows/validate-jest-cov-inhouse.yml @@ -18,7 +18,7 @@ jobs: - name: Pipelines Version run: | - echo "Pipelines version: 2.2.0" + echo "Pipelines version: 2.2.1" - name: Set up Node.js uses: actions/setup-node@v4 @@ -26,4 +26,4 @@ jobs: node-version: "20" - name: Run jest tests and create coverage report - uses: ArtiomTr/jest-coverage-report-action@v2 + uses: ArtiomTr/jest-coverage-report-action@v2.3.0 diff --git a/.github/workflows/validate-jest-cov.yml b/.github/workflows/validate-jest-cov.yml index 655767f..950935c 100644 --- a/.github/workflows/validate-jest-cov.yml +++ b/.github/workflows/validate-jest-cov.yml @@ -11,7 +11,7 @@ jobs: - name: Pipelines Version run: | - echo "Pipelines version: 2.2.0" + echo "Pipelines version: 2.2.1" - name: Set up Node.js uses: actions/setup-node@v4 @@ -19,4 +19,4 @@ jobs: node-version: "20" - name: Run jest tests and create coverage report - uses: ArtiomTr/jest-coverage-report-action@v2 + uses: ArtiomTr/jest-coverage-report-action@v2.3.0 diff --git a/.github/workflows/validate-nest-prisma-inhouse.yml b/.github/workflows/validate-nest-prisma-inhouse.yml index 6e0f44c..90e46f3 100644 --- a/.github/workflows/validate-nest-prisma-inhouse.yml +++ b/.github/workflows/validate-nest-prisma-inhouse.yml @@ -18,7 +18,7 @@ jobs: - name: Pipelines Version run: | - echo "Pipelines version: 2.2.0" + echo "Pipelines version: 2.2.1" - name: Set up Node.js uses: actions/setup-node@v4 @@ -49,7 +49,7 @@ jobs: - run: npx prisma generate - name: Typescript reviewdog check - uses: EPMatt/reviewdog-action-tsc@v1 + uses: EPMatt/reviewdog-action-tsc@v1.7.0 with: # Change reviewdog reporter if you need # [github-pr-check,github-check,github-pr-review]. diff --git a/.github/workflows/validate-nest-prisma.yml b/.github/workflows/validate-nest-prisma.yml index 578c41d..dac8c2b 100644 --- a/.github/workflows/validate-nest-prisma.yml +++ b/.github/workflows/validate-nest-prisma.yml @@ -12,7 +12,7 @@ jobs: - name: Pipelines Version run: | - echo "Pipelines version: 2.2.0" + echo "Pipelines version: 2.2.1" - name: Set up Node.js uses: actions/setup-node@v4 @@ -43,7 +43,7 @@ jobs: - run: npx prisma generate - name: Typescript reviewdog check - uses: EPMatt/reviewdog-action-tsc@v1 + uses: EPMatt/reviewdog-action-tsc@v1.7.0 with: # Change reviewdog reporter if you need # [github-pr-check,github-check,github-pr-review]. diff --git a/.github/workflows/validate-typescript-inhouse.yml b/.github/workflows/validate-typescript-inhouse.yml index 8397178..2e0d698 100644 --- a/.github/workflows/validate-typescript-inhouse.yml +++ b/.github/workflows/validate-typescript-inhouse.yml @@ -28,20 +28,20 @@ jobs: name: Test typescript runs-on: ${{fromJSON(inputs.runs-on)}} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Pipelines Version run: | - echo "Pipelines version: 2.2.0" + echo "Pipelines version: 2.2.1" - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: ${{inputs.node}} - run: yarn --frozen-lockfile - name: Typescript check - uses: EPMatt/reviewdog-action-tsc@v1 + uses: EPMatt/reviewdog-action-tsc@v1.7.0 with: # Change reviewdog reporter if you need # [github-pr-check,github-check,github-pr-review]. diff --git a/.github/workflows/validate-typescript.yml b/.github/workflows/validate-typescript.yml index ee28b5a..75153dd 100644 --- a/.github/workflows/validate-typescript.yml +++ b/.github/workflows/validate-typescript.yml @@ -23,20 +23,20 @@ jobs: name: Test typescript runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Pipelines Version run: | - echo "Pipelines version: 2.2.0" + echo "Pipelines version: 2.2.1" - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: ${{inputs.node}} - run: yarn --frozen-lockfile - name: Typescript check - uses: EPMatt/reviewdog-action-tsc@v1 + uses: EPMatt/reviewdog-action-tsc@v1.7.0 with: # Change reviewdog reporter if you need # [github-pr-check,github-check,github-pr-review].