File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040
4141 steps :
4242 - name : Checkout Releases Repo
43- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
43+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
83+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
8484 with :
8585 fetch-depth : 0
8686 repository : ${{ inputs.collector-dependency }}
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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
43+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
4444 with :
4545 fetch-depth : 0
4646
4747 - name : Checkout Collector dependency repo
48- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
48+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
4949 with :
5050 fetch-depth : 0
5151 repository : ${{ inputs.collector-dependency }}
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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
48+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
4949 with :
5050 fetch-depth : 0
5151 - name : Set goreleaser last tag reference in case of non-nightly release
8888
8989 steps :
9090 - name : Checkout
91- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
91+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
9292 with :
9393 fetch-depth : 0
9494
@@ -320,7 +320,7 @@ jobs:
320320 TAG : ${{ needs.check-goreleaser.outputs.version }}-${{ matrix.GOOS }}-${{ matrix.GOARCH }}
321321 steps :
322322 - name : Checkout
323- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
323+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
324324
325325 - name : Setup QEMU
326326 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
30+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3131
3232 - name : Download built artifacts
3333 uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
37+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
70+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
7171 with :
7272 fetch-depth : 0
7373
@@ -198,7 +198,7 @@ jobs:
198198 contents : write
199199
200200 steps :
201- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
201+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
202202 with :
203203 fetch-depth : 0
204204
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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
35+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3636 with :
3737 fetch-depth : 0
3838 - uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
Original file line number Diff line number Diff line change 2929 - otelcol-ebpf-profiler
3030 steps :
3131 - name : Checkout
32- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
32+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
15+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
1616
1717 - uses : fossas/fossa-action@ff70fe9fe17cbd2040648f1c45e8ec4e4884dcf3 # v1.9.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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
25+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2626
2727 - name : Download built artifacts
2828 uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
24+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
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