From 2b746207ddbeebece0dffd908739b3e27c8c7022 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 08:57:53 +0000 Subject: [PATCH] Pin dependencies --- .github/workflows/automatic-pr-labeler.yaml | 2 +- .github/workflows/cla.yaml | 2 +- .github/workflows/cleanup-old-maven-pkgs.yml | 2 +- .github/workflows/maven-deploy-branch-snapshot.yml | 2 +- .github/workflows/pr-assigner.yml | 2 +- .github/workflows/pr-conventional-commits.yaml | 2 +- .github/workflows/profanity-filter.yml | 2 +- 7 files changed, 7 insertions(+), 7 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/maven-deploy-branch-snapshot.yml b/.github/workflows/maven-deploy-branch-snapshot.yml index 32f395381..38c37518d 100644 --- a/.github/workflows/maven-deploy-branch-snapshot.yml +++ b/.github/workflows/maven-deploy-branch-snapshot.yml @@ -32,7 +32,7 @@ permissions: jobs: maven-deploy: - uses: Netcracker/qubership-core-infra/.github/workflows/maven-deploy-branch-snapshot.yml@feat/consistent-snapshots + uses: Netcracker/qubership-core-infra/.github/workflows/maven-deploy-branch-snapshot.yml@75e193f58f0c209d19eda526b2a5137cdb3bc557 # feat/consistent-snapshots with: branch: ${{ inputs.branch }} skip-tests: ${{ inputs.skip-tests }} 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..ca5407537 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@b0512cba322488c23bb9486bc698e44b367fb0c3 # main