diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6fafbc7..562ba09 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,7 +42,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 timeout-minutes: 1 # Setup Java environment for the next steps @@ -84,7 +84,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 timeout-minutes: 1 # Setup Java environment for the next steps @@ -146,7 +146,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 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 33c608e..597aa10 100644 --- a/.github/workflows/compatibility.yml +++ b/.github/workflows/compatibility.yml @@ -25,7 +25,7 @@ jobs: steps: - name: Check out repository - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 timeout-minutes: 1 - name: Setup Java diff --git a/.github/workflows/dependency-submission-and-review.yml b/.github/workflows/dependency-submission-and-review.yml index cc62fa1..6b20e12 100644 --- a/.github/workflows/dependency-submission-and-review.yml +++ b/.github/workflows/dependency-submission-and-review.yml @@ -15,7 +15,7 @@ jobs: steps: # Check out current repository - name: Fetch Sources - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 timeout-minutes: 1 # Setup Java diff --git a/.github/workflows/files-changed.yaml b/.github/workflows/files-changed.yaml index 50512e2..6b781f6 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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 timeout-minutes: 1 - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index eeb4623..26a25b7 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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 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 4eb31e2..a1d766f 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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 timeout-minutes: 1 with: persist-credentials: false diff --git a/.github/workflows/update-gradle-wrapper.yml b/.github/workflows/update-gradle-wrapper.yml index 38c76d3..91962cf 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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 timeout-minutes: 1 - name: Setup Java diff --git a/.github/workflows/update-plugin-platform-version.yml b/.github/workflows/update-plugin-platform-version.yml index af6e301..2825b61 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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 timeout-minutes: 1 with: token: ${{ secrets.PAT_TOKEN_FOR_IJ_UPDATE_ACTION }}