File tree Expand file tree Collapse file tree 7 files changed +193
-20
lines changed Expand file tree Collapse file tree 7 files changed +193
-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@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7 .0
27
+ uses : step-security/harden-runner@f086349bfa2bd1361f7909c78558e816508cdc10 # v2.8 .0
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
39
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
40
40
41
41
# Initializes the CodeQL tools for scanning.
42
42
- name : Initialize CodeQL
43
- uses : github/codeql-action/init@d39d31e687223d841ef683f52467bd88e9b21c14 # v3.25.3
43
+ uses : github/codeql-action/init@9fdb3e49720b44c48891d036bb502feb25684276 # v3.25.6
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@d39d31e687223d841ef683f52467bd88e9b21c14 # v3.25.3
56
+ uses : github/codeql-action/autobuild@9fdb3e49720b44c48891d036bb502feb25684276 # v3.25.6
57
57
58
58
- name : Perform CodeQL Analysis
59
- uses : github/codeql-action/analyze@d39d31e687223d841ef683f52467bd88e9b21c14 # v3.25.3
59
+ uses : github/codeql-action/analyze@9fdb3e49720b44c48891d036bb502feb25684276 # v3.25.6
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@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7 .0
22
+ uses : step-security/harden-runner@f086349bfa2bd1361f7909c78558e816508cdc10 # v2.8 .0
23
23
with :
24
24
egress-policy : block
25
25
allowed-endpoints : >
@@ -53,14 +53,14 @@ jobs:
53
53
go-version : [1.13, 1.16, 1.18]
54
54
steps :
55
55
- name : Harden Runner
56
- uses : step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7 .0
56
+ uses : step-security/harden-runner@f086349bfa2bd1361f7909c78558e816508cdc10 # v2.8 .0
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
61
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
62
62
- name : Set up Go ${{ matrix.go-version }}
63
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
63
+ uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
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 19
19
go : 1.13
20
20
steps :
21
21
- name : Harden Runner
22
- uses : step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7 .0
22
+ uses : step-security/harden-runner@f086349bfa2bd1361f7909c78558e816508cdc10 # v2.8 .0
23
23
with :
24
24
disable-sudo : true
25
25
egress-policy : block
29
29
objects.githubusercontent.com:443
30
30
31
31
- name : Checkout code
32
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
32
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
33
33
- name : Setup Go
34
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
34
+ uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
35
35
with :
36
36
go-version : ${{ matrix.go }}
37
37
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@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7 .0
29
+ uses : step-security/harden-runner@f086349bfa2bd1361f7909c78558e816508cdc10 # v2.8 .0
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
45
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
46
46
with :
47
47
persist-credentials : false
48
48
49
49
- name : " Run analysis"
50
- uses : ossf/scorecard-action@0864cf19026789058feabb7e87baa5f140aac736 # v2.3.1
50
+ uses : ossf/scorecard-action@dc50aa9510b46c811795eb24b2f1ba02a914e534 # v2.3.3
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@d39d31e687223d841ef683f52467bd88e9b21c14 # v3.25.3
62
+ uses : github/codeql-action/upload-sarif@9fdb3e49720b44c48891d036bb502feb25684276 # v3.25.6
63
63
with :
64
64
sarif_file : results.sarif
Original file line number Diff line number Diff line change 19
19
go : 1.13
20
20
steps :
21
21
- name : Harden Runner
22
- uses : step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7 .0
22
+ uses : step-security/harden-runner@f086349bfa2bd1361f7909c78558e816508cdc10 # v2.8 .0
23
23
with :
24
24
disable-sudo : true
25
25
egress-policy : block
30
30
proxy.golang.org:443
31
31
32
32
- name : Checkout code
33
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
33
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
34
34
- name : Setup Go
35
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
35
+ uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
36
36
with :
37
37
go-version : ${{ matrix.go }}
38
38
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.11
4
4
5
5
require (
6
- cloud.google.com/go/functions v1.16.1
6
+ cloud.google.com/go/functions v1.16.2
7
7
github.com/cloudevents/sdk-go/v2 v2.14.0
8
8
github.com/google/go-cmp v0.6.0
9
9
)
You can’t perform that action at this time.
0 commit comments