File tree Expand file tree Collapse file tree 7 files changed +353
-20
lines changed Expand file tree Collapse file tree 7 files changed +353
-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@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9 .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@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@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9 .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@f086349bfa2bd1361f7909c78558e816508cdc10 # v2.8 .0
56
+ uses : step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9 .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@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 19
19
go : 1.13
20
20
steps :
21
21
- name : Harden Runner
22
- uses : step-security/harden-runner@f086349bfa2bd1361f7909c78558e816508cdc10 # v2.8 .0
22
+ uses : step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9 .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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
32
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
33
33
- name : Setup Go
34
- uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
34
+ uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
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@f086349bfa2bd1361f7909c78558e816508cdc10 # v2.8 .0
29
+ uses : step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9 .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@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 19
19
go : 1.13
20
20
steps :
21
21
- name : Harden Runner
22
- uses : step-security/harden-runner@f086349bfa2bd1361f7909c78558e816508cdc10 # v2.8 .0
22
+ uses : step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9 .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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
33
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
34
34
- name : Setup Go
35
- uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
35
+ uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
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.2
6
+ cloud.google.com/go/functions v1.16.6
7
7
cloud.google.com/go/logging v1.10.0 // indirect
8
8
github.com/cloudevents/sdk-go/v2 v2.14.0
9
9
github.com/google/go-cmp v0.6.0
You can’t perform that action at this time.
0 commit comments