From c04e19895afbc2ad73d567c2157f7702dfacbc05 Mon Sep 17 00:00:00 2001 From: The0Mikkel Date: Sun, 16 Nov 2025 17:46:25 +0100 Subject: [PATCH 1/6] 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/6] 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 From 97e8062420629ac8e68709f21a83f89795df8a05 Mon Sep 17 00:00:00 2001 From: The0Mikkel Date: Sun, 16 Nov 2025 18:05:10 +0100 Subject: [PATCH 3/6] chore(ci): update workflow dependencies to version v1.2.9 --- .github/workflows/cla-assistant.yml | 2 +- .github/workflows/release.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cla-assistant.yml b/.github/workflows/cla-assistant.yml index c3b6ebc..91390a9 100644 --- a/.github/workflows/cla-assistant.yml +++ b/.github/workflows/cla-assistant.yml @@ -14,7 +14,7 @@ permissions: jobs: CLAAssistant: name: "CLA Assistant" - uses: ctfpilot/ci/.github/workflows/cla-assistant.yml@v1.2.8 + uses: ctfpilot/ci/.github/workflows/cla-assistant.yml@v1.2.9 secrets: inherit with: repository: instancing-fallback diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 11d7373..075813a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: packages: write id-token: write name: Release - uses: ctfpilot/ci/.github/workflows/release.yml@v1.2.8 + uses: ctfpilot/ci/.github/workflows/release.yml@v1.2.9 secrets: RELEASE_GH_TOKEN: ${{ secrets.RELEASE_GH_TOKEN }} with: @@ -24,7 +24,7 @@ jobs: name: Docker build and push needs: - release - uses: ctfpilot/ci/.github/workflows/docker.yml@v1.2.8 + uses: ctfpilot/ci/.github/workflows/docker.yml@v1.2.9 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.8 + uses: ctfpilot/ci/.github/workflows/develop-update.yml@v1.2.9 permissions: contents: read pull-requests: write From c862b250899bc127721c08c02042505aa5be5aca Mon Sep 17 00:00:00 2001 From: The0Mikkel Date: Sun, 16 Nov 2025 18:24:06 +0100 Subject: [PATCH 4/6] chore(ci): update workflow dependencies to version v1.3.0 --- .github/workflows/cla-assistant.yml | 2 +- .github/workflows/release.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cla-assistant.yml b/.github/workflows/cla-assistant.yml index 91390a9..cf30f14 100644 --- a/.github/workflows/cla-assistant.yml +++ b/.github/workflows/cla-assistant.yml @@ -14,7 +14,7 @@ permissions: jobs: CLAAssistant: name: "CLA Assistant" - uses: ctfpilot/ci/.github/workflows/cla-assistant.yml@v1.2.9 + uses: ctfpilot/ci/.github/workflows/cla-assistant.yml@v1.3.0 secrets: inherit with: repository: instancing-fallback diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 075813a..85d20e0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: packages: write id-token: write name: Release - uses: ctfpilot/ci/.github/workflows/release.yml@v1.2.9 + uses: ctfpilot/ci/.github/workflows/release.yml@v1.3.0 secrets: RELEASE_GH_TOKEN: ${{ secrets.RELEASE_GH_TOKEN }} with: @@ -24,7 +24,7 @@ jobs: name: Docker build and push needs: - release - uses: ctfpilot/ci/.github/workflows/docker.yml@v1.2.9 + uses: ctfpilot/ci/.github/workflows/docker.yml@v1.3.0 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.9 + uses: ctfpilot/ci/.github/workflows/develop-update.yml@v1.3.0 permissions: contents: read pull-requests: write From 076ec4a74a1ffbac7f40a1591cd9c10688b31ff6 Mon Sep 17 00:00:00 2001 From: The0Mikkel Date: Sun, 16 Nov 2025 18:32:33 +0100 Subject: [PATCH 5/6] chore(ci): remove update-develop job from release workflow --- .github/workflows/release.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 85d20e0..e3d2a18 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,16 +35,3 @@ jobs: semver: ${{ needs.release.outputs.version }} arguments: | VERSION=${{ needs.release.outputs.version }} - - update-develop: - if: github.ref == 'refs/heads/main' - name: "Update Develop Branch" - needs: - - release - uses: ctfpilot/ci/.github/workflows/develop-update.yml@v1.3.0 - permissions: - contents: read - pull-requests: write - issues: write - with: - repository: ctfpilot/instancing-fallback From d024860057e4e787ae208901cfda7346a1137af0 Mon Sep 17 00:00:00 2001 From: The0Mikkel Date: Sun, 16 Nov 2025 18:39:55 +0100 Subject: [PATCH 6/6] docs: update project title in README to include 'CTF Pilot' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 058b5bc..70f1d90 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Instancing Fallback +# CTF Pilot's Instancing Fallback **Challenge instancing fallback webserver**