From 2627e08fcfdd12ce6b3de57d9f45c84f835a2c5e Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 4 Jul 2024 01:50:50 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- .github/workflows/codeql.yml | 4 ++-- .github/workflows/scorecard.yml | 2 +- function-maven-plugin/pom.xml | 2 +- invoker/core/pom.xml | 10 +++++----- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index a974e19..a60c57a 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -46,7 +46,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10 + uses: github/codeql-action/init@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11 with: # Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support languages: java @@ -66,6 +66,6 @@ jobs: (cd function-maven-plugin && mvn install) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10 + uses: github/codeql-action/analyze@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11 with: category: ${{ matrix.working-directory }} diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 74ce67b..c61f5ce 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -62,6 +62,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard. - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10 + uses: github/codeql-action/upload-sarif@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11 with: sarif_file: results.sarif diff --git a/function-maven-plugin/pom.xml b/function-maven-plugin/pom.xml index ac6c355..442f798 100644 --- a/function-maven-plugin/pom.xml +++ b/function-maven-plugin/pom.xml @@ -71,7 +71,7 @@ com.google.truth truth - 1.4.2 + 1.4.3 test diff --git a/invoker/core/pom.xml b/invoker/core/pom.xml index 7351b40..4bd181a 100644 --- a/invoker/core/pom.xml +++ b/invoker/core/pom.xml @@ -98,12 +98,12 @@ org.eclipse.jetty jetty-servlet - 9.4.54.v20240208 + 9.4.55.v20240627 org.eclipse.jetty jetty-server - 9.4.54.v20240208 + 9.4.55.v20240627 com.beust @@ -139,19 +139,19 @@ com.google.truth truth - 1.4.2 + 1.4.3 test com.google.truth.extensions truth-java8-extension - 1.4.2 + 1.4.3 test org.eclipse.jetty jetty-client - 9.4.54.v20240208 + 9.4.55.v20240627 test