File tree Expand file tree Collapse file tree 13 files changed +24
-24
lines changed Expand file tree Collapse file tree 13 files changed +24
-24
lines changed Original file line number Diff line number Diff line change 3535
3636 steps :
3737 - name : Checkout Releases Repo
38- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
38+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
3939 with :
4040 fetch-depth : 0
4141
7575 echo "NIGHTLY_FLAG=--nightly" >> "$GITHUB_OUTPUT"
7676
7777 - name : Checkout Collector dependency repo
78- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
78+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
7979 with :
8080 fetch-depth : 0
8181 repository : ${{ inputs.collector-dependency }}
8989 with :
9090 cosign-release : " v2.6.1"
9191
92- - uses : anchore/sbom-action/download-syft@8e94d75ddd33f69f691467e42275782e4bfefe84 # v0.20.9
92+ - uses : anchore/sbom-action/download-syft@fbfd9c6c189226748411491745178e0c2017392d # v0.20.10
9393
9494 - uses : docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0
9595 with :
Original file line number Diff line number Diff line change @@ -35,12 +35,12 @@ jobs:
3535 runs-on : ubuntu-24.04
3636 steps :
3737 - name : Checkout Releases Repo
38- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
38+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
3939 with :
4040 fetch-depth : 0
4141
4242 - name : Checkout Collector dependency repo
43- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
43+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
4444 with :
4545 fetch-depth : 0
4646 repository : ${{ inputs.collector-dependency }}
5353 with :
5454 cosign-release : " v2.6.1"
5555
56- - uses : anchore/sbom-action/download-syft@8e94d75ddd33f69f691467e42275782e4bfefe84 # v0.20.9
56+ - uses : anchore/sbom-action/download-syft@fbfd9c6c189226748411491745178e0c2017392d # v0.20.10
5757
5858 - uses : docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0
5959 with :
Original file line number Diff line number Diff line change 4545 PREVIOUS_RELEASE_TAG : ${{ steps.prev-tag.outputs.PREVIOUS_RELEASE_TAG }}
4646 runs-on : ubuntu-latest
4747 steps :
48- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
48+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
4949 with :
5050 fetch-depth : 0
5151 - name : Set goreleaser last tag reference in case of non-nightly release
9090
9191 steps :
9292 - name : Checkout
93- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
93+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
9494 with :
9595 fetch-depth : 0
9696
@@ -314,7 +314,7 @@ jobs:
314314 TAG : ${{ needs.check-goreleaser.outputs.version }}-${{ matrix.GOOS }}-${{ matrix.GOARCH }}
315315 steps :
316316 - name : Checkout
317- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
317+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
318318
319319 - name : Setup QEMU
320320 if : runner.os != 'Windows'
Original file line number Diff line number Diff line change 2727 type : ${{ fromJSON(inputs.type) }}
2828 steps :
2929 - name : Checkout
30- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
30+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
3131
3232 - name : Download built artifacts
3333 uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
Original file line number Diff line number Diff line change 3434 PREVIOUS_RELEASE_TAG : ${{ steps.prev-tag.outputs.PREVIOUS_RELEASE_TAG }}
3535 runs-on : ubuntu-latest
3636 steps :
37- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
37+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
3838 with :
3939 fetch-depth : 0
4040 - name : Set goreleaser last tag reference in case of non-nightly release
@@ -67,15 +67,15 @@ jobs:
6767 packages : write
6868
6969 steps :
70- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
70+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
7171 with :
7272 fetch-depth : 0
7373
7474 - uses : sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # v4.0.0
7575 with :
7676 cosign-release : " v2.6.1"
7777
78- - uses : anchore/sbom-action/download-syft@8e94d75ddd33f69f691467e42275782e4bfefe84 # v0.20.9
78+ - uses : anchore/sbom-action/download-syft@fbfd9c6c189226748411491745178e0c2017392d # v0.20.10
7979
8080 - uses : docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0
8181 if : runner.os != 'Windows'
@@ -193,15 +193,15 @@ jobs:
193193 contents : write
194194
195195 steps :
196- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
196+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
197197 with :
198198 fetch-depth : 0
199199
200200 - uses : sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # v4.0.0
201201 with :
202202 cosign-release : " v2.6.1"
203203
204- - uses : anchore/sbom-action/download-syft@8e94d75ddd33f69f691467e42275782e4bfefe84 # v0.20.9
204+ - uses : anchore/sbom-action/download-syft@fbfd9c6c189226748411491745178e0c2017392d # v0.20.10
205205
206206 - uses : docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0
207207 if : runner.os != 'Windows'
Original file line number Diff line number Diff line change 3232 PR_HEAD : ${{ github.event.pull_request.head.sha }}
3333
3434 steps :
35- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
35+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
3636 with :
3737 fetch-depth : 0
3838 - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
Original file line number Diff line number Diff line change 2929 - otelcol-ebpf-profiler
3030 steps :
3131 - name : Checkout
32- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
32+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
3333 with :
3434 fetch-depth : 0
3535
Original file line number Diff line number Diff line change 1212 fossa :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
15+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
1616
1717 - uses : fossas/fossa-action@3ebcea1862c6ffbd5cf1b4d0bd6b3fe7bd6f2cac # v1.7.0
1818 with :
Original file line number Diff line number Diff line change 2222 type : ${{ fromJSON(inputs.type) }}
2323 steps :
2424 - name : Checkout
25- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
25+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2626
2727 - name : Download built artifacts
2828 uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
Original file line number Diff line number Diff line change 2121 private-key : ${{ secrets.OTELBOT_COLLECTOR_RELEASES_PRIVATE_KEY }}
2222 permission-contents : write
2323
24- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
24+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2525 with :
2626 fetch-depth : 0
2727 token : ${{ steps.otelbot-token.outputs.token }}
You can’t perform that action at this time.
0 commit comments