From f75d9adbae95c9a409ea1fe433959bf6bea84ae9 Mon Sep 17 00:00:00 2001 From: Matthew Pope Date: Tue, 18 Jul 2023 09:37:30 -0700 Subject: [PATCH 1/3] Bumps version to 1.10.1-SNAPSHOT --- project.version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.version b/project.version index 81c871de46..b73edae427 100644 --- a/project.version +++ b/project.version @@ -1 +1 @@ -1.10.0 +1.10.1-SNAPSHOT From 54d637ef0011e32d1ab9481e9cae9088c43ffb4b Mon Sep 17 00:00:00 2001 From: Matthew Pope Date: Tue, 18 Jul 2023 09:36:14 -0700 Subject: [PATCH 2/3] Fix typo in publish-release-artifacts workflow --- .github/workflows/publish-release-artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-release-artifacts.yml b/.github/workflows/publish-release-artifacts.yml index cf71e374b8..1d5a52fad9 100644 --- a/.github/workflows/publish-release-artifacts.yml +++ b/.github/workflows/publish-release-artifacts.yml @@ -41,7 +41,7 @@ jobs: needs: check-tag runs-on: ubuntu-latest permissions: - content: write + contents: write steps: # TODO: replace with artifact upload/download -- make sure there's no race condition with other builds also # uploading an artifact. From 46e46b8d01629880462e17fc0b063552070f4ba7 Mon Sep 17 00:00:00 2001 From: Matthew Pope Date: Tue, 18 Jul 2023 09:40:21 -0700 Subject: [PATCH 3/3] Updates version of CodeQL GH Action --- .github/workflows/codeql-analysis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 6364966701..2bbcd37d60 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -38,7 +38,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v1 + uses: github/codeql-action/init@v2 with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. @@ -49,7 +49,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild - uses: github/codeql-action/autobuild@v1 + uses: github/codeql-action/autobuild@v2 # â„šī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl @@ -63,4 +63,4 @@ jobs: # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v1 + uses: github/codeql-action/analyze@v2