File tree Expand file tree Collapse file tree 7 files changed +22
-20
lines changed Expand file tree Collapse file tree 7 files changed +22
-20
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@f086349bfa2bd1361f7909c78558e816508cdc10 # v2.8.0
27
+ uses : step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
39
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
40
40
41
41
# Initializes the CodeQL tools for scanning.
42
42
- name : Initialize CodeQL
43
- uses : github/codeql-action/init@9fdb3e49720b44c48891d036bb502feb25684276 # v3.25.6
43
+ uses : github/codeql-action/init@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
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@9fdb3e49720b44c48891d036bb502feb25684276 # v3.25.6
56
+ uses : github/codeql-action/autobuild@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
57
57
58
58
- name : Perform CodeQL Analysis
59
- uses : github/codeql-action/analyze@9fdb3e49720b44c48891d036bb502feb25684276 # v3.25.6
59
+ uses : github/codeql-action/analyze@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
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@f086349bfa2bd1361f7909c78558e816508cdc10 # v2.8.0
22
+ uses : step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1
23
23
with :
24
24
egress-policy : block
25
25
allowed-endpoints : >
@@ -53,14 +53,14 @@ jobs:
53
53
go-version : ['1.18', '1.20']
54
54
steps :
55
55
- name : Harden Runner
56
- uses : step-security/harden-runner@f086349bfa2bd1361f7909c78558e816508cdc10 # v2.8.0
56
+ uses : step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
61
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
62
62
- name : Set up Go ${{ matrix.go-version }}
63
- uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
63
+ uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
64
64
with :
65
65
go-version : ' ${{ matrix.go-version }}'
66
66
- name : Pre-fetch go dependencies and build
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@f086349bfa2bd1361f7909c78558e816508cdc10 # v2.8.0
19
+ uses : step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
29
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
30
30
- name : Setup Go
31
- uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
31
+ uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
32
32
with :
33
33
go-version : ${{ matrix.go }}
34
34
check-latest : true
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@f086349bfa2bd1361f7909c78558e816508cdc10 # v2.8.0
29
+ uses : step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1
30
30
with :
31
31
disable-sudo : true
32
32
egress-policy : block
@@ -42,12 +42,12 @@ jobs:
42
42
*.sigstore.dev:443
43
43
44
44
- name : " Checkout code"
45
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
45
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
46
46
with :
47
47
persist-credentials : false
48
48
49
49
- name : " Run analysis"
50
- uses : ossf/scorecard-action@dc50aa9510b46c811795eb24b2f1ba02a914e534 # v2.3.3
50
+ uses : ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0
51
51
with :
52
52
results_file : results.sarif
53
53
results_format : sarif
59
59
60
60
# Upload the results to GitHub's code scanning dashboard.
61
61
- name : " Upload to code-scanning"
62
- uses : github/codeql-action/upload-sarif@9fdb3e49720b44c48891d036bb502feb25684276 # v3.25.6
62
+ uses : github/codeql-action/upload-sarif@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
63
63
with :
64
64
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@f086349bfa2bd1361f7909c78558e816508cdc10 # v2.8.0
19
+ uses : step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
30
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
31
31
- name : Setup Go
32
- uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
32
+ uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
33
33
with :
34
34
go-version : ${{ matrix.go }}
35
35
check-latest : true
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/GoogleCloudPlatform/functions-framework-go
3
3
go 1.18
4
4
5
5
require (
6
- cloud.google.com/go/functions v1.16.2
6
+ cloud.google.com/go/functions v1.16.6
7
7
github.com/cloudevents/sdk-go/v2 v2.15.2
8
8
github.com/google/go-cmp v0.6.0
9
9
)
Original file line number Diff line number Diff line change 1
1
cloud.google.com/go/functions v1.16.2 h1:83bd2lCgtu2nLbX2jrqsrQhIs7VuVA1N6Op5syeRVIg =
2
2
cloud.google.com/go/functions v1.16.2 /go.mod h1:+gMvV5E3nMb9EPqX6XwRb646jTyVz8q4yk3DD6xxHpg =
3
+ cloud.google.com/go/functions v1.16.6 h1:tPe3/48RpjcFk96VeB6jOKQpK8nliGJLsgjh6pUOyFQ =
4
+ cloud.google.com/go/functions v1.16.6 /go.mod h1:wOzZakhMueNQaBUJdf0yjsJIe0GBRu+ZTvdSTzqHLs0 =
3
5
github.com/cloudevents/sdk-go/v2 v2.15.2 h1:54+I5xQEnI73RBhWHxbI1XJcqOFOVJN85vb41+8mHUc =
4
6
github.com/cloudevents/sdk-go/v2 v2.15.2 /go.mod h1:lL7kSWAE/V8VI4Wh0jbL2v/jvqsm6tjmaQBSvxcv4uE =
5
7
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