From 2780a580e93e32b9004990274ca3963d79bc82bc Mon Sep 17 00:00:00 2001 From: Chia Automation Date: Mon, 24 Nov 2025 16:14:02 +0000 Subject: [PATCH 1/4] Update dep-review --- .github/workflows/dependency-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index faac279..130d739 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Checkout Repository" - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: "Dependency Review" uses: actions/dependency-review-action@v4 From 79b9d4d28240ed63825fc85de2e19be8c11f76e0 Mon Sep 17 00:00:00 2001 From: Chia Automation Date: Mon, 24 Nov 2025 16:14:03 +0000 Subject: [PATCH 2/4] Update commit-signing --- .github/workflows/check-commit-signing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-commit-signing.yml b/.github/workflows/check-commit-signing.yml index c19cf36..bb19369 100644 --- a/.github/workflows/check-commit-signing.yml +++ b/.github/workflows/check-commit-signing.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 From 5c1b4caefef56e25640e65d86f28daa1ffd712a6 Mon Sep 17 00:00:00 2001 From: Chia Automation Date: Mon, 24 Nov 2025 16:14:03 +0000 Subject: [PATCH 3/4] Update dependabot --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b367f2b..3e9fe23 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,6 +8,8 @@ updates: schedule: interval: "weekly" day: "tuesday" + cooldown: + default-days: 7 open-pull-requests-limit: 10 rebase-strategy: auto labels: @@ -25,6 +27,8 @@ updates: schedule: interval: "weekly" day: "tuesday" + cooldown: + default-days: 7 open-pull-requests-limit: 10 rebase-strategy: auto labels: @@ -38,6 +42,8 @@ updates: schedule: interval: "weekly" day: "tuesday" + cooldown: + default-days: 7 open-pull-requests-limit: 10 rebase-strategy: auto labels: @@ -51,6 +57,8 @@ updates: schedule: interval: "weekly" day: "tuesday" + cooldown: + default-days: 7 open-pull-requests-limit: 10 rebase-strategy: auto labels: @@ -64,6 +72,8 @@ updates: schedule: interval: "weekly" day: "tuesday" + cooldown: + default-days: 7 open-pull-requests-limit: 10 rebase-strategy: auto labels: @@ -76,5 +86,7 @@ updates: schedule: interval: "weekly" day: "tuesday" + cooldown: + default-days: 7 open-pull-requests-limit: 10 rebase-strategy: auto From 22db7bd992367fb9819ddbd42d58787e42b4b485 Mon Sep 17 00:00:00 2001 From: Chia Automation Date: Mon, 24 Nov 2025 16:14:03 +0000 Subject: [PATCH 4/4] Update go-test --- .github/workflows/go-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index f38390d..6362172 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -13,7 +13,7 @@ jobs: - name: Mark git directory safe uses: Chia-Network/actions/git-mark-workspace-safe@main - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Test run: make test