diff --git a/.github/workflows/auto-merge.yaml b/.github/workflows/auto-merge.yaml index 4176c11a1..9858cb11c 100644 --- a/.github/workflows/auto-merge.yaml +++ b/.github/workflows/auto-merge.yaml @@ -20,7 +20,7 @@ jobs: with: client-id: ${{ secrets.KONFLUX_INFRA_AUTO_MERGER_APP_ID }} private-key: ${{ secrets.KONFLUX_INFRA_AUTO_MERGER_APP_PRIVATE_KEY }} - - uses: konflux-ci/deptriage@47b93cb91b2fc06139e11d7e26afd07ef30ba857 # main + - uses: konflux-ci/deptriage@50bf2bb8e60186927f31de5d199ddd30e3229484 # main with: command: merge head-sha: ${{ github.event.check_suite.head_sha }} diff --git a/.github/workflows/dep-triage.yaml b/.github/workflows/dep-triage.yaml index eba427fda..a840c038c 100644 --- a/.github/workflows/dep-triage.yaml +++ b/.github/workflows/dep-triage.yaml @@ -23,7 +23,7 @@ jobs: statuses: read steps: - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6 - - uses: konflux-ci/deptriage@47b93cb91b2fc06139e11d7e26afd07ef30ba857 # main + - uses: konflux-ci/deptriage@50bf2bb8e60186927f31de5d199ddd30e3229484 # main with: command: both pr-number: ${{ github.event.pull_request.number }}