diff --git a/.github/workflows/cleanup-old-docker-container.yaml b/.github/workflows/cleanup-old-docker-container.yaml index 9dfd96bb..82d8ff7c 100644 --- a/.github/workflows/cleanup-old-docker-container.yaml +++ b/.github/workflows/cleanup-old-docker-container.yaml @@ -56,7 +56,7 @@ jobs: echo "**Debug**: $DEBUG" - name: "Run Container Package Cleanup Action" - uses: netcracker/qubership-workflow-hub/actions/container-package-cleanup@8d542a426ce561c7dce745f6b9cee068d1d7e101 #v2.0.10 + uses: netcracker/qubership-workflow-hub/actions/container-package-cleanup@6a2de8d62ac5b6998e30f923613c998c263ea9f2 #v2.2.2 with: threshold-days: ${{ env.THRESHOLD_DAYS }} included-tags: ${{ env.INCLUDED_TAGS }} diff --git a/.github/workflows/dev_build.yml b/.github/workflows/dev_build.yml index 81b306ac..48eaff6b 100644 --- a/.github/workflows/dev_build.yml +++ b/.github/workflows/dev_build.yml @@ -89,7 +89,7 @@ jobs: echo "platforms=$(jq -c '.platforms' ${CONFIG_FILE})" >> "$GITHUB_OUTPUT" - name: Create tags for images - uses: netcracker/qubership-workflow-hub/actions/metadata-action@8d542a426ce561c7dce745f6b9cee068d1d7e101 # v2.0.10 + uses: netcracker/qubership-workflow-hub/actions/metadata-action@6a2de8d62ac5b6998e30f923613c998c263ea9f2 # v2.2.2 id: meta with: default-template: "{{ref-name}}" @@ -109,7 +109,7 @@ jobs: component: ${{ fromJson(needs.prepare.outputs.components) }} steps: - name: Docker - uses: netcracker/qubership-workflow-hub/actions/docker-action@8d542a426ce561c7dce745f6b9cee068d1d7e101 # v2.0.10 + uses: netcracker/qubership-workflow-hub/actions/docker-action@6a2de8d62ac5b6998e30f923613c998c263ea9f2 # v2.2.2 with: ref: ${{ github.ref }} dry-run: ${{ github.event.inputs.dry-run || github.event_name == 'pull_request' }} diff --git a/.github/workflows/helm-charts-release.yaml b/.github/workflows/helm-charts-release.yaml index 28b20080..6f41875f 100644 --- a/.github/workflows/helm-charts-release.yaml +++ b/.github/workflows/helm-charts-release.yaml @@ -21,7 +21,7 @@ jobs: steps: - name: Check if tag exists id: check_tag - uses: netcracker/qubership-workflow-hub/actions/tag-action@5a557213e92e3d22d0292330c4817c82af6704d2 #v2.1.2 + uses: netcracker/qubership-workflow-hub/actions/tag-action@6a2de8d62ac5b6998e30f923613c998c263ea9f2 #v2.2.2 with: tag-name: '${{ inputs.release }}' ref: ${{ github.ref }} @@ -81,7 +81,7 @@ jobs: run: | echo "IMAGE=${{ matrix.component.name }}" >> $GITHUB_ENV - name: Docker build - uses: netcracker/qubership-workflow-hub/actions/docker-action@5a557213e92e3d22d0292330c4817c82af6704d2 #v2.1.2 + uses: netcracker/qubership-workflow-hub/actions/docker-action@6a2de8d62ac5b6998e30f923613c998c263ea9f2 #v2.2.2 with: ref: ${{ github.ref }} download-artifact: false @@ -116,7 +116,7 @@ jobs: - name: "Chart release" id: update-versions - uses: netcracker/qubership-workflow-hub/actions/charts-values-update-action@5a557213e92e3d22d0292330c4817c82af6704d2 #v2.1.2 + uses: netcracker/qubership-workflow-hub/actions/charts-values-update-action@6a2de8d62ac5b6998e30f923613c998c263ea9f2 #v2.2.2 with: release-version: ${{ inputs.release }} config-file: .github/charts-values-update-config.yaml @@ -151,7 +151,7 @@ jobs: echo "IMAGE_VERSION=${IMAGE_VER}" >> $GITHUB_ENV - name: Docker build - uses: netcracker/qubership-workflow-hub/actions/docker-action@5a557213e92e3d22d0292330c4817c82af6704d2 #v2.1.2 + uses: netcracker/qubership-workflow-hub/actions/docker-action@6a2de8d62ac5b6998e30f923613c998c263ea9f2 #v2.2.2 with: ref: release-${{ inputs.release }} download-artifact: false @@ -194,7 +194,7 @@ jobs: with: artifact-ids: ${{ needs.chart-release.outputs.charts-artifact }} - name: "Upload Assets" - uses: netcracker/qubership-workflow-hub/actions/assets-action@5a557213e92e3d22d0292330c4817c82af6704d2 #v2.1.2 + uses: netcracker/qubership-workflow-hub/actions/assets-action@6a2de8d62ac5b6998e30f923613c998c263ea9f2 #v2.2.2 with: tag: ${{ inputs.release }} item-path: "./*.tgz" diff --git a/.github/workflows/integration-opensearch-build.yml b/.github/workflows/integration-opensearch-build.yml index a144d02e..5f730775 100644 --- a/.github/workflows/integration-opensearch-build.yml +++ b/.github/workflows/integration-opensearch-build.yml @@ -76,7 +76,7 @@ jobs: fi - name: Create tags for images - uses: netcracker/qubership-workflow-hub/actions/metadata-action@8d542a426ce561c7dce745f6b9cee068d1d7e101 # v2.0.10 + uses: netcracker/qubership-workflow-hub/actions/metadata-action@6a2de8d62ac5b6998e30f923613c998c263ea9f2 # v2.2.2 id: meta with: default-template: "{{ref-name}}" @@ -87,7 +87,7 @@ jobs: - name: Set opensearch Major Version id: set-opensearch-major-version - uses: netcracker/qubership-workflow-hub/actions/metadata-action@8d542a426ce561c7dce745f6b9cee068d1d7e101 # v2.0.10 + uses: netcracker/qubership-workflow-hub/actions/metadata-action@6a2de8d62ac5b6998e30f923613c998c263ea9f2 # v2.2.2 with: ref: ${{ env.OPENSEARCH_VERSION }} default-template: "{{ref-name}}" @@ -113,7 +113,7 @@ jobs: IMAGE_TAG="${OPENSEARCH_CUSTOM_IMAGE,,}" echo "IMAGE_TAG=${IMAGE_TAG#*:}" >> "$GITHUB_ENV" - name: Docker - uses: netcracker/qubership-workflow-hub/actions/docker-action@8d542a426ce561c7dce745f6b9cee068d1d7e101 # v2.0.10 + uses: netcracker/qubership-workflow-hub/actions/docker-action@6a2de8d62ac5b6998e30f923613c998c263ea9f2 # v2.2.2 with: ref: ${{ env.INTEGRATION_BUILD_BRANCH }} dry-run: false diff --git a/.github/workflows/run_tests.yaml b/.github/workflows/run_tests.yaml index 8fc0ee11..4dec8285 100644 --- a/.github/workflows/run_tests.yaml +++ b/.github/workflows/run_tests.yaml @@ -31,7 +31,7 @@ jobs: conclusion: ${{ steps.wait.outputs.conclusion }} steps: - name: Wait for dev_build.yml to complete - uses: netcracker/qubership-workflow-hub/actions/wait-for-workflow@8d542a426ce561c7dce745f6b9cee068d1d7e101 #v2.0.10 + uses: netcracker/qubership-workflow-hub/actions/wait-for-workflow@6a2de8d62ac5b6998e30f923613c998c263ea9f2 #v2.2.2 id: wait with: workflow: dev_build.yml