diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f746555..5794edf 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@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v3.6.0 # Validate wrapper - name: Gradle Wrapper Validation @@ -50,7 +50,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v3.6.0 # Setup Java 17 environment for the next steps - name: Setup Java 17 @@ -111,7 +111,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v3.6.0 # Setup Java 17 environment for the next steps - name: Setup Java 17 @@ -161,7 +161,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v3.6.0 # Remove old release drafts by using the curl request for the available releases with draft flag - name: Remove Old Release Drafts diff --git a/.github/workflows/compatibility.yml b/.github/workflows/compatibility.yml index e888855..43968a7 100644 --- a/.github/workflows/compatibility.yml +++ b/.github/workflows/compatibility.yml @@ -25,7 +25,7 @@ jobs: steps: - name: Check out repository - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v3.6.0 - name: Setup Java 17 uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # v3.12.0 diff --git a/.github/workflows/files-changed.yaml b/.github/workflows/files-changed.yaml index 0307d6d..3ae3d39 100644 --- a/.github/workflows/files-changed.yaml +++ b/.github/workflows/files-changed.yaml @@ -36,7 +36,7 @@ jobs: changed_files: ${{ steps.changes.outputs.changed_files }} steps: - name: Check out repository - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v3.6.0 - uses: dorny/paths-filter@4512585405083f25c027a35db413c2b3b9006d50 # v2.11.1 id: changes diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index eabbdc4..f9df8d7 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@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v3.6.0 with: ref: ${{ github.event.release.tag_name }} diff --git a/.github/workflows/scorecards-analysis.yml b/.github/workflows/scorecards-analysis.yml index a7adabd..e12c235 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@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.1.0 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v3.1.0 with: persist-credentials: false diff --git a/.github/workflows/test-gh-test-ij-release-update-action.yml b/.github/workflows/test-gh-test-ij-release-update-action.yml index 9362a3b..f11a9ad 100644 --- a/.github/workflows/test-gh-test-ij-release-update-action.yml +++ b/.github/workflows/test-gh-test-ij-release-update-action.yml @@ -10,7 +10,7 @@ jobs: test-gh-test-ij-release-update-action: # make sure the action works on a clean machine without building runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac with: token: ${{ secrets.PAT_TOKEN_FOR_IJ_UPDATE_ACTION }} diff --git a/.github/workflows/update-gradle-wrapper.yml b/.github/workflows/update-gradle-wrapper.yml index b5020ee..141f36c 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@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v3.6.0 - name: Update Gradle Wrapper uses: gradle-update/update-gradle-wrapper-action@0407394b9d173dfc9cf5695f9f560fef6d61a5fe # v1.0.20 diff --git a/.github/workflows/update-plugin-platform-version.yml b/.github/workflows/update-plugin-platform-version.yml index f8b4913..18dc20c 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@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v3.6.0 with: token: ${{ secrets.PAT_TOKEN_FOR_IJ_UPDATE_ACTION }}