diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0ba7245..7280620 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,7 +33,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 timeout-minutes: 1 # Validate wrapper @@ -51,7 +51,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 timeout-minutes: 1 # Setup Java 17 environment for the next steps @@ -114,7 +114,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 timeout-minutes: 1 # Setup Java 17 environment for the next steps @@ -166,7 +166,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 timeout-minutes: 1 # Remove old release drafts by using the curl request for the available releases with draft flag diff --git a/.github/workflows/compatibility.yml b/.github/workflows/compatibility.yml index 15c7a4d..c0dcbfb 100644 --- a/.github/workflows/compatibility.yml +++ b/.github/workflows/compatibility.yml @@ -25,7 +25,7 @@ jobs: steps: - name: Check out repository - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 timeout-minutes: 1 - name: Setup Java 17 diff --git a/.github/workflows/files-changed.yaml b/.github/workflows/files-changed.yaml index 1723236..179e1d1 100644 --- a/.github/workflows/files-changed.yaml +++ b/.github/workflows/files-changed.yaml @@ -55,7 +55,7 @@ jobs: changed_files: ${{ steps.changes.outputs.changed_files }} steps: - name: Check out repository - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 timeout-minutes: 1 - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c57b95f..bb6757e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 timeout-minutes: 1 with: ref: ${{ github.event.release.tag_name }} diff --git a/.github/workflows/scorecards-analysis.yml b/.github/workflows/scorecards-analysis.yml index 17dc2d6..bf6484a 100644 --- a/.github/workflows/scorecards-analysis.yml +++ b/.github/workflows/scorecards-analysis.yml @@ -32,7 +32,7 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 timeout-minutes: 1 with: persist-credentials: false diff --git a/.github/workflows/update-gradle-wrapper.yml b/.github/workflows/update-gradle-wrapper.yml index c7225bd..3fb03ff 100644 --- a/.github/workflows/update-gradle-wrapper.yml +++ b/.github/workflows/update-gradle-wrapper.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 timeout-minutes: 1 - name: Update Gradle Wrapper diff --git a/.github/workflows/update-plugin-platform-version.yml b/.github/workflows/update-plugin-platform-version.yml index e0056d4..935eb27 100644 --- a/.github/workflows/update-plugin-platform-version.yml +++ b/.github/workflows/update-plugin-platform-version.yml @@ -10,7 +10,7 @@ jobs: update-jetbrains-plugin-platform-version: runs-on: ubuntu-latest steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 timeout-minutes: 1 with: token: ${{ secrets.PAT_TOKEN_FOR_IJ_UPDATE_ACTION }}