diff --git a/.github/workflows/api_checker.yaml b/.github/workflows/api_checker.yaml index 172f743d..eec2fb7e 100644 --- a/.github/workflows/api_checker.yaml +++ b/.github/workflows/api_checker.yaml @@ -16,7 +16,7 @@ jobs: max-parallel: 64 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: recursive diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3306fa32..2605b176 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,7 +22,7 @@ jobs: echo "set man-db/auto-update false" | sudo debconf-communicate sudo dpkg-reconfigure man-db sudo apt-get install ripgrep - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: recursive - name: Setup Java diff --git a/.github/workflows/fast_ci.yaml b/.github/workflows/fast_ci.yaml index 1f8ba327..79559304 100644 --- a/.github/workflows/fast_ci.yaml +++ b/.github/workflows/fast_ci.yaml @@ -16,7 +16,7 @@ jobs: max-parallel: 64 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Setup Java 21 uses: actions/setup-java@v5 diff --git a/.github/workflows/qodana_code_quality.yml b/.github/workflows/qodana_code_quality.yml index a6f93de1..579ad505 100644 --- a/.github/workflows/qodana_code_quality.yml +++ b/.github/workflows/qodana_code_quality.yml @@ -11,7 +11,7 @@ jobs: pull-requests: write checks: write steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit fetch-depth: 0 # a full history is required for pull request analysis