diff --git a/.github/workflows/cleanup-old-maven-pkgs.yml b/.github/workflows/cleanup-old-maven-pkgs.yml index d3c9017c9..53eeffc0f 100644 --- a/.github/workflows/cleanup-old-maven-pkgs.yml +++ b/.github/workflows/cleanup-old-maven-pkgs.yml @@ -43,7 +43,7 @@ jobs: echo "**Dry-run**: ${{ github.event.inputs.dry-run || 'false' }}" echo "**Debug**: ${{ github.event.inputs.debug || 'false' }}" - name: Run Maven Cleanup Action - uses: netcracker/qubership-workflow-hub/actions/container-package-cleanup@v2.2.0 + uses: netcracker/qubership-workflow-hub/actions/container-package-cleanup@v2.2.2 with: threshold-days: ${{ github.event.inputs.threshold-days || 14 }} included-patterns: ${{ github.event.inputs.included-patterns || '*SNAPSHOT*' }} diff --git a/.github/workflows/pr-assigner.yml b/.github/workflows/pr-assigner.yml index 50aa28e4d..e0acbb0db 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@d11baa8a4b42d1a931808c0766ee23eb344c47dd # 2.2.0 + - uses: netcracker/qubership-workflow-hub/actions/pr-assigner@6a2de8d62ac5b6998e30f923613c998c263ea9f2 # v2.2.2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/pr-conventional-commits.yaml b/.github/workflows/pr-conventional-commits.yaml index 09849d2fe..e84d3ff7a 100644 --- a/.github/workflows/pr-conventional-commits.yaml +++ b/.github/workflows/pr-conventional-commits.yaml @@ -20,4 +20,4 @@ jobs: with: persist-credentials: false - - uses: webiny/action-conventional-commits@faccb24fc2550dd15c0390d944379d2d8ed9690e # v1.3.1 + - uses: webiny/action-conventional-commits@7f91b1595ca1951cdb671ddc9f07a49081ec5b69 # v1.4.2