diff --git a/.github/workflows/cross-platform-tests.yml b/.github/workflows/cross-platform-tests.yml index 2e4bf9ad3..4c40df127 100644 --- a/.github/workflows/cross-platform-tests.yml +++ b/.github/workflows/cross-platform-tests.yml @@ -10,12 +10,12 @@ jobs: runs-on: ubuntu-latest steps: - name: "Checkout Cross Platform Tests Repo" - uses: actions/checkout@v6 + uses: actions/checkout@v6.0.1 with: repository: mParticle/crossplatform-sdk-tests - name: "Checkout Android SDK Branch" - uses: actions/checkout@v6 + uses: actions/checkout@v6.0.1 with: repository: ${{github.event.pull_request.head.repo.full_name}} ref: ${{github.head_ref}} diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml index 7e8b7ce99..61a37fb1f 100644 --- a/.github/workflows/daily.yml +++ b/.github/workflows/daily.yml @@ -45,7 +45,7 @@ jobs: GIT_COMMITTER_EMAIL: developers@mparticle.com steps: - name: "Clone branch" - uses: actions/checkout@v6 + uses: actions/checkout@v6.0.1 with: token: ${{ secrets.MP_SEMANTIC_RELEASE_BOT }} repository: mparticle/mparticle-android-sdk @@ -77,7 +77,7 @@ jobs: # needs: create-regression-branch # steps: # - name: "Checkout future release branch" - # uses: actions/checkout@v6 + # uses: actions/checkout@v6.0.1 # with: # repository: mparticle/mparticle-android-sdk # ref: regression/${{ github.run_number }} @@ -110,7 +110,7 @@ jobs: # needs: create-regression-branch # steps: # - name: "Checkout Branch" - # uses: actions/checkout@v6 + # uses: actions/checkout@v6.0.1 # with: # repository: mparticle/mparticle-android-sdk # ref: regression/${{ github.run_number }} @@ -200,7 +200,7 @@ jobs: needs: create-regression-branch steps: - name: "Checkout future release branch" - uses: actions/checkout@v6 + uses: actions/checkout@v6.0.1 with: repository: mparticle/mparticle-android-sdk ref: regression/${{ github.run_number }} @@ -229,7 +229,7 @@ jobs: needs: create-regression-branch steps: - name: "Checkout Branch" - uses: actions/checkout@v6 + uses: actions/checkout@v6.0.1 with: ref: regression/${{ github.run_number }} submodules: recursive @@ -265,7 +265,7 @@ jobs: needs: create-regression-branch steps: - name: "Checkout Branch" - uses: actions/checkout@v6 + uses: actions/checkout@v6.0.1 with: ref: regression/${{ github.run_number }} submodules: recursive @@ -305,7 +305,7 @@ jobs: GIT_COMMITTER_EMAIL: developers@mparticle.com steps: - name: "Checkout future release branch" - uses: actions/checkout@v6 + uses: actions/checkout@v6.0.1 with: repository: mparticle/mparticle-android-sdk ref: regression/${{ github.run_number }} @@ -333,7 +333,7 @@ jobs: GIT_COMMITTER_EMAIL: developers@mparticle.com steps: - name: "Checkout public main branch" - uses: actions/checkout@v6 + uses: actions/checkout@v6.0.1 with: fetch-depth: 0 ref: main @@ -364,7 +364,7 @@ jobs: GIT_COMMITTER_EMAIL: developers@mparticle.com steps: - name: "Checkout repo" - uses: actions/checkout@v6 + uses: actions/checkout@v6.0.1 with: token: ${{ secrets.MP_SEMANTIC_RELEASE_BOT }} fetch-depth: 0 diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index e29aa5a4e..6bb9706fa 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5.0.0 + uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 #v5.0.0 - name: Trunk Check uses: trunk-io/trunk-action@75699af9e26881e564e9d832ef7dc3af25ec031b # v1.2.4 with: @@ -40,7 +40,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Checkout Branch" - uses: actions/checkout@v6 + uses: actions/checkout@v6.0.1 - name: "Install JDK 17" uses: actions/setup-java@v5 with: @@ -101,7 +101,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Checkout Branch" - uses: actions/checkout@v6 + uses: actions/checkout@v6.0.1 - name: "Install JDK 17" uses: actions/setup-java@v5 with: @@ -161,7 +161,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Checkout Branch" - uses: actions/checkout@v6 + uses: actions/checkout@v6.0.1 - name: "Install JDK 17" uses: actions/setup-java@v5 with: @@ -185,7 +185,7 @@ jobs: runs-on: macos-latest steps: - name: "Checkout Branch" - uses: actions/checkout@v6 + uses: actions/checkout@v6.0.1 with: submodules: recursive - name: "Install JDK 17" @@ -208,7 +208,7 @@ jobs: runs-on: macos-latest steps: - name: "Checkout Branch" - uses: actions/checkout@v6 + uses: actions/checkout@v6.0.1 with: submodules: recursive - name: "Install JDK 17" @@ -237,7 +237,7 @@ jobs: if: github.event_name == 'pull_request' steps: - name: "Checkout Branch" - uses: actions/checkout@v6 + uses: actions/checkout@v6.0.1 with: submodules: recursive fetch-depth: 0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 10b0b0ee8..d16fb0217 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: GIT_COMMITTER_EMAIL: developers@mparticle.com steps: - name: Checkout main branch - uses: actions/checkout@v6 + uses: actions/checkout@v6.0.1 with: token: ${{ secrets.MP_SEMANTIC_RELEASE_BOT }} repository: mparticle/mparticle-android-sdk @@ -78,7 +78,7 @@ jobs: GIT_COMMITTER_EMAIL: developers@mparticle.com steps: - name: "Checkout public main branch" - uses: actions/checkout@v6 + uses: actions/checkout@v6.0.1 with: token: ${{ secrets.MP_SEMANTIC_RELEASE_BOT }} fetch-depth: 0 @@ -131,7 +131,7 @@ jobs: mavenSigningKeyPassword: ${{ secrets.MAVEN_CENTRAL_SIGNING_KEY_PASSWORD }} steps: - name: "Checkout release branch" - uses: actions/checkout@v6 + uses: actions/checkout@v6.0.1 with: repository: mparticle/mparticle-android-sdk ref: release/${{ github.run_number }} @@ -170,7 +170,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Checkout main branch" - uses: actions/checkout@v6 + uses: actions/checkout@v6.0.1 with: fetch-depth: 0 repository: ${{ github.repository }}