From 1f71acaf8c7526d0181c5f193b7b1e4c174c9c0e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 27 Apr 2026 13:13:57 +0000 Subject: [PATCH 1/3] fix: add github-token to Code Coverage Report step in build workflow Agent-Logs-Url: https://github.com/DynamoDS/DynamoHome/sessions/78eeade3-c02d-406f-84d0-fe2f23d0f8d1 Co-authored-by: avidit <1406153+avidit@users.noreply.github.com> --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ade2074..36808d8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,3 +43,4 @@ jobs: with: coverage-files: coverage/lcov.info # minimum-coverage: 50 + github-token: ${{ secrets.GITHUB_TOKEN }} From fa80061e29b95558135e76a1a998712b678e4fc5 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 27 Apr 2026 14:39:18 +0000 Subject: [PATCH 2/3] chore: update GitHub Actions to latest pinned versions Agent-Logs-Url: https://github.com/DynamoDS/DynamoHome/sessions/8ec4eb23-ee17-4c01-958b-e3c2540f0c74 Co-authored-by: avidit <1406153+avidit@users.noreply.github.com> --- .github/workflows/build.yml | 6 +++--- .github/workflows/npm-publish.yml | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 36808d8..3d1af23 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,9 +18,9 @@ jobs: # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: - - uses: actions/checkout@v6 # v5.0.0 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v6 # v5.0.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: ${{ matrix.node-version }} cache: "npm" @@ -39,7 +39,7 @@ jobs: with: ref: v1.16 - name: Code Coverage Report - uses: zgosalvez/github-actions-report-lcov@5aba2ff56b3dd258ec9916d3b5049dc5994db23e # v7.0.9 + uses: zgosalvez/github-actions-report-lcov@7d72c57ce4bc101a4a0bf9d726b6c435abde8439 # v7.0.10 with: coverage-files: coverage/lcov.info # minimum-coverage: 50 diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 4aa5d29..3888630 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -14,8 +14,8 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 - - uses: actions/setup-node@v6 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: 22 - name: Install dependencies @@ -30,8 +30,8 @@ jobs: needs: build runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 - - uses: actions/setup-node@v6 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: 22 registry-url: https://registry.npmjs.org/ From eeec4eb3a9a9848ada37fdc2d8cf02240cf26d5b Mon Sep 17 00:00:00 2001 From: Aabishkar KC Date: Mon, 27 Apr 2026 10:54:08 -0400 Subject: [PATCH 3/3] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3d1af23..9020709 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,4 +43,4 @@ jobs: with: coverage-files: coverage/lcov.info # minimum-coverage: 50 - github-token: ${{ secrets.GITHUB_TOKEN }} + github-token: ${{ secrets.DYNAMO_ACTIONS_TOKEN }}