File tree 11 files changed +19
-19
lines changed
11 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 17
17
build :
18
18
runs-on : ubuntu-latest
19
19
steps :
20
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
20
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
21
21
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
22
22
with :
23
23
go-version : " 1.21"
Original file line number Diff line number Diff line change 16
16
container : ghcr.io/kedacore/keda-tools:1.21.6
17
17
steps :
18
18
- name : Check out code
19
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
19
+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
20
20
with :
21
21
fetch-depth : 1
22
22
Original file line number Diff line number Diff line change 16
16
image_tag : " pr-${{ steps.parser.outputs.pr_num }}-${{ steps.parser.outputs.commit_sha }}"
17
17
commit_sha : ${{ steps.parser.outputs.commit_sha }}
18
18
steps :
19
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
19
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
20
20
21
21
- uses : tspascoal/get-user-teams-membership@v2
22
22
id : checkUserMember
80
80
status : in_progress
81
81
details_url : https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}
82
82
83
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
83
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
84
84
85
85
- name : Register workspace path
86
86
run : git config --global --add safe.directory "$GITHUB_WORKSPACE"
@@ -124,7 +124,7 @@ jobs:
124
124
status : in_progress
125
125
details_url : https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}
126
126
127
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
127
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
128
128
129
129
- name : Register workspace path
130
130
run : git config --global --add safe.directory "$GITHUB_WORKSPACE"
@@ -219,7 +219,7 @@ jobs:
219
219
details_url : https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}
220
220
221
221
- name : Upload test logs
222
- uses : actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4
222
+ uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4
223
223
with :
224
224
name : e2e-test-logs
225
225
path : " ${{ github.workspace }}/**/*.log"
Original file line number Diff line number Diff line change 21
21
steps :
22
22
23
23
- name : Check out code
24
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
24
+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
25
25
with :
26
26
fetch-depth : 1
27
27
83
83
name : amd64
84
84
steps :
85
85
- name : Check out code
86
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
86
+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
87
87
with :
88
88
fetch-depth : 1
89
89
@@ -113,7 +113,7 @@ jobs:
113
113
- runner : ubuntu-latest
114
114
name : amd64
115
115
steps :
116
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
116
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
117
117
118
118
- name : Register workspace path
119
119
run : git config --global --add safe.directory "$GITHUB_WORKSPACE"
@@ -133,7 +133,7 @@ jobs:
133
133
name : Static Checks
134
134
runs-on : ubuntu-latest
135
135
steps :
136
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
136
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
137
137
- uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
138
138
with :
139
139
python-version : 3.x
Original file line number Diff line number Diff line change 16
16
container : ghcr.io/kedacore/keda-tools:1.21.6
17
17
steps :
18
18
- name : Check out code
19
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
19
+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
20
20
with :
21
21
fetch-depth : 1
22
22
Original file line number Diff line number Diff line change 17
17
if : (github.actor != 'dependabot[bot]')
18
18
steps :
19
19
- name : Checkout repository
20
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
20
+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
21
21
- name : Register workspace path
22
22
run : git config --global --add safe.directory "$GITHUB_WORKSPACE"
23
23
Original file line number Diff line number Diff line change 16
16
container : returntocorp/semgrep
17
17
if : (github.actor != 'dependabot[bot]')
18
18
steps :
19
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
19
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
20
20
- name : Register workspace path
21
21
if : ${{ github.event.number > 0 }}
22
22
run : git config --global --add safe.directory "$GITHUB_WORKSPACE"
Original file line number Diff line number Diff line change 12
12
concurrency : e2e-tests
13
13
steps :
14
14
- name : Check out code
15
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
15
+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
16
16
with :
17
17
fetch-depth : 1
18
18
48
48
NODE_POOL_SIZE : 1
49
49
50
50
- name : Upload test logs
51
- uses : actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4
51
+ uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4
52
52
if : ${{ always() }}
53
53
with :
54
54
name : e2e-test-logs
Original file line number Diff line number Diff line change 30
30
DEBIAN_FRONTEND : noninteractive
31
31
32
32
- name : Check out code
33
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
33
+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
34
34
with :
35
35
fetch-depth : 1
36
36
44
44
run : make smoke-test
45
45
46
46
- name : Upload test logs
47
- uses : actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4
47
+ uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4
48
48
if : ${{ always() }}
49
49
with :
50
50
name : smoke-test-logs ${{ inputs.runs-on }}-${{ inputs.kubernetesVersion }}
Original file line number Diff line number Diff line change 36
36
name : Trivy - ${{ inputs.runs-on }} - ${{ inputs.scan-type }} ${{ inputs.image-ref }}
37
37
runs-on : ${{ inputs.runs-on }}
38
38
steps :
39
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
39
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
40
40
41
41
- name : Run Trivy
42
42
uses : aquasecurity/trivy-action@d710430a6722f083d3b36b8339ff66b32f22ee55 # v0.19.0
Original file line number Diff line number Diff line change 10
10
container : kedacore/build-tools:v1
11
11
steps :
12
12
- name : Check out code
13
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
13
+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
14
14
with :
15
15
fetch-depth : 1
16
16
You can’t perform that action at this time.
0 commit comments