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 4040
4141 steps :
4242 - name : Checkout Releases Repo
43- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
43+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4444 with :
4545 fetch-depth : 0
4646
8080 echo "NIGHTLY_FLAG=--nightly" >> "$GITHUB_OUTPUT"
8181
8282 - name : Checkout Collector dependency repo
83- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
83+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
8484 with :
8585 fetch-depth : 0
8686 repository : ${{ inputs.collector-dependency }}
@@ -100,7 +100,7 @@ jobs:
100100 with :
101101 cosign-release : " v2.6.1"
102102
103- - uses : anchore/sbom-action/download-syft@0b82b0b1a22399a1c542d4d656f70cd903571b5c # v0.21.1
103+ - uses : anchore/sbom-action/download-syft@62ad5284b8ced813296287a0b63906cb364b73ee # v0.22.0
104104
105105 - uses : docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0
106106 with :
Original file line number Diff line number Diff line change @@ -40,12 +40,12 @@ jobs:
4040 runs-on : ubuntu-24.04
4141 steps :
4242 - name : Checkout Releases Repo
43- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
43+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4444 with :
4545 fetch-depth : 0
4646
4747 - name : Checkout Collector dependency repo
48- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
48+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4949 with :
5050 fetch-depth : 0
5151 repository : ${{ inputs.collector-dependency }}
6464 with :
6565 cosign-release : " v2.6.1"
6666
67- - uses : anchore/sbom-action/download-syft@0b82b0b1a22399a1c542d4d656f70cd903571b5c # v0.21.1
67+ - uses : anchore/sbom-action/download-syft@62ad5284b8ced813296287a0b63906cb364b73ee # v0.22.0
6868
6969 - uses : docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0
7070 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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
48+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
93+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
9494 with :
9595 fetch-depth : 0
9696
@@ -317,7 +317,7 @@ jobs:
317317 TAG : ${{ needs.check-goreleaser.outputs.version }}-${{ matrix.GOOS }}-${{ matrix.GOARCH }}
318318 steps :
319319 - name : Checkout
320- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
320+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
321321
322322 - name : Setup QEMU
323323 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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
30+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3131
3232 - name : Download built artifacts
3333 uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
37+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3838 with :
3939 fetch-depth : 0
4040 - name : Set goreleaser last tag reference in case of non-nightly release
6767 packages : write
6868
6969 steps :
70- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
70+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7171 with :
7272 fetch-depth : 0
7373
7777 with :
7878 cosign-release : " v2.6.1"
7979
80- - uses : anchore/sbom-action/download-syft@0b82b0b1a22399a1c542d4d656f70cd903571b5c # v0.21.1
80+ - uses : anchore/sbom-action/download-syft@62ad5284b8ced813296287a0b63906cb364b73ee # v0.22.0
8181
8282 - uses : docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0
8383 if : runner.os != 'Windows'
@@ -198,15 +198,15 @@ jobs:
198198 contents : write
199199
200200 steps :
201- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
201+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
202202 with :
203203 fetch-depth : 0
204204
205205 - uses : sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # v4.0.0
206206 with :
207207 cosign-release : " v2.6.1"
208208
209- - uses : anchore/sbom-action/download-syft@0b82b0b1a22399a1c542d4d656f70cd903571b5c # v0.21.1
209+ - uses : anchore/sbom-action/download-syft@62ad5284b8ced813296287a0b63906cb364b73ee # v0.22.0
210210
211211 - uses : docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0
212212 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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
35+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3636 with :
3737 fetch-depth : 0
3838 - uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
Original file line number Diff line number Diff line change 2929 - otelcol-ebpf-profiler
3030 steps :
3131 - name : Checkout
32- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
32+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
15+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
25+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2626
2727 - name : Download built artifacts
2828 uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
24+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
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