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 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