From 99148ff1b6c6445022b41cf92b9eb064ed522a29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 11:04:06 +0000 Subject: [PATCH 1/2] Bump JuliaRegistries/TagBot from 1.25.8 to 1.25.10 Bumps [JuliaRegistries/TagBot](https://github.com/juliaregistries/tagbot) from 1.25.8 to 1.25.10. - [Release notes](https://github.com/juliaregistries/tagbot/releases) - [Commits](https://github.com/juliaregistries/tagbot/compare/304fc93e4623081443fee5b6317ac73b37923574...14d7645453716d7a2f09b1da0504a024f97462a1) --- updated-dependencies: - dependency-name: JuliaRegistries/TagBot dependency-version: 1.25.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/TagBot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/TagBot.yml b/.github/workflows/TagBot.yml index 9b33c4d..6635896 100644 --- a/.github/workflows/TagBot.yml +++ b/.github/workflows/TagBot.yml @@ -13,7 +13,7 @@ jobs: issues: read pull-requests: read steps: - - uses: JuliaRegistries/TagBot@304fc93e4623081443fee5b6317ac73b37923574 # v1.25.8 + - uses: JuliaRegistries/TagBot@14d7645453716d7a2f09b1da0504a024f97462a1 # v1.25.10 with: token: ${{ secrets.GITHUB_TOKEN }} ssh: ${{ secrets.DOCUMENTER_KEY }} From 349c1f4e526b1fac7949121f5220700a5f2bc25a Mon Sep 17 00:00:00 2001 From: Phillip Alday Date: Fri, 21 Aug 2026 13:36:47 +0200 Subject: [PATCH 2/2] zizmor --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6e2e1ad..053a923 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: show-versioninfo: 'false' - uses: julia-actions/cache@a45e8fa8be21c18a06b7177052533149e61e9b38 # v3 - uses: julia-actions/julia-buildpkg@e3eb439fad4f9aba7da2667e7510e4a46ebc46e1 # v1 - - uses: julia-actions/julia-runtest@fc07e51ec99db23b29943e95406b5762501e2897 # v1 + - uses: julia-actions/julia-runtest@fc07e51ec99db23b29943e95406b5762501e2897 # v1.11.5 - uses: julia-actions/julia-processcoverage@03114f09f119417c3242a9fb6e0b722676aedf38 # v1 - uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1 with: