File tree Expand file tree Collapse file tree 7 files changed +14
-14
lines changed Expand file tree Collapse file tree 7 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 75
75
# REPOSITORY CHECKOUT
76
76
# Full history needed for accurate change detection
77
77
- name : Checkout Repository
78
- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
78
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
79
79
with :
80
80
fetch-depth : 0
81
81
@@ -138,7 +138,7 @@ jobs:
138
138
# REPOSITORY CHECKOUT
139
139
# Shallow clone sufficient for linting current state
140
140
- name : Checkout Repository
141
- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
141
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
142
142
143
143
# SMART CHANGE DETECTION
144
144
# Only runs when documentation files change
@@ -217,7 +217,7 @@ jobs:
217
217
# REPOSITORY CHECKOUT
218
218
# Shallow clone sufficient for infrastructure validation
219
219
- name : Checkout Repository
220
- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
220
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
221
221
222
222
# SMART CHANGE DETECTION
223
223
# Each matrix job only runs if relevant files changed
Original file line number Diff line number Diff line change 29
29
deployments : write
30
30
steps :
31
31
- name : Checkout
32
- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
32
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
33
33
- name : Get Docker image
34
34
id : image
35
35
run : |
Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ jobs:
182
182
# REPOSITORY CHECKOUT
183
183
# Full history needed for accurate version determination
184
184
- name : Checkout
185
- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
185
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
186
186
with :
187
187
fetch-depth : 0
188
188
@@ -312,7 +312,7 @@ jobs:
312
312
# REPOSITORY CHECKOUT
313
313
# Required for Dockerfile analysis and security context
314
314
- name : Checkout repository
315
- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
315
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
316
316
with :
317
317
fetch-depth : 0
318
318
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ jobs:
107
107
# REPOSITORY CHECKOUT
108
108
# Full history required for accurate TODO comparison and tracking
109
109
- name : Checkout Repository
110
- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
110
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
111
111
with :
112
112
fetch-depth : 0
113
113
@@ -188,7 +188,7 @@ jobs:
188
188
# REPOSITORY CHECKOUT
189
189
# Required for comprehensive file and dependency analysis
190
190
- name : Checkout Repository
191
- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
191
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
192
192
193
193
# STORAGE HEALTH ANALYSIS
194
194
# Identifies large files that may impact repository performance
Original file line number Diff line number Diff line change 66
66
is_prerelease : ${{ steps.version.outputs.is_prerelease }}
67
67
steps :
68
68
- name : Checkout
69
- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
69
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
70
70
with :
71
71
fetch-depth : 0
72
72
- name : Determine version
@@ -109,7 +109,7 @@ jobs:
109
109
- wait-for-tests
110
110
steps :
111
111
- name : Checkout
112
- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
112
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
113
113
with :
114
114
fetch-depth : 0
115
115
- name : Generate changelog
Original file line number Diff line number Diff line change 98
98
# REPOSITORY CHECKOUT
99
99
# Full repository access required for comprehensive analysis
100
100
- name : Checkout repository
101
- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
101
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
102
102
103
103
# CODEQL INITIALIZATION
104
104
# Configures language-specific analysis parameters
@@ -136,7 +136,7 @@ jobs:
136
136
# REPOSITORY CHECKOUT
137
137
# Required for dependency comparison between base and head branches
138
138
- name : Checkout Repository
139
- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
139
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
140
140
141
141
# DEPENDENCY VULNERABILITY ANALYSIS
142
142
# Analyzes dependency changes for security vulnerabilities
@@ -167,7 +167,7 @@ jobs:
167
167
# REPOSITORY CHECKOUT
168
168
# Required for dependency file access and analysis
169
169
- name : Checkout Repository
170
- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
170
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
171
171
172
172
# PYTHON ENVIRONMENT SETUP (COMPOSITE ACTION)
173
173
# Uses centralized Python setup for production dependency analysis
Original file line number Diff line number Diff line change 87
87
# REPOSITORY CHECKOUT
88
88
# Complete repository needed for comprehensive test execution
89
89
- name : Checkout Repository
90
- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
90
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
91
91
92
92
# SMART CHANGE DETECTION
93
93
# Analyzes changes to determine if test execution is necessary
You can’t perform that action at this time.
0 commit comments