Skip to content

Commit 7907bec

Browse files
authored
Merge branch 'feature/beta-release' into development
2 parents 1baf23b + c35c3c5 commit 7907bec

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/cerberus-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
# Try registry first (fast), fallback to artifact if registry fails
157157
- name: Pull Docker image from registry
158158
id: pull_image
159-
uses: nick-fields/retry@v3
159+
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
160160
with:
161161
timeout_minutes: 5
162162
max_attempts: 3

.github/workflows/crowdsec-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
# Try registry first (fast), fallback to artifact if registry fails
101101
- name: Pull Docker image from registry
102102
id: pull_image
103-
uses: nick-fields/retry@v3
103+
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
104104
with:
105105
timeout_minutes: 5
106106
max_attempts: 3
@@ -193,7 +193,7 @@ jobs:
193193
# Try registry first (fast), fallback to artifact if registry fails
194194
- name: Pull Docker image from registry
195195
id: pull_image
196-
uses: nick-fields/retry@v3
196+
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
197197
with:
198198
timeout_minutes: 5
199199
max_attempts: 3

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
# Try registry first (fast), fallback to artifact if registry fails
168168
- name: Pull Docker image from registry
169169
id: pull_image
170-
uses: nick-fields/retry@v3
170+
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
171171
with:
172172
timeout_minutes: 5
173173
max_attempts: 3

.github/workflows/rate-limit-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
# Try registry first (fast), fallback to artifact if registry fails
157157
- name: Pull Docker image from registry
158158
id: pull_image
159-
uses: nick-fields/retry@v3
159+
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
160160
with:
161161
timeout_minutes: 5
162162
max_attempts: 3

.github/workflows/waf-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
# Try registry first (fast), fallback to artifact if registry fails
157157
- name: Pull Docker image from registry
158158
id: pull_image
159-
uses: nick-fields/retry@v3
159+
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
160160
with:
161161
timeout_minutes: 5
162162
max_attempts: 3

0 commit comments

Comments
 (0)