From c04e19895afbc2ad73d567c2157f7702dfacbc05 Mon Sep 17 00:00:00 2001 From: The0Mikkel Date: Sun, 16 Nov 2025 17:46:25 +0100 Subject: [PATCH 1/2] chore(ci): update workflow dependencies to version v1.2.8 --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 48d16a6..11d7373 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: name: Docker build and push needs: - release - uses: ctfpilot/ci/.github/workflows/docker.yml@v1.2.7 + uses: ctfpilot/ci/.github/workflows/docker.yml@v1.2.8 if: needs.release.outputs.version != '' && needs.release.outputs.version != null permissions: contents: read @@ -41,7 +41,7 @@ jobs: name: "Update Develop Branch" needs: - release - uses: ctfpilot/ci/.github/workflows/develop-update.yml@v1.2.7 + uses: ctfpilot/ci/.github/workflows/develop-update.yml@v1.2.8 permissions: contents: read pull-requests: write From 2b82ff9ea8ba82a23cbaac7021366dcb36848a7c Mon Sep 17 00:00:00 2001 From: The0Mikkel Date: Sun, 16 Nov 2025 17:50:10 +0100 Subject: [PATCH 2/2] chore: update formatting --- CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index a18b888..cc6eada 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,2 +1,2 @@ # Require review from security/maintainers for workflows -.releaserc.json @ctfpilot/devops \ No newline at end of file +.releaserc.json @ctfpilot/devops