Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion workflow-templates/cleanup-old-docker-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
echo "**Debug**: $DEBUG"

- name: "Run Container Package Cleanup Action"
uses: netcracker/qubership-workflow-hub/actions/container-package-cleanup@d53e0ff4ca97bd496974febd9aee460d1c5e9ba9 #v2.0.8
uses: netcracker/qubership-workflow-hub/actions/container-package-cleanup@ac0b35120b940eaa644cdcfee7d4957038998ec2 #v2.0.9
with:
threshold-days: ${{ env.THRESHOLD_DAYS }}
included-tags: ${{ env.INCLUDED_TAGS }}
Expand Down
6 changes: 3 additions & 3 deletions workflow-templates/dev-docker-build-multiple-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
persist-credentials: false

- name: Get Configuration File
uses: netcracker/qubership-workflow-hub/actions/docker-config-resolver@d53e0ff4ca97bd496974febd9aee460d1c5e9ba9 #v2.0.8
uses: netcracker/qubership-workflow-hub/actions/docker-config-resolver@ac0b35120b940eaa644cdcfee7d4957038998ec2 #v2.0.9
id: config
with:
file-path: "${{ env.CONFIG_FILE }}"
Expand All @@ -90,7 +90,7 @@ jobs:
persist-credentials: false

- name: "Create name"
uses: netcracker/qubership-workflow-hub/actions/metadata-action@d53e0ff4ca97bd496974febd9aee460d1c5e9ba9 # v2.0.8
uses: netcracker/qubership-workflow-hub/actions/metadata-action@ac0b35120b940eaa644cdcfee7d4957038998ec2 # v2.0.9
id: metadata
with:
default-template: "{{ref-name}}"
Expand All @@ -115,7 +115,7 @@ jobs:
echo "**Tags:** ${{ steps.prepare_tags.outputs.tags }}" >> $GITHUB_STEP_SUMMARY

- name: "Build and Publish Docker Image"
uses: netcracker/qubership-workflow-hub/actions/docker-action@d53e0ff4ca97bd496974febd9aee460d1c5e9ba9 #v2.0.8
uses: netcracker/qubership-workflow-hub/actions/docker-action@ac0b35120b940eaa644cdcfee7d4957038998ec2 #v2.0.9
with:
component: ${{ toJson(matrix.component) }}
platforms: ${{ matrix.component.platforms }}
Expand Down
6 changes: 3 additions & 3 deletions workflow-templates/dev-docker-build-selective.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,13 +107,13 @@ jobs:
fi

- name: Get Configuration File
uses: netcracker/qubership-workflow-hub/actions/docker-config-resolver@d53e0ff4ca97bd496974febd9aee460d1c5e9ba9 #v2.0.8
uses: netcracker/qubership-workflow-hub/actions/docker-config-resolver@ac0b35120b940eaa644cdcfee7d4957038998ec2 #v2.0.9
id: config
with:
file-path: "updated_config.json"

- name: Create tags for images
uses: netcracker/qubership-workflow-hub/actions/metadata-action@d53e0ff4ca97bd496974febd9aee460d1c5e9ba9 #v2.0.8
uses: netcracker/qubership-workflow-hub/actions/metadata-action@ac0b35120b940eaa644cdcfee7d4957038998ec2 #v2.0.9
id: meta
with:
default-template: "{{ref-name}}"
Expand All @@ -133,7 +133,7 @@ jobs:
component: ${{ fromJson(needs.prepare.outputs.packages) }}
steps:
- name: Docker
uses: netcracker/qubership-workflow-hub/actions/docker-action@d53e0ff4ca97bd496974febd9aee460d1c5e9ba9 #v2.0.8
uses: netcracker/qubership-workflow-hub/actions/docker-action@ac0b35120b940eaa644cdcfee7d4957038998ec2 #v2.0.9
with:
ref: ${{ github.ref }}
dry-run: ${{ github.event.inputs.dry-run || github.event_name == 'pull_request' }}
Expand Down
4 changes: 2 additions & 2 deletions workflow-templates/dev-docker-build-single-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
persist-credentials: false

- name: "Create name"
uses: netcracker/qubership-workflow-hub/actions/metadata-action@d53e0ff4ca97bd496974febd9aee460d1c5e9ba9 # v2.0.8
uses: netcracker/qubership-workflow-hub/actions/metadata-action@ac0b35120b940eaa644cdcfee7d4957038998ec2 # v2.0.9
id: metadata

- name: "Prepare tags"
Expand All @@ -89,7 +89,7 @@ jobs:
echo "**Tags:** ${{ steps.prepare_tags.outputs.tags }}" >> $GITHUB_STEP_SUMMARY

- name: "Build and Publish Docker Image"
uses: netcracker/qubership-workflow-hub/actions/docker-action@d53e0ff4ca97bd496974febd9aee460d1c5e9ba9 #v2.0.8
uses: netcracker/qubership-workflow-hub/actions/docker-action@ac0b35120b940eaa644cdcfee7d4957038998ec2 #v2.0.9
with:
custom-image-name: ${{ github.event.inputs.custom-image-name || '' }}
platforms: ${{ env.PLATFORMS }}
Expand Down
4 changes: 2 additions & 2 deletions workflow-templates/dev-mvn-docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
persist-credentials: false

- name: "Maven build artifact"
uses: netcracker/qubership-workflow-hub/actions/maven-snapshot-deploy@d53e0ff4ca97bd496974febd9aee460d1c5e9ba9 #v2.0.8
uses: netcracker/qubership-workflow-hub/actions/maven-snapshot-deploy@ac0b35120b940eaa644cdcfee7d4957038998ec2 #v2.0.9
with:
maven-command: "${{ github.event.inputs.maven-command || '--batch-mode clean install -Dgpg.skip=true' }}"
java-version: ${{ github.event.inputs.java-version || '21' }}
Expand All @@ -95,7 +95,7 @@ jobs:
echo "**Tags:** ${{ steps.prepare_tags.outputs.tags }}" >> $GITHUB_STEP_SUMMARY

- name: "Build and Publish Docker Image"
uses: netcracker/qubership-workflow-hub/actions/docker-action@d53e0ff4ca97bd496974febd9aee460d1c5e9ba9 #v2.0.8
uses: netcracker/qubership-workflow-hub/actions/docker-action@ac0b35120b940eaa644cdcfee7d4957038998ec2 #v2.0.9
with:
custom-image-name: ${{ github.event.inputs.custom-image-name || '' }}
platforms: ${{ env.PLATFORMS }}
Expand Down
6 changes: 3 additions & 3 deletions workflow-templates/docker-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
steps:
- name: "Check if tag exists"
id: check_tag
uses: netcracker/qubership-workflow-hub/actions/tag-action@d53e0ff4ca97bd496974febd9aee460d1c5e9ba9 # v2.0.8
uses: netcracker/qubership-workflow-hub/actions/tag-action@ac0b35120b940eaa644cdcfee7d4957038998ec2 # v2.0.9
with:
tag-name: 'v${{ inputs.release }}'
ref: ${{ github.ref }}
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
contents: write
steps:
- name: "Create Tag"
uses: netcracker/qubership-workflow-hub/actions/tag-action@d53e0ff4ca97bd496974febd9aee460d1c5e9ba9 # v2.0.8
uses: netcracker/qubership-workflow-hub/actions/tag-action@ac0b35120b940eaa644cdcfee7d4957038998ec2 # v2.0.9
with:
tag-name: 'v${{ inputs.release }}'
ref: ${{ github.ref }}
Expand All @@ -118,7 +118,7 @@ jobs:
echo "IMAGE_VERSION=${{ inputs.release }}" >> $GITHUB_ENV

- name: "Docker build and publish"
uses: netcracker/qubership-workflow-hub/actions/docker-action@d53e0ff4ca97bd496974febd9aee460d1c5e9ba9 # v2.0.8
uses: netcracker/qubership-workflow-hub/actions/docker-action@ac0b35120b940eaa644cdcfee7d4957038998ec2 # v2.0.9
with:
ref: 'v${{ inputs.release }}'
download-artifact: false
Expand Down
10 changes: 5 additions & 5 deletions workflow-templates/helm-charts-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
steps:
- name: "Check if tag exists"
id: check_tag
uses: netcracker/qubership-workflow-hub/actions/tag-action@d53e0ff4ca97bd496974febd9aee460d1c5e9ba9 #v2.0.8
uses: netcracker/qubership-workflow-hub/actions/tag-action@ac0b35120b940eaa644cdcfee7d4957038998ec2 #v2.0.9
with:
tag-name: '${{ inputs.release }}'
ref: ${{ github.ref }}
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
run: |
echo "IMAGE=${{ matrix.component.name }}" >> $GITHUB_ENV
- name: "Docker dry run build"
uses: netcracker/qubership-workflow-hub/actions/docker-action@d53e0ff4ca97bd496974febd9aee460d1c5e9ba9 #v2.0.8
uses: netcracker/qubership-workflow-hub/actions/docker-action@ac0b35120b940eaa644cdcfee7d4957038998ec2 #v2.0.9
with:
ref: ${{ github.ref }}
download-artifact: false
Expand All @@ -127,7 +127,7 @@ jobs:
persist-credentials: false
- name: "Update versions in values"
id: update-versions
uses: netcracker/qubership-workflow-hub/actions/charts-values-update-action@d53e0ff4ca97bd496974febd9aee460d1c5e9ba9 #v2.0.8
uses: netcracker/qubership-workflow-hub/actions/charts-values-update-action@ac0b35120b940eaa644cdcfee7d4957038998ec2 #v2.0.9
with:
release-version: ${{ inputs.release }}
config-file: .github/charts-values-update-config.yaml
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
echo "IMAGE_VERSION=${{ fromJson(needs.chart-release-prepare.outputs.images-versions)[matrix.component.name] || inputs.release }}" >> $GITHUB_ENV

- name: "Docker build and publish"
uses: netcracker/qubership-workflow-hub/actions/docker-action@d53e0ff4ca97bd496974febd9aee460d1c5e9ba9 #v2.0.8
uses: netcracker/qubership-workflow-hub/actions/docker-action@ac0b35120b940eaa644cdcfee7d4957038998ec2 #v2.0.9
with:
ref: release-${{ inputs.release }}
download-artifact: false
Expand Down Expand Up @@ -211,7 +211,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: "Upload Assets to GitHub Release"
uses: netcracker/qubership-workflow-hub/actions/assets-action@d53e0ff4ca97bd496974febd9aee460d1c5e9ba9 #v2.0.8
uses: netcracker/qubership-workflow-hub/actions/assets-action@ac0b35120b940eaa644cdcfee7d4957038998ec2 #v2.0.9
with:
tag: ${{ inputs.release }}
item-path: .cr-release-packages/*.tgz
Expand Down
8 changes: 4 additions & 4 deletions workflow-templates/maven-release-v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
packages: write
steps:
- name: "Build and Publish current SNAPSHOT (dry run)"
uses: netcracker/qubership-workflow-hub/actions/maven-release@d53e0ff4ca97bd496974febd9aee460d1c5e9ba9 #v2.0.8
uses: netcracker/qubership-workflow-hub/actions/maven-release@ac0b35120b940eaa644cdcfee7d4957038998ec2 #v2.0.9
with:
version-type: ${{ github.event.inputs.version-type }}
ref: ${{ github.ref }}
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:

- name: "Build and Publish"
id: build-and-publish
uses: netcracker/qubership-workflow-hub/actions/maven-release@d53e0ff4ca97bd496974febd9aee460d1c5e9ba9 #v2.0.8
uses: netcracker/qubership-workflow-hub/actions/maven-release@ac0b35120b940eaa644cdcfee7d4957038998ec2 #v2.0.9
with:
version-type: ${{ github.event.inputs.version-type }}
ref: ${{ github.ref }}
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
- name: "Prepare Docker tags"
if: ${{ github.event.inputs.mark-as-latest != 'true' }}
id: meta
uses: netcracker/qubership-workflow-hub/actions/metadata-action@v2.0.8
uses: netcracker/qubership-workflow-hub/actions/metadata-action@v2.0.9
with:
default-template: "{{major}}.{{minor}}.{{patch}},{{major}}.{{minor}},{{major}}"
ref: ${{ needs.deploy.outputs.release-version }}
Expand All @@ -177,7 +177,7 @@ jobs:

- name: "Docker Build"
id: docker_build
uses: netcracker/qubership-workflow-hub/actions/docker-action@v2.0.8
uses: netcracker/qubership-workflow-hub/actions/docker-action@v2.0.9
with:
ref: v${{ needs.deploy.outputs.release-version }}
download-artifact: true
Expand Down
6 changes: 3 additions & 3 deletions workflow-templates/maven-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:

- name: "Check if tag exists"
id: check_tag
uses: netcracker/qubership-workflow-hub/actions/tag-checker@v2.0.8
uses: netcracker/qubership-workflow-hub/actions/tag-checker@v2.0.9
with:
tag: 'v${{ github.event.inputs.version }}'
env:
Expand Down Expand Up @@ -105,12 +105,12 @@ jobs:

- name: "Update pom.xml version"
id: config
uses: netcracker/qubership-workflow-hub/actions/pom-updater@d53e0ff4ca97bd496974febd9aee460d1c5e9ba9 #v2.0.8
uses: netcracker/qubership-workflow-hub/actions/pom-updater@ac0b35120b940eaa644cdcfee7d4957038998ec2 #v2.0.9
with:
new_value: ${{ github.event.inputs.version }}

- name: "Commit Changes"
uses: netcracker/qubership-workflow-hub/actions/commit-and-push@d53e0ff4ca97bd496974febd9aee460d1c5e9ba9 #v2.0.8
uses: netcracker/qubership-workflow-hub/actions/commit-and-push@ac0b35120b940eaa644cdcfee7d4957038998ec2 #v2.0.9
with:
commit_message: "Update pom.xml version to ${{ github.event.inputs.version }}"

Expand Down
2 changes: 1 addition & 1 deletion workflow-templates/maven-snapshot-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
persist-credentials: false

- name: "Deploy Maven Snapshot Artifact"
uses: netcracker/qubership-workflow-hub/actions/maven-snapshot-deploy@v2.0.8
uses: netcracker/qubership-workflow-hub/actions/maven-snapshot-deploy@v2.0.9
with:
java-version: '21' # Specify the Java version to use for the build
target-store: 'github' # or 'central' for Maven Central repository
Expand Down
2 changes: 1 addition & 1 deletion workflow-templates/npm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:

- name: "Check if tag exists"
id: check_tag
uses: netcracker/qubership-workflow-hub/actions/tag-checker@v2.0.8
uses: netcracker/qubership-workflow-hub/actions/tag-checker@v2.0.9
with:
tag: 'v${{ github.event.inputs.version }}'
env:
Expand Down
2 changes: 1 addition & 1 deletion workflow-templates/pr-assigner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
persist-credentials: false

- name: "Assign Reviewers"
uses: netcracker/qubership-workflow-hub/actions/pr-assigner@d53e0ff4ca97bd496974febd9aee460d1c5e9ba9 #2.0.8
uses: netcracker/qubership-workflow-hub/actions/pr-assigner@ac0b35120b940eaa644cdcfee7d4957038998ec2 #2.0.9
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions workflow-templates/python-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Check if tag exists
if: ${{ inputs.version != '' }}
id: check_tag
uses: netcracker/qubership-workflow-hub/actions/tag-action@v2.0.8
uses: netcracker/qubership-workflow-hub/actions/tag-action@v2.0.9
with:
tag-name: 'v${{ inputs.version }}'
ref: ${{ github.ref }}
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:

- name: "Publish to PyPI"
id: publish
uses: netcracker/qubership-workflow-hub/actions/poetry-publisher@v2.0.8
uses: netcracker/qubership-workflow-hub/actions/poetry-publisher@v2.0.9
with:
package_version: ${{ inputs.version }}
poetry_version_bump: ${{ inputs.poetry-version-options }}
Expand Down
2 changes: 1 addition & 1 deletion workflow-templates/security-scan-apihub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
steps:
- name: List GHCR packages for this repo
id: ghcr
uses: Netcracker/qubership-workflow-hub/actions/ghcr-discover-repo-packages@d53e0ff4ca97bd496974febd9aee460d1c5e9ba9 #v2.0.8
uses: Netcracker/qubership-workflow-hub/actions/ghcr-discover-repo-packages@ac0b35120b940eaa644cdcfee7d4957038998ec2 #v2.0.9
env:
GH_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion workflow-templates/security-scan-with-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:

# See: https://github.com/Netcracker/qubership-workflow-hub/tree/main/actions/docker-config-resolver
- name: Get Configuration File
uses: netcracker/qubership-workflow-hub/actions/docker-config-resolver@d53e0ff4ca97bd496974febd9aee460d1c5e9ba9 #v2.0.8
uses: netcracker/qubership-workflow-hub/actions/docker-config-resolver@ac0b35120b940eaa644cdcfee7d4957038998ec2 #v2.0.9
id: config
with:
file-path: ".qubership/docker.cfg"
Expand Down
2 changes: 1 addition & 1 deletion workflow-templates/security-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
steps:
- name: List GHCR packages for this repo
id: ghcr
uses: Netcracker/qubership-workflow-hub/actions/ghcr-discover-repo-packages@d53e0ff4ca97bd496974febd9aee460d1c5e9ba9 #v2.0.8
uses: Netcracker/qubership-workflow-hub/actions/ghcr-discover-repo-packages@ac0b35120b940eaa644cdcfee7d4957038998ec2 #v2.0.9
env:
GH_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}

Expand Down
Loading