From 0165d188ce9b9bc3fae0f37d6b733cedb8324794 Mon Sep 17 00:00:00 2001 From: Eno Compton Date: Fri, 2 Jun 2023 09:47:11 -0600 Subject: [PATCH 1/3] chore: configure renovate to run monthly (#1827) --- .github/renovate.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index f68577c8b..7a755b3c3 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,9 +1,12 @@ { "extends": [ - "config:base", + "config:base" ], "commitMessagePrefix": "deps: ", "postUpdateOptions": [ "gomodTidy" + ], + "schedule": [ + "before 4am on the first Tuesday of the month" ] } From 389c52c24d6792a0499c7f757a7bcbfc2e808c6a Mon Sep 17 00:00:00 2001 From: Eno Compton Date: Fri, 2 Jun 2023 12:47:45 -0600 Subject: [PATCH 2/3] chore: fix renovate.json (#1828) Fixes #450 --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 7a755b3c3..24dd367d7 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -7,6 +7,6 @@ "gomodTidy" ], "schedule": [ - "before 4am on the first Tuesday of the month" + "before 4am on the first day of the month" ] } From c92a9b4c10b16fccb9f5627a487d6182ad67b04f Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 6 Jun 2023 21:35:04 +0200 Subject: [PATCH 3/3] deps: Update github/codeql-action action to v2.3.6 (#1823) --- .github/workflows/codeql.yml | 6 +++--- .github/workflows/scorecard.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 19e3aae69..4d55efdc4 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -61,16 +61,16 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@29b1f65c5e92e24fe6b6647da1eaabe529cec70f # v2.3.3 + uses: github/codeql-action/init@83f0fe6c4988d98a455712a27f0255212bba9bd4 # v2.3.6 with: languages: ${{ matrix.language }} # Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java). # If this step fails, then you should remove it and run the build manually - name: Autobuild - uses: github/codeql-action/autobuild@29b1f65c5e92e24fe6b6647da1eaabe529cec70f # v2.3.3 + uses: github/codeql-action/autobuild@83f0fe6c4988d98a455712a27f0255212bba9bd4 # v2.3.6 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@29b1f65c5e92e24fe6b6647da1eaabe529cec70f # v2.3.3 + uses: github/codeql-action/analyze@83f0fe6c4988d98a455712a27f0255212bba9bd4 # v2.3.6 with: category: "/language:${{matrix.language}}" diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 14dd966dd..17807f3de 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -65,6 +65,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard. - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@29b1f65c5e92e24fe6b6647da1eaabe529cec70f # v2.3.3 + uses: github/codeql-action/upload-sarif@83f0fe6c4988d98a455712a27f0255212bba9bd4 # v2.3.6 with: sarif_file: resultsFiltered.sarif