Skip to content

Commit c6dd307

Browse files
committed
chore(deps): update all non-major dependencies
1 parent 2297f3e commit c6dd307

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
# Initializes the CodeQL tools for scanning.
4949
- name: Initialize CodeQL
50-
uses: github/codeql-action/init@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
50+
uses: github/codeql-action/init@5d5cd550d3e189c569da8f16ea8de2d821c9bf7a # v3.31.2
5151
with:
5252
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
5353
languages: java
@@ -65,6 +65,6 @@ jobs:
6565
(cd function-maven-plugin && mvn install)
6666
6767
- name: Perform CodeQL Analysis
68-
uses: github/codeql-action/analyze@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
68+
uses: github/codeql-action/analyze@5d5cd550d3e189c569da8f16ea8de2d821c9bf7a # v3.31.2
6969
with:
7070
category: ${{ matrix.working-directory }}

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ jobs:
6262

6363
# Upload the results to GitHub's code scanning dashboard.
6464
- name: "Upload to code-scanning"
65-
uses: github/codeql-action/upload-sarif@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
65+
uses: github/codeql-action/upload-sarif@5d5cd550d3e189c569da8f16ea8de2d821c9bf7a # v3.31.2
6666
with:
6767
sarif_file: results.sarif

function-maven-plugin/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<dependency>
6969
<groupId>org.apache.maven.plugin-tools</groupId>
7070
<artifactId>maven-plugin-annotations</artifactId>
71-
<version>3.15.1</version>
71+
<version>3.15.2</version>
7272
<scope>provided</scope>
7373
</dependency>
7474

@@ -81,7 +81,7 @@
8181
<dependency>
8282
<groupId>com.google.cloud.tools</groupId>
8383
<artifactId>appengine-maven-plugin</artifactId>
84-
<version>2.8.3</version>
84+
<version>2.8.4</version>
8585
<type>jar</type>
8686
</dependency>
8787

@@ -104,7 +104,7 @@
104104
<plugin>
105105
<groupId>org.apache.maven.plugins</groupId>
106106
<artifactId>maven-plugin-plugin</artifactId>
107-
<version>3.15.1</version>
107+
<version>3.15.2</version>
108108
<executions>
109109
<execution>
110110
<id>help-goal</id>

invoker/conformance/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<plugin>
5454
<groupId>com.google.cloud.functions</groupId>
5555
<artifactId>function-maven-plugin</artifactId>
56-
<version>0.11.1</version>
56+
<version>0.11.2</version>
5757
</plugin>
5858
</plugins>
5959
</pluginManagement>

0 commit comments

Comments
 (0)