Skip to content

Commit 86b7017

Browse files
authored
[chore] Replace usage of gh actions with pinned versions (#12629)
Signed-off-by: Bogdan Drutu <[email protected]>
1 parent b45663b commit 86b7017

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/builder-snapshot.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
path: .core
2424

2525
- name: Pull the latest releases repo
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2727
with:
2828
path: opentelemetry-collector-releases
2929
repository: open-telemetry/opentelemetry-collector-releases

.github/workflows/contrib-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
contrib_path=/tmp/opentelemetry-collector-contrib
2929
git clone --depth=1 https://github.com/open-telemetry/opentelemetry-collector-contrib.git $contrib_path
3030
make CONTRIB_PATH=$contrib_path prepare-contrib
31-
- uses: actions/upload-artifact@v4
31+
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
3232
with:
3333
name: contrib
3434
path: /tmp/opentelemetry-collector-contrib/
@@ -59,7 +59,7 @@ jobs:
5959
- name: Checkout Repo
6060
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6161
- name: Download contrib
62-
uses: actions/download-artifact@v4
62+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
6363
with:
6464
name: contrib
6565
path: /tmp/contrib

0 commit comments

Comments
 (0)