Skip to content

Commit 76b3b0e

Browse files
committed
pin git commit hash of git-clone reference
Signed-off-by: Matej Vašek <[email protected]>
1 parent 7575ea2 commit 76b3b0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/pipelines/tekton/tasks.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ spec:
106106
resolver: http
107107
params:
108108
- name: url
109-
value: https://raw.githubusercontent.com/tektoncd/catalog/refs/heads/main/stepaction/git-clone/0.2/git-clone.yaml
109+
value: https://raw.githubusercontent.com/tektoncd/catalog/c9818f3d/stepaction/git-clone/0.2/git-clone.yaml
110110
when:
111111
- input: "$(params.GIT_REPOSITORY)"
112112
operator: notin
@@ -357,7 +357,7 @@ spec:
357357
resolver: http
358358
params:
359359
- name: url
360-
value: https://raw.githubusercontent.com/tektoncd/catalog/refs/heads/main/stepaction/git-clone/0.2/git-clone.yaml
360+
value: https://raw.githubusercontent.com/tektoncd/catalog/c9818f3d/stepaction/git-clone/0.2/git-clone.yaml
361361
when:
362362
- input: "$(params.GIT_REPOSITORY)"
363363
operator: notin

0 commit comments

Comments
 (0)