From 4de5b52f713db86b5cca548860f893e5b6ef00c0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 08:19:07 +0000 Subject: [PATCH] Update github-actions --- .github/workflows/automatic-pr-labeler.yaml | 2 +- .github/workflows/cla.yaml | 2 +- .github/workflows/cleanup-old-maven-pkgs.yml | 2 +- .github/workflows/pr-assigner.yml | 2 +- .github/workflows/pr-conventional-commits.yaml | 2 +- .github/workflows/profanity-filter.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/automatic-pr-labeler.yaml b/.github/workflows/automatic-pr-labeler.yaml index 54d7ec3b7..dc464a88f 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@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 with: persist-credentials: false diff --git a/.github/workflows/cla.yaml b/.github/workflows/cla.yaml index 1cd8e3b9d..be3bc73c5 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@8c6dbeb901920bae9f40d7d7b646d8d9127e1ce7 # v2.4.0 + uses: Netcracker/qubership-workflow-hub/actions/cla-assistant@b6bee6f61fdc8b367777c1173fc852a58878a6a7 # v2.5.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 d796993d1..3d7748cf5 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@8c6dbeb901920bae9f40d7d7b646d8d9127e1ce7 # v2.4.0 + uses: netcracker/qubership-workflow-hub/actions/container-package-cleanup@b6bee6f61fdc8b367777c1173fc852a58878a6a7 # v2.5.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 b33d9690c..d040213a1 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@8c6dbeb901920bae9f40d7d7b646d8d9127e1ce7 # v2.4.0 + - uses: netcracker/qubership-workflow-hub/actions/pr-assigner@b6bee6f61fdc8b367777c1173fc852a58878a6a7 # v2.5.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/pr-conventional-commits.yaml b/.github/workflows/pr-conventional-commits.yaml index 8aab7286b..31361e469 100644 --- a/.github/workflows/pr-conventional-commits.yaml +++ b/.github/workflows/pr-conventional-commits.yaml @@ -16,7 +16,7 @@ jobs: name: Conventional Commits runs-on: ubuntu-latest steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 with: persist-credentials: false diff --git a/.github/workflows/profanity-filter.yml b/.github/workflows/profanity-filter.yml index 3213ba5e2..d92b13b38 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@3511065e91edef101ca84ed1c88cfef7120dface # main + uses: Netcracker/qubership-workflow-hub/.github/workflows/profanityFilter.yaml@7c913e5bda955f5ccee629161fee4b951036d7a4 # main