diff --git a/.github/workflows/automatic-pr-labeler.yaml b/.github/workflows/automatic-pr-labeler.yaml index 34378fe1..01ec86ba 100644 --- a/.github/workflows/automatic-pr-labeler.yaml +++ b/.github/workflows/automatic-pr-labeler.yaml @@ -26,7 +26,7 @@ jobs: issues: write runs-on: ubuntu-latest steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false diff --git a/.github/workflows/cleanup-old-docker-container.yml b/.github/workflows/cleanup-old-docker-container.yml index dcebdfa1..2744539f 100644 --- a/.github/workflows/cleanup-old-docker-container.yml +++ b/.github/workflows/cleanup-old-docker-container.yml @@ -43,7 +43,7 @@ jobs: echo "**Dry-run**: ${{ github.event.inputs.dry-run || 'false' }}" echo "**Debug**: ${{ github.event.inputs.debug || 'false' }}" - name: Run Container Package Cleanup Action - uses: netcracker/qubership-workflow-hub/actions/container-package-cleanup@v2.0.7 + uses: netcracker/qubership-workflow-hub/actions/container-package-cleanup@v2.0.10 with: threshold-days: ${{ github.event.inputs.threshold-days || 8 }} included-tags: ${{ github.event.inputs.included-tags || '*' }} diff --git a/.github/workflows/cleanup-old-maven-artifacts.yml b/.github/workflows/cleanup-old-maven-artifacts.yml index 533647d2..3ede449c 100644 --- a/.github/workflows/cleanup-old-maven-artifacts.yml +++ b/.github/workflows/cleanup-old-maven-artifacts.yml @@ -37,7 +37,7 @@ jobs: uses: actions/checkout@v6 - name: Run Maven Cleanup Action - uses: netcracker/qubership-workflow-hub/actions/container-package-cleanup@v2.0.7 + uses: netcracker/qubership-workflow-hub/actions/container-package-cleanup@v2.0.10 with: threshold-days: ${{ github.event.inputs.threshold-days || 14 }} included-patterns: ${{ github.event.inputs.included-patterns || '*SNAPSHOT' }} diff --git a/.github/workflows/maven-build.yaml b/.github/workflows/maven-build.yaml index ec2608b2..347519d5 100644 --- a/.github/workflows/maven-build.yaml +++ b/.github/workflows/maven-build.yaml @@ -18,7 +18,7 @@ on: jobs: build-java-service: name: Build java service - uses: Netcracker/qubership-core-infra/.github/workflows/generic-build-maven-service.yaml@v1.3.1 + uses: Netcracker/qubership-core-infra/.github/workflows/generic-build-maven-service.yaml@v1.3.3 with: actor: ${{ github.actor }} sonar-project-key: ${{ vars.SONAR_PROJECT_KEY }} diff --git a/.github/workflows/pr-assigner.yml b/.github/workflows/pr-assigner.yml index 946c15d0..3dc337f6 100644 --- a/.github/workflows/pr-assigner.yml +++ b/.github/workflows/pr-assigner.yml @@ -26,6 +26,6 @@ jobs: with: persist-credentials: false - - uses: netcracker/qubership-workflow-hub/actions/pr-assigner@c1a5c8c2d9c2a79f548134db1d095f36ee0f28e7 # 2.0.7 + - uses: netcracker/qubership-workflow-hub/actions/pr-assigner@8d542a426ce561c7dce745f6b9cee068d1d7e101 # 2.0.10 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/pr-conventional-commits.yaml b/.github/workflows/pr-conventional-commits.yaml index 8a98746b..09849d2f 100644 --- a/.github/workflows/pr-conventional-commits.yaml +++ b/.github/workflows/pr-conventional-commits.yaml @@ -16,8 +16,8 @@ jobs: name: Conventional Commits runs-on: ubuntu-latest steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false - - uses: webiny/action-conventional-commits@8bc41ff4e7d423d56fa4905f6ff79209a78776c7 #v1.3.0 + - uses: webiny/action-conventional-commits@faccb24fc2550dd15c0390d944379d2d8ed9690e # v1.3.1