Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/allow-deploys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: linux-arm64
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

# Enable CD on merge to main
- name: Enable ${{ inputs.workflow }} workflow
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/block-deploys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: linux-arm64
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

# Disable CD on merge to main
- name: Disable ${{ inputs.workflow }} workflow
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/code-coverage-kotlin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
timeout-minutes: ${{ inputs.test-timeout-minutes }}
steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: Validate service-name format
run: |
if ! echo "${{ inputs.service-name }}" | grep -qE '^[a-z0-9]+(-[a-z0-9]+)*$'; then
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
runs-on: linux-arm64
steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: Check if can access Dev Lens
run: |
curl --retry 3 --retry-delay 5 --retry-all-errors -f -s -o /dev/null --max-time 30 https://dev-lens.staging.monta.app/health
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/component-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
runner-arm64: ${{ steps.runner-arm64.outputs.runner-name }}
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
ref: ${{ inputs.git-sha || github.sha }}
- name: Get x64 runner name
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
runner: ${{ needs.setup.outputs.runner-arm64 }}
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
ref: ${{ inputs.git-sha || github.sha }}
- name: Configure AWS credentials via assumed role
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/component-deploy-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
slack-channel-id: "C01KL9FUPNK"
slack-message-id: ${{ inputs.slack-message-id }}
- name: Check out service repository
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: monta-app/${{ inputs.repository-name || format('service-{0}', inputs.service-identifier) }}
path: 'service-repo'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/component-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
slack-channel-id: "C01KL9FUPNK"
slack-message-id: ${{ inputs.slack-message-id }}
- name: Check out manifest repository
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: monta-app/kube-manifests
path: 'manifests'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/component-service-profile-kotlin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
runs-on: linux-arm64
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: Set up JDK
uses: actions/setup-java@v4
with:
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
{"condition": {"method": "OPTIONS"}, "name": "OPTIONS [Default]"}
]' > service-profile.yml
- name: Check out manifest repository
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
path: 'manifests'
repository: monta-app/kube-manifests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/component-test-kotlin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
timeout-minutes: 30
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: Set up JDK
uses: actions/setup-java@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/component-test-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
timeout-minutes: 30
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: Setup Docker Compose
if: ${{ inputs.docker-compose-path }}
uses: monta-app/github-workflows/.github/actions/docker-compose-setup@main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-release-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
contents: write
steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: 0
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-tech-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v6

- uses: actions/setup-node@v4
- uses: actions/setup-python@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-bun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
timeout-minutes: ${{ inputs.build-timeout-minutes }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-kotlin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
steps:
# Checkout
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
# to check out the actual pull request commit, not the merge commit
ref: ${{ github.event.pull_request.head.sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-react.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
timeout-minutes: ${{ inputs.build-timeout-minutes }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: linux-arm64
steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Run actionlint
uses: reviewdog/action-actionlint@v1
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/rollback.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
if: ${{ !inputs.dry-run }}
runs-on: linux-arm64
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: Slack Notification
uses: rtCamp/action-slack-notify@v2
env:
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
runs-on: linux-arm64
steps:
- name: Checkout branch
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: 2

Expand All @@ -96,7 +96,7 @@ jobs:
echo "rollback_commit_sha=$ROLLBACK_COMMIT_SHA" >> "$GITHUB_OUTPUT"

- name: Check out kube-manifests
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: monta-app/kube-manifests
path: 'kube-manifests'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/semgrep-security-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonar-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
runs-on: ${{ needs.setup.outputs.runner-name }}
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
# Shallow clones should be disabled for a better relevancy of analysis
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/track-pending-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
timeout-minutes: 5
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: 0 # Need full history for comparison

Expand Down