From 91d2104b1d489f6b46b33402f177eaa1a537de4d Mon Sep 17 00:00:00 2001 From: Michael Saad <45627778+csmichaelkamal@users.noreply.github.com> Date: Thu, 10 Jul 2025 14:06:14 +0200 Subject: [PATCH 1/2] Update README.md Add link to Queue-it support page --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 336358b..ada1e0c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Queue-it KnownUser SDK for ASP.NET -**This is not the most recent version. In order to obtain access to the most recent version, please contact your local Queue-it representative or Queue-it Support** +**This is not the most recent version. In order to obtain access to the most recent version, please contact your local Queue-it representative or [Queue-it Support](https://support.queue-it.com/hc/en-us)** Before getting started please read the [documentation](https://github.com/queueit/Documentation/tree/main/serverside-connectors) to get acquainted with server-side connectors. From e9314b4620d6e7b6c89a366b35317f047f102fbc Mon Sep 17 00:00:00 2001 From: Michael Saad <45627778+csmichaelkamal@users.noreply.github.com> Date: Fri, 11 Jul 2025 10:52:27 +0200 Subject: [PATCH 2/2] Update codeql-analysis.yml Upgrade CodeQL to version 3 --- .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 98eb6ea..ce5b104 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -43,7 +43,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v1 + uses: github/codeql-action/init@v3 with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. @@ -54,7 +54,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@v3 # â„šī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl @@ -68,4 +68,4 @@ jobs: # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v1 + uses: github/codeql-action/analyze@v3