File tree Expand file tree Collapse file tree 7 files changed +21
-17
lines changed Expand file tree Collapse file tree 7 files changed +21
-17
lines changed Original file line number Diff line number Diff line change 24
24
25
25
steps :
26
26
- name : Harden Runner
27
- uses : step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9 .1
27
+ uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10 .1
28
28
with :
29
29
disable-sudo : true
30
30
egress-policy : block
@@ -36,11 +36,11 @@ jobs:
36
36
objects.githubusercontent.com:443
37
37
38
38
- name : Checkout repository
39
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
39
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
40
40
41
41
# Initializes the CodeQL tools for scanning.
42
42
- name : Initialize CodeQL
43
- uses : github/codeql-action/init@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
43
+ uses : github/codeql-action/init@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
44
44
with :
45
45
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
46
46
languages : go
53
53
54
54
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
55
55
- name : Autobuild
56
- uses : github/codeql-action/autobuild@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
56
+ uses : github/codeql-action/autobuild@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
57
57
58
58
- name : Perform CodeQL Analysis
59
- uses : github/codeql-action/analyze@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
59
+ uses : github/codeql-action/analyze@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
60
60
with :
61
61
category : " /language:go"
Original file line number Diff line number Diff line change 19
19
cache-key : ${{ steps.resolve-latest-client.outputs.version }}
20
20
steps :
21
21
- name : Harden Runner
22
- uses : step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9 .1
22
+ uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10 .1
23
23
with :
24
24
egress-policy : block
25
25
allowed-endpoints : >
@@ -53,12 +53,12 @@ jobs:
53
53
go-version : ['1.18', '1.20']
54
54
steps :
55
55
- name : Harden Runner
56
- uses : step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9 .1
56
+ uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10 .1
57
57
with :
58
58
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
59
59
60
60
- name : Check out code
61
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
61
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
62
62
- name : Set up Go ${{ matrix.go-version }}
63
63
uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
64
64
with :
Original file line number Diff line number Diff line change 16
16
os : [ubuntu-latest, macos-latest] # windows-latest doesn't support find -wholename
17
17
steps :
18
18
- name : Harden Runner
19
- uses : step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9 .1
19
+ uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10 .1
20
20
with :
21
21
disable-sudo : true
22
22
egress-policy : block
26
26
objects.githubusercontent.com:443
27
27
28
28
- name : Checkout code
29
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
29
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
30
30
- name : Setup Go
31
31
uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
32
32
with :
Original file line number Diff line number Diff line change 26
26
27
27
steps :
28
28
- name : Harden Runner
29
- uses : step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9 .1
29
+ uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10 .1
30
30
with :
31
31
disable-sudo : true
32
32
egress-policy : block
43
43
*.sigstore.dev:443
44
44
45
45
- name : " Checkout code"
46
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
46
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
47
47
with :
48
48
persist-credentials : false
49
49
60
60
61
61
# Upload the results to GitHub's code scanning dashboard.
62
62
- name : " Upload to code-scanning"
63
- uses : github/codeql-action/upload-sarif@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
63
+ uses : github/codeql-action/upload-sarif@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
64
64
with :
65
65
sarif_file : results.sarif
Original file line number Diff line number Diff line change 16
16
os : [ubuntu-latest, macos-latest, windows-latest]
17
17
steps :
18
18
- name : Harden Runner
19
- uses : step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9 .1
19
+ uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10 .1
20
20
with :
21
21
disable-sudo : true
22
22
egress-policy : block
27
27
proxy.golang.org:443
28
28
29
29
- name : Checkout code
30
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
30
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
31
31
- name : Setup Go
32
32
uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
33
33
with :
Original file line number Diff line number Diff line change 1
1
module github.com/GoogleCloudPlatform/functions-framework-go
2
2
3
- go 1.18
3
+ go 1.21
4
+
5
+ toolchain go1.23.1
4
6
5
7
require (
6
- cloud.google.com/go/functions v1.16.6
8
+ cloud.google.com/go/functions v1.19.1
7
9
github.com/cloudevents/sdk-go/v2 v2.15.2
8
10
github.com/google/go-cmp v0.6.0
9
11
)
Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ cloud.google.com/go/functions v1.16.2 h1:83bd2lCgtu2nLbX2jrqsrQhIs7VuVA1N6Op5sye
2
2
cloud.google.com/go/functions v1.16.2 /go.mod h1:+gMvV5E3nMb9EPqX6XwRb646jTyVz8q4yk3DD6xxHpg =
3
3
cloud.google.com/go/functions v1.16.6 h1:tPe3/48RpjcFk96VeB6jOKQpK8nliGJLsgjh6pUOyFQ =
4
4
cloud.google.com/go/functions v1.16.6 /go.mod h1:wOzZakhMueNQaBUJdf0yjsJIe0GBRu+ZTvdSTzqHLs0 =
5
+ cloud.google.com/go/functions v1.19.1 h1:eWjTZohtJX/9rckZYXaYVViGi06JkNJRKvm0aO+ce+g =
6
+ cloud.google.com/go/functions v1.19.1 /go.mod h1:18RszySpwRg6aH5UTTVsRfdCwDooSf/5mvSnU7NAk4A =
5
7
github.com/cloudevents/sdk-go/v2 v2.15.2 h1:54+I5xQEnI73RBhWHxbI1XJcqOFOVJN85vb41+8mHUc =
6
8
github.com/cloudevents/sdk-go/v2 v2.15.2 /go.mod h1:lL7kSWAE/V8VI4Wh0jbL2v/jvqsm6tjmaQBSvxcv4uE =
7
9
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
You can’t perform that action at this time.
0 commit comments