From 760681b05236ffa2be225f337a4b18d909bdcca9 Mon Sep 17 00:00:00 2001 From: GitHub Date: Sat, 20 Feb 2021 00:26:14 +0000 Subject: [PATCH 1/2] Update supported GitHub Enterprise Server versions. --- lib/api-compatibility.json | 2 +- src/api-compatibility.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/api-compatibility.json b/lib/api-compatibility.json index b7c243441..67410a031 100644 --- a/lib/api-compatibility.json +++ b/lib/api-compatibility.json @@ -1 +1 @@ -{ "maximumVersion": "3.0", "minimumVersion": "2.22" } +{ "maximumVersion": "3.1", "minimumVersion": "2.22" } diff --git a/src/api-compatibility.json b/src/api-compatibility.json index 4b09b2e5a..274bf9aa2 100644 --- a/src/api-compatibility.json +++ b/src/api-compatibility.json @@ -1 +1 @@ -{"maximumVersion": "3.0", "minimumVersion": "2.22"} +{"maximumVersion": "3.1", "minimumVersion": "2.22"} From fdf2494cfaedec46c06ed52ac75422890ebb240f Mon Sep 17 00:00:00 2001 From: Chris Gavin Date: Tue, 23 Feb 2021 11:43:40 +0000 Subject: [PATCH 2/2] Don't run update release branch workflow on forks. --- .github/workflows/update-release-branch.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update-release-branch.yml b/.github/workflows/update-release-branch.yml index f0abef5be..a4989fb89 100644 --- a/.github/workflows/update-release-branch.yml +++ b/.github/workflows/update-release-branch.yml @@ -12,6 +12,7 @@ on: jobs: update: runs-on: ubuntu-latest + if: ${{ github.repository == 'github/codeql-action' }} steps: - uses: actions/checkout@v2 with: