Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions .github/workflows/android-kit-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
name: "Unit Tests Maven"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: "Install JDK 17"
uses: actions/setup-java@v4
with:
Expand All @@ -44,13 +44,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout Repository"
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
path: kit
ref: ${{ inputs.branch_name }}
- name: "Checkout Core"
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: mParticle/android-sdk
fetch-depth: 0
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout Repository"
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ inputs.branch_name }}
Expand All @@ -122,13 +122,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout Repository"
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
path: kit
ref: ${{ inputs.branch_name }}
- name: "Checkout Core"
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: mParticle/android-sdk
fetch-depth: 0
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout Repository"
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ inputs.branch_name }}
Expand All @@ -200,13 +200,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout Repository"
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
path: kit
ref: ${{ inputs.branch_name }}
- name: "Checkout Core"
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: mParticle/android-sdk
fetch-depth: 0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/android-kit-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
GIT_COMMITTER_EMAIL: developers@mparticle.com
steps:
- name: "Checkout main branch"
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
token: ${{ secrets.MP_INTEGRATIONS_SEMANTIC_RELEASE_BOT }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout main branch"
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: 0
repository: ${{ github.repository }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/daily-cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
image: returntocorp/semgrep
steps:
- name: "Checkout repository"
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: "Run Semgrep"
run: "semgrep --config=auto ."
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/data-plan-fetch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Use Node.js
uses: actions/setup-node@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-rebase-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout development branch"
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
token: ${{ secrets.MP_SEMANTIC_RELEASE_BOT }}
ref: development
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-rebase-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout main branch"
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
ref: main
- name: "Rebase chore/dependabot branch"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-save-pr-number.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout PR branch"
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
submodules: recursive
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issue-comment-to-jira.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
JIRA_API_TOKEN: ${{ secrets.JIRA_API_TOKEN }}
steps:
- name: "Checkout Branch"
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: "Login"
uses: atlassian/gajira-login@master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sdk-release-repo-branch-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Branch Check
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/security-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
github.actor != 'dependabot[bot]'
steps:
- name: "Checkout this branch"
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: "Checkout base branch"
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
ref: ${{ github.event.inputs.base_branch }}

Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
( contains(github.event.repository.name, 'android') || contains(github.event.repository.name, 'apple'))
steps:
- name: "Checkout repository"
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: "Run mobsfscan"
uses: MobSF/mobsfscan@main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security-hardcoded-secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
tar zxf "$path" -C "/tmp/bin"

- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout Branch"
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: 0
token: ${{ secrets.MP_INTEGRATIONS_SEMANTIC_RELEASE_BOT }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/web-kit-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: NPM install
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/web-run-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ inputs.branch_name }}
Expand Down