diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 08de398..5673cfb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,7 +32,7 @@ jobs: BUILD_NUMBER: ${{ github.run_number }} steps: - name: Checkout Git Repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set Up JDK uses: actions/setup-java@v5 diff --git a/.github/workflows/qodana_code_quality.yml b/.github/workflows/qodana_code_quality.yml index ac7cd61..be08270 100644 --- a/.github/workflows/qodana_code_quality.yml +++ b/.github/workflows/qodana_code_quality.yml @@ -16,7 +16,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