From e5d9a6c0da97db7a7a9371b46923f791a6723091 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 12:19:38 +0200 Subject: [PATCH] chore(deps): update actions/checkout digest to a5ac7e5 (#8772) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/assign-milestone.yml | 2 +- .github/workflows/docs.yml | 2 +- .github/workflows/qodana.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/assign-milestone.yml b/.github/workflows/assign-milestone.yml index b9f456d4dea..4ed7c78eb09 100644 --- a/.github/workflows/assign-milestone.yml +++ b/.github/workflows/assign-milestone.yml @@ -9,7 +9,7 @@ jobs: assign-milestone: runs-on: ubuntu-latest steps: - - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 with: repository: 'dropwizard/dropwizard' ref: ${{ github.base_ref }} diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 1ff8c2ca83d..e88bcc35aef 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -15,7 +15,7 @@ jobs: docs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 # yamllint disable-line rule:line-length - uses: ammaraskar/sphinx-action@8b4f60114d7fd1faeba1a712269168508d4750d2 # tag=0.4 with: diff --git a/.github/workflows/qodana.yml b/.github/workflows/qodana.yml index 08e02642796..479c56f7bcd 100644 --- a/.github/workflows/qodana.yml +++ b/.github/workflows/qodana.yml @@ -19,7 +19,7 @@ jobs: checks: "write" security-events: "write" steps: - - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 with: fetch-depth: 0 - name: 'Qodana Scan'