From 4701245cf2656c95de1646f2fdf323ffc99b3e1a Mon Sep 17 00:00:00 2001 From: Roky97 Date: Tue, 27 Sep 2022 10:09:51 -0400 Subject: [PATCH 1/3] 3.0.0 From fae3191e58e3c73a4fd1b7aca0dde9de16cd945b Mon Sep 17 00:00:00 2001 From: Roky97 Date: Tue, 4 Oct 2022 14:38:37 -0400 Subject: [PATCH 2/3] Change target branch to develop --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3a3cce5..f7ef610 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,4 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + target-branch: "develop" From c1a7036acb7c57529924f2609d27ba29e75cc0dd Mon Sep 17 00:00:00 2001 From: Stefano Germano <2128484+stefanogermano@users.noreply.github.com> Date: Wed, 29 Mar 2023 13:03:18 +0200 Subject: [PATCH 3/3] Update to CodeQL Action v2 See https://github.blog/changelog/2023-01-18-code-scanning-codeql-action-v1-is-now-deprecated --- .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 d93b5a7..daeba8a 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -39,7 +39,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. @@ -50,7 +50,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 @@ -64,4 +64,4 @@ jobs: # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v1 + uses: github/codeql-action/analyze@v2