Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbc354f2

Browse files
committed
Merge remote-tracking branch 'origin/main' into issue#14856
2 parents411d7d0 +bab17a3 commitbc354f2

File tree

220 files changed

+6064
-2064
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

220 files changed

+6064
-2064
lines changed

‎.github/actions/setup-go/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ description: |
44
inputs:
55
version:
66
description:"The Go version to use."
7-
default:"1.22.5"
7+
default:"1.22.6"
88
runs:
99
using:"composite"
1010
steps:
1111
-name:Setup Go
12-
uses:actions/setup-go@v5
12+
uses:actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32# v5.0.2
1313
with:
1414
go-version:${{ inputs.version }}
1515

‎.github/actions/setup-node/action.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ runs:
1111
using:"composite"
1212
steps:
1313
-name:Install pnpm
14-
uses:pnpm/action-setup@v3
15-
with:
16-
version:9.6
14+
uses:pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2# v4.0.0
15+
1716
-name:Setup Node
18-
uses:actions/setup-node@v4.0.3
17+
uses:actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6#v4.0.4
1918
with:
2019
node-version:20.16.0
2120
# See https://github.com/actions/setup-node#caching-global-packages-data
2221
cache:"pnpm"
2322
cache-dependency-path:${{ inputs.directory }}/pnpm-lock.yaml
23+
2424
-name:Install root node_modules
2525
shell:bash
2626
run:./scripts/pnpm_install.sh

‎.github/actions/setup-sqlc/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ runs:
55
using:"composite"
66
steps:
77
-name:Setup sqlc
8-
uses:sqlc-dev/setup-sqlc@v4
8+
uses:sqlc-dev/setup-sqlc@c0209b9199cd1cce6a14fc27cabcec491b651761# v4.0.0
99
with:
1010
sqlc-version:"1.25.0"

‎.github/actions/setup-tf/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ runs:
55
using:"composite"
66
steps:
77
-name:Install Terraform
8-
uses:hashicorp/setup-terraform@v3
8+
uses:hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd# v3.1.2
99
with:
1010
terraform_version:1.9.2
1111
terraform_wrapper:false

‎.github/actions/upload-datadog/action.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name:Upload tests to datadog
2-
if:always()
2+
description:|
3+
Uploads the test results to datadog.
34
inputs:
45
api-key:
56
description:"Datadog API key"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp