diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 607e1d657..53e2af33b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -17,10 +17,10 @@ jobs: runs-on: ubuntu-latest steps: - name: "Checkout code" - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: - fetch-depth: 0 + fetch-depth: 1 ref: ${{ github.event.pull_request.head.sha }} - - name: "Check code formatting" + - name: "Check formatting" run: ./fbt lint_all diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index da01e4144..bab70cf3e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,6 +13,9 @@ jobs: steps: - name: "Checkout code" uses: actions/checkout@v4 + with: + fetch-depth: 1 + ref: ${{ github.event.pull_request.head.sha }} - name: "Update release notes" env: diff --git a/.github/workflows/webhook.yml b/.github/workflows/webhook.yml index 003442a1f..5f617bdbb 100644 --- a/.github/workflows/webhook.yml +++ b/.github/workflows/webhook.yml @@ -23,7 +23,10 @@ jobs: runs-on: ubuntu-latest steps: - name: "Checkout code" - uses: actions/checkout@v3 + uses: actions/checkout@v4 + with: + fetch-depth: 1 + ref: ${{ github.event.pull_request.head.sha }} - name: Send webhook env: diff --git a/applications/external b/applications/external index e69fadbeb..36671ed58 160000 --- a/applications/external +++ b/applications/external @@ -1 +1 @@ -Subproject commit e69fadbeb1578784547999a66e9ab6a1c687c2dc +Subproject commit 36671ed586d0d47d9a95f07d6775986117c2b7df