diff --git a/.github/workflows/cla.yaml b/.github/workflows/cla.yaml index 13ffaf610..3dea82cd5 100644 --- a/.github/workflows/cla.yaml +++ b/.github/workflows/cla.yaml @@ -20,7 +20,7 @@ jobs: steps: - name: "CLA Assistant" if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request_target' - uses: Netcracker/qubership-workflow-hub/actions/cla-assistant@27fd7674286e5f561a6fd8277f2f389ff96ddb9e # v2.6.0 + uses: Netcracker/qubership-workflow-hub/actions/cla-assistant@8b1f50086b028c0ad22dafd33352e2166189b742 # v2.7.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} PERSONAL_ACCESS_TOKEN: ${{ secrets.CLA_ACCESS_TOKEN }} diff --git a/.github/workflows/cleanup-old-maven-pkgs.yml b/.github/workflows/cleanup-old-maven-pkgs.yml index b53c159ee..2000ab5ee 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@27fd7674286e5f561a6fd8277f2f389ff96ddb9e # v2.6.0 + uses: netcracker/qubership-workflow-hub/actions/container-package-cleanup@8b1f50086b028c0ad22dafd33352e2166189b742 # v2.7.0 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 c2fd5056e..58633a2e1 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@27fd7674286e5f561a6fd8277f2f389ff96ddb9e # v2.6.0 + - uses: netcracker/qubership-workflow-hub/actions/pr-assigner@8b1f50086b028c0ad22dafd33352e2166189b742 # v2.7.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/profanity-filter.yml b/.github/workflows/profanity-filter.yml index e5606e212..4cdaf9c5d 100644 --- a/.github/workflows/profanity-filter.yml +++ b/.github/workflows/profanity-filter.yml @@ -15,4 +15,4 @@ permissions: jobs: call-apply-filter: - uses: Netcracker/qubership-workflow-hub/.github/workflows/profanityFilter.yaml@3af97139181eaadbb75c3e147b4cd1fe76ef7112 # main + uses: Netcracker/qubership-workflow-hub/.github/workflows/profanityFilter.yaml@6ded1a5ac45403a0c19a6afee367151417eac549 # main