File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 23
23
path : .core
24
24
25
25
- name : Pull the latest releases repo
26
- uses : actions/checkout@v4
26
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
27
27
with :
28
28
path : opentelemetry-collector-releases
29
29
repository : open-telemetry/opentelemetry-collector-releases
Original file line number Diff line number Diff line change 28
28
contrib_path=/tmp/opentelemetry-collector-contrib
29
29
git clone --depth=1 https://github.com/open-telemetry/opentelemetry-collector-contrib.git $contrib_path
30
30
make CONTRIB_PATH=$contrib_path prepare-contrib
31
- - uses : actions/upload-artifact@v4
31
+ - uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
32
32
with :
33
33
name : contrib
34
34
path : /tmp/opentelemetry-collector-contrib/
59
59
- name : Checkout Repo
60
60
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
61
61
- name : Download contrib
62
- uses : actions/download-artifact@v4
62
+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
63
63
with :
64
64
name : contrib
65
65
path : /tmp/contrib
You can’t perform that action at this time.
0 commit comments