Skip to content

Commit d9007be

Browse files
authored
Merge branch 'main' into renovate/googlecloudplatform-functions-framework-conformance-digest
2 parents 2d1edf0 + 8d44947 commit d9007be

File tree

16 files changed

+60
-72
lines changed

16 files changed

+60
-72
lines changed

.github/blunderbuss.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1 @@
1-
assign_prs:
2-
- janell-chen
3-
- HKWinterhalter
4-
- kenneth-rosario
51

6-
assign_issues:
7-
- janell-chen
8-
- HKWinterhalter
9-
- kenneth-rosario

.github/workflows/codeql.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
steps:
3030
- name: Harden Runner
31-
uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1
31+
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
3232
with:
3333
disable-sudo: true
3434
egress-policy: block
@@ -42,11 +42,11 @@ jobs:
4242
uploads.github.com:443
4343
4444
- name: Checkout repository
45-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
45+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
4646

4747
# Initializes the CodeQL tools for scanning.
4848
- name: Initialize CodeQL
49-
uses: github/codeql-action/init@0b21cf2492b6b02c465a3e5d7c473717ad7721ba # v3.23.1
49+
uses: github/codeql-action/init@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10
5050
with:
5151
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
5252
languages: java
@@ -66,6 +66,6 @@ jobs:
6666
(cd function-maven-plugin && mvn install)
6767
6868
- name: Perform CodeQL Analysis
69-
uses: github/codeql-action/analyze@0b21cf2492b6b02c465a3e5d7c473717ad7721ba # v3.23.1
69+
uses: github/codeql-action/analyze@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10
7070
with:
7171
category: ${{ matrix.working-directory }}

.github/workflows/conformance.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
]
1919
steps:
2020
- name: Harden Runner
21-
uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1
21+
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
2222
with:
2323
disable-sudo: true
2424
egress-policy: block
@@ -30,16 +30,16 @@ jobs:
3030
repo.maven.apache.org:443
3131
storage.googleapis.com:443
3232
33-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
33+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
3434

3535
- name: Set up JDK ${{ matrix.java }}
36-
uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4.0.0
36+
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
3737
with:
3838
java-version: ${{ matrix.java }}
3939
distribution: temurin
4040

4141
- name: Setup Go
42-
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
42+
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
4343
with:
4444
go-version: '1.21'
4545

.github/workflows/lint.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Harden Runner
16-
uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1
16+
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
1717
with:
1818
disable-sudo: true
1919
egress-policy: block
2020
allowed-endpoints: >
2121
github.com:443
2222
repo.maven.apache.org:443
23-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
23+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2424
- name: Set up JDK
25-
uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4.0.0
25+
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
2626
with:
2727
java-version: 11.x
2828
distribution: temurin
@@ -38,11 +38,11 @@ jobs:
3838
runs-on: ubuntu-latest
3939
steps:
4040
- name: Harden Runner
41-
uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1
41+
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
4242
with:
4343
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
4444

45-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 # v2 minimum required
45+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 # v2 minimum required
4646
- name: Run formatter
4747
id: formatter
4848
uses: axel-op/googlejavaformat-action@dbff853fb823671ec5781365233bf86543b13215 # v3

.github/workflows/scorecard.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
steps:
2828
- name: Harden Runner
29-
uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1
29+
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
3030
with:
3131
disable-sudo: true
3232
egress-policy: block
@@ -44,12 +44,12 @@ jobs:
4444
*.github.com:443
4545
4646
- name: "Checkout code"
47-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
47+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
4848
with:
4949
persist-credentials: false
5050

5151
- name: "Run analysis"
52-
uses: ossf/scorecard-action@0864cf19026789058feabb7e87baa5f140aac736 # v2.3.1
52+
uses: ossf/scorecard-action@dc50aa9510b46c811795eb24b2f1ba02a914e534 # v2.3.3
5353
with:
5454
results_file: results.sarif
5555
results_format: sarif
@@ -61,6 +61,6 @@ jobs:
6161

6262
# Upload the results to GitHub's code scanning dashboard.
6363
- name: "Upload to code-scanning"
64-
uses: github/codeql-action/upload-sarif@0b21cf2492b6b02c465a3e5d7c473717ad7721ba # v3.23.1
64+
uses: github/codeql-action/upload-sarif@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10
6565
with:
6666
sarif_file: results.sarif

.github/workflows/unit.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
]
2020
steps:
2121
- name: Harden Runner
22-
uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1
22+
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
2323
with:
2424
disable-sudo: true
2525
egress-policy: block
@@ -28,9 +28,9 @@ jobs:
2828
repo.maven.apache.org:443
2929
api.adoptium.net:443
3030
*.githubusercontent.com:443
31-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
31+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
3232
- name: Set up JDK ${{ matrix.java }}
33-
uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4.0.0
33+
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
3434
with:
3535
java-version: ${{ matrix.java }}
3636
distribution: temurin

function-maven-plugin/pom.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,17 @@
4141
<dependency>
4242
<groupId>org.apache.maven</groupId>
4343
<artifactId>maven-plugin-api</artifactId>
44-
<version>3.9.6</version>
44+
<version>3.9.8</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>org.apache.maven</groupId>
4848
<artifactId>maven-core</artifactId>
49-
<version>3.9.6</version>
49+
<version>3.9.8</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>org.apache.maven.plugin-tools</groupId>
5353
<artifactId>maven-plugin-annotations</artifactId>
54-
<version>3.11.0</version>
54+
<version>3.13.1</version>
5555
<scope>provided</scope>
5656
</dependency>
5757

@@ -64,14 +64,14 @@
6464
<dependency>
6565
<groupId>com.google.cloud.tools</groupId>
6666
<artifactId>appengine-maven-plugin</artifactId>
67-
<version>2.6.0</version>
67+
<version>2.8.0</version>
6868
<type>jar</type>
6969
</dependency>
7070

7171
<dependency>
7272
<groupId>com.google.truth</groupId>
7373
<artifactId>truth</artifactId>
74-
<version>1.2.0</version>
74+
<version>1.4.2</version>
7575
<scope>test</scope>
7676
</dependency>
7777
<dependency>
@@ -87,7 +87,7 @@
8787
<plugin>
8888
<groupId>org.apache.maven.plugins</groupId>
8989
<artifactId>maven-plugin-plugin</artifactId>
90-
<version>3.11.0</version>
90+
<version>3.13.1</version>
9191
<executions>
9292
<execution>
9393
<id>help-goal</id>
@@ -119,7 +119,7 @@
119119
<plugin>
120120
<groupId>org.apache.maven.plugins</groupId>
121121
<artifactId>maven-source-plugin</artifactId>
122-
<version>3.3.0</version>
122+
<version>3.3.1</version>
123123
<executions>
124124
<execution>
125125
<id>attach-sources</id>
@@ -132,7 +132,7 @@
132132
<plugin>
133133
<groupId>org.apache.maven.plugins</groupId>
134134
<artifactId>maven-javadoc-plugin</artifactId>
135-
<version>3.6.3</version>
135+
<version>3.7.0</version>
136136
<executions>
137137
<execution>
138138
<id>attach-javadocs</id>
@@ -145,7 +145,7 @@
145145
<plugin>
146146
<groupId>org.apache.maven.plugins</groupId>
147147
<artifactId>maven-gpg-plugin</artifactId>
148-
<version>3.1.0</version>
148+
<version>3.2.4</version>
149149
<executions>
150150
<execution>
151151
<id>sign-artifacts</id>
@@ -159,7 +159,7 @@
159159
<plugin>
160160
<groupId>org.sonatype.plugins</groupId>
161161
<artifactId>nexus-staging-maven-plugin</artifactId>
162-
<version>1.6.13</version>
162+
<version>1.7.0</version>
163163
<extensions>true</extensions>
164164
<configuration>
165165
<serverId>sonatype-nexus-snapshots</serverId>

functions-framework-api/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828

2929
<properties>
3030
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
31-
<maven-compiler-plugin.version>3.12.1</maven-compiler-plugin.version>
32-
<maven-javadoc-plugin.version>3.6.3</maven-javadoc-plugin.version>
31+
<maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version>
32+
<maven-javadoc-plugin.version>3.7.0</maven-javadoc-plugin.version>
3333
<junit.jupiter.version>5.3.2</junit.jupiter.version>
3434
</properties>
3535

@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>io.cloudevents</groupId>
5454
<artifactId>cloudevents-api</artifactId>
55-
<version>2.5.0</version>
55+
<version>3.0.0</version>
5656
</dependency>
5757
</dependencies>
5858

@@ -73,7 +73,7 @@
7373
<plugin>
7474
<groupId>org.apache.maven.plugins</groupId>
7575
<artifactId>maven-source-plugin</artifactId>
76-
<version>3.3.0</version>
76+
<version>3.3.1</version>
7777
<executions>
7878
<execution>
7979
<id>attach-sources</id>
@@ -86,7 +86,7 @@
8686
<plugin>
8787
<groupId>org.apache.maven.plugins</groupId>
8888
<artifactId>maven-release-plugin</artifactId>
89-
<version>3.0.1</version>
89+
<version>3.1.0</version>
9090
<executions>
9191
<execution>
9292
<id>default</id>
@@ -177,7 +177,7 @@
177177
<plugin>
178178
<groupId>org.apache.maven.plugins</groupId>
179179
<artifactId>maven-gpg-plugin</artifactId>
180-
<version>3.1.0</version>
180+
<version>3.2.4</version>
181181
<executions>
182182
<execution>
183183
<id>sign-artifacts</id>
@@ -191,7 +191,7 @@
191191
<plugin>
192192
<groupId>org.sonatype.plugins</groupId>
193193
<artifactId>nexus-staging-maven-plugin</artifactId>
194-
<version>1.6.13</version>
194+
<version>1.7.0</version>
195195
<extensions>true</extensions>
196196
<configuration>
197197
<serverId>sonatype-nexus-snapshots</serverId>

invoker/conformance/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,17 @@
3333
<dependency>
3434
<groupId>com.google.code.gson</groupId>
3535
<artifactId>gson</artifactId>
36-
<version>2.10.1</version>
36+
<version>2.11.0</version>
3737
</dependency>
3838
<dependency>
3939
<groupId>io.cloudevents</groupId>
4040
<artifactId>cloudevents-core</artifactId>
41-
<version>2.5.0</version>
41+
<version>3.0.0</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>io.cloudevents</groupId>
4545
<artifactId>cloudevents-json-jackson</artifactId>
46-
<version>2.5.0</version>
46+
<version>3.0.0</version>
4747
</dependency>
4848
</dependencies>
4949

0 commit comments

Comments
 (0)