Skip to content

Commit b78d125

Browse files
committed
Update GitHub Actions and dependencies
- Update devbox-install-action to v0.12.0 across workflows - Update CodeQL actions to latest version - Add devbox installation step to java-ci-lint workflow - Upgrade loggregator-agent-release and tlsconfig in go.mod - Bump chi, ginkgo, gomega, grpc, and grpc-gateway versions - Update indirect dependencies in go.sum
1 parent 6b844ee commit b78d125

File tree

6 files changed

+57
-48
lines changed

6 files changed

+57
-48
lines changed

.github/workflows/acceptance_tests_reusable.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
path: app-autoscaler-release
4545
- name: Install devbox
46-
uses: jetify-com/devbox-install-action@975fb35b9a6472bed4edf51e5db534d5efec2817 # v0.12.0
46+
uses: jetify-com/devbox-install-action@734088efddca47cf44ff8a09289c6d0e51b73218 # v0.12.0
4747
with:
4848
enable-cache: 'true'
4949
project-path: "${AUTOSCALER_DIR}"
@@ -81,7 +81,7 @@ jobs:
8181
with:
8282
path: app-autoscaler-release
8383
- name: Install devbox
84-
uses: jetify-com/devbox-install-action@975fb35b9a6472bed4edf51e5db534d5efec2817 # v0.12.0
84+
uses: jetify-com/devbox-install-action@734088efddca47cf44ff8a09289c6d0e51b73218 # v0.12.0
8585
with:
8686
enable-cache: 'true'
8787
project-path: "${AUTOSCALER_DIR}"
@@ -118,7 +118,7 @@ jobs:
118118
with:
119119
path: app-autoscaler-release
120120
- name: Install devbox
121-
uses: jetify-com/devbox-install-action@975fb35b9a6472bed4edf51e5db534d5efec2817 # v0.12.0
121+
uses: jetify-com/devbox-install-action@734088efddca47cf44ff8a09289c6d0e51b73218 # v0.12.0
122122
with:
123123
enable-cache: 'true'
124124
project-path: "${AUTOSCALER_DIR}"

.github/workflows/codeql-analysis.yml

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

5252
# Initializes the CodeQL tools for scanning.
5353
- name: Initialize CodeQL
54-
uses: github/codeql-action/init@17a820bf2e43b47be2c72b39cc905417bc1ab6d0 # v3
54+
uses: github/codeql-action/init@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3
5555
with:
5656
languages: ${{ matrix.language }}
5757
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -64,4 +64,4 @@ jobs:
6464
make build-all
6565
6666
- name: Perform CodeQL Analysis
67-
uses: github/codeql-action/analyze@17a820bf2e43b47be2c72b39cc905417bc1ab6d0 # v3
67+
uses: github/codeql-action/analyze@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3

.github/workflows/java-ci-lint.yaml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,17 @@ concurrency:
1616
jobs:
1717
code-style:
1818
runs-on: ubuntu-latest
19-
container:
20-
image: ghcr.io/cloudfoundry/app-autoscaler-release-tools:main@sha256:a850ee87a32ae11003e1343714b8af06d2be377744510472601f3ff4b153968e
2119
steps:
22-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
23-
20+
- name: Get Repository content
21+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
22+
- name: Install devbox
23+
uses: jetify-com/devbox-install-action@734088efddca47cf44ff8a09289c6d0e51b73218 # v0.12.0
24+
with:
25+
enable-cache: 'true'
26+
- name: Make devbox shellenv available
27+
run: |
28+
eval "$(devbox shellenv)"
29+
printenv >> "$GITHUB_ENV"
2430
- name: Check Code Formatting
2531
run: |
2632
sh ./style-guide/google-format-ci-v0.1.sh

.github/workflows/openapi-specs-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- name: Get Repository content
99
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1010
- name: Install devbox
11-
uses: jetify-com/devbox-install-action@975fb35b9a6472bed4edf51e5db534d5efec2817 # v0.12.0
11+
uses: jetify-com/devbox-install-action@734088efddca47cf44ff8a09289c6d0e51b73218 # v0.12.0
1212
with:
1313
enable-cache: 'true'
1414
- name: Make devbox shellenv available

src/autoscaler/go.mod

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ require (
88
code.cloudfoundry.org/go-log-cache/v3 v3.0.3
99
code.cloudfoundry.org/go-loggregator/v10 v10.0.1
1010
code.cloudfoundry.org/lager/v3 v3.16.0
11-
code.cloudfoundry.org/loggregator-agent-release/src v0.0.0-20241212181709-5c53942166c4
12-
code.cloudfoundry.org/tlsconfig v0.11.0
11+
code.cloudfoundry.org/loggregator-agent-release/src v0.0.0-20250130191752-75a1ab857bd5
12+
code.cloudfoundry.org/tlsconfig v0.16.0
1313
github.com/cenkalti/backoff/v4 v4.3.0
1414
github.com/cloud-gov/go-cfenv v1.19.1
15-
github.com/go-chi/chi/v5 v5.1.0
15+
github.com/go-chi/chi/v5 v5.2.0
1616
github.com/go-faster/errors v0.7.1
1717
github.com/go-faster/jx v1.1.0
1818
github.com/go-logr/logr v1.4.2
@@ -24,8 +24,8 @@ require (
2424
github.com/jmoiron/sqlx v1.4.0
2525
github.com/maxbrunsfeld/counterfeiter/v6 v6.9.0
2626
github.com/ogen-go/ogen v1.8.1
27-
github.com/onsi/ginkgo/v2 v2.22.0
28-
github.com/onsi/gomega v1.36.0
27+
github.com/onsi/ginkgo/v2 v2.22.2
28+
github.com/onsi/gomega v1.36.2
2929
github.com/patrickmn/go-cache v2.1.0+incompatible
3030
github.com/pivotal-cf/brokerapi/v11 v11.0.10
3131
github.com/prometheus/client_golang v1.20.5
@@ -45,15 +45,15 @@ require (
4545
golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8
4646
golang.org/x/net v0.34.0
4747
golang.org/x/time v0.9.0
48-
google.golang.org/grpc v1.69.4
48+
google.golang.org/grpc v1.70.0
4949
gopkg.in/yaml.v3 v3.0.1
5050
)
5151

5252
replace google.golang.org/genproto => google.golang.org/genproto v0.0.0-20250127172529-29210b9bc287
5353

5454
require (
55-
code.cloudfoundry.org/go-diodes v0.0.0-20241202111822-779c0b5a3368 // indirect
56-
code.cloudfoundry.org/go-metric-registry v0.0.0-20241125210533-4270b99b04f2 // indirect
55+
code.cloudfoundry.org/go-diodes v0.0.0-20250120125122-6d632ec80998 // indirect
56+
code.cloudfoundry.org/go-metric-registry v0.0.0-20250120152804-381e68ddcf4c // indirect
5757
filippo.io/edwards25519 v1.1.0 // indirect
5858
github.com/andybalholm/brotli v1.1.1 // indirect
5959
github.com/beorn7/perks v1.0.1 // indirect
@@ -71,8 +71,8 @@ require (
7171
github.com/go-logr/stdr v1.2.2 // indirect
7272
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
7373
github.com/google/go-cmp v0.6.0 // indirect
74-
github.com/google/pprof v0.0.0-20241206021119-61a79c692802 // indirect
75-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.23.0 // indirect
74+
github.com/google/pprof v0.0.0-20250125003558-7fdb3d7e6fa0 // indirect
75+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.0 // indirect
7676
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
7777
github.com/jackc/pgpassfile v1.0.0 // indirect
7878
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
@@ -86,7 +86,7 @@ require (
8686
github.com/peterbourgon/g2s v0.0.0-20170223122336-d4e7ad98afea // indirect
8787
github.com/pmezard/go-difflib v1.0.0 // indirect
8888
github.com/prometheus/client_model v0.6.1 // indirect
89-
github.com/prometheus/common v0.61.0 // indirect
89+
github.com/prometheus/common v0.62.0 // indirect
9090
github.com/prometheus/procfs v0.15.1 // indirect
9191
github.com/segmentio/asm v1.2.0 // indirect
9292
github.com/valyala/bytebufferpool v1.0.0 // indirect
@@ -100,8 +100,8 @@ require (
100100
golang.org/x/sys v0.29.0 // indirect
101101
golang.org/x/text v0.21.0 // indirect
102102
golang.org/x/tools v0.29.0 // indirect
103-
google.golang.org/genproto/googleapis/api v0.0.0-20250124145028-65684f501c47 // indirect
104-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250124145028-65684f501c47 // indirect
103+
google.golang.org/genproto/googleapis/api v0.0.0-20250127172529-29210b9bc287 // indirect
104+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250127172529-29210b9bc287 // indirect
105105
google.golang.org/protobuf v1.36.4 // indirect
106106
gopkg.in/yaml.v2 v2.4.0 // indirect
107107
)

0 commit comments

Comments
 (0)