From 12c6a5d157664739ac9243ea8c26a946e9da75a9 Mon Sep 17 00:00:00 2001 From: ecrupper Date: Fri, 4 Oct 2024 09:32:54 -0500 Subject: [PATCH] chore: update schema, go, and deps for patch release --- .github/workflows/codeql-analysis.yml | 6 +++--- cmd/schema/main.go | 3 +++ go.mod | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 83501389..42a943f8 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -47,7 +47,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10 + uses: github/codeql-action/init@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # v3.26.11 with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. @@ -58,7 +58,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@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10 + uses: github/codeql-action/autobuild@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # v3.26.11 # ℹī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl @@ -72,4 +72,4 @@ jobs: # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10 + uses: github/codeql-action/analyze@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # v3.26.11 diff --git a/cmd/schema/main.go b/cmd/schema/main.go index f3396b67..c38e4e42 100644 --- a/cmd/schema/main.go +++ b/cmd/schema/main.go @@ -98,8 +98,11 @@ func main() { "pull_request", "pull_request*", "pull_request:edited", + "pull_request:labeled", "pull_request:opened", + "pull_request:reopened", "pull_request:synchronize", + "pull_request:unlabeled", "push", "schedule", "tag", diff --git a/go.mod b/go.mod index 30aa412b..6dfd20ca 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/go-vela/types -go 1.23.1 +go 1.23.2 require ( github.com/adhocore/gronx v1.19.1