diff --git a/.github/workflows/cla-assistant.yml b/.github/workflows/cla-assistant.yml index c3b6ebc..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.8 + 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 48d16a6..e3d2a18 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.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.7 + uses: ctfpilot/ci/.github/workflows/docker.yml@v1.3.0 if: needs.release.outputs.version != '' && needs.release.outputs.version != null permissions: contents: read @@ -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.2.7 - permissions: - contents: read - pull-requests: write - issues: write - with: - repository: ctfpilot/instancing-fallback 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 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**