Skip to content

Commit be551f4

Browse files
committed
fix cache job and Vuln
1 parent fe1f7d0 commit be551f4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
cache-dependencies:
2727
name: Cache Dependencies
2828
runs-on: ubuntu-22.04
29+
permissions:
30+
id-token: write # for OIDC authentication
2931
if: github.ref == 'refs/heads/main'
3032
steps:
3133
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/nginx/agent/v3
22

33
go 1.24.2
44

5-
toolchain go1.24.11
5+
toolchain go1.24.12
66

77
require (
88
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.9-20250912141014-52f32327d4b0.1

0 commit comments

Comments
 (0)