File tree Expand file tree Collapse file tree 13 files changed +18
-18
lines changed
Expand file tree Collapse file tree 13 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 3232
3333 steps :
3434 - name : Checkout Releases Repo
35- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
35+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
3636 with :
3737 fetch-depth : 0
3838
7272 git push origin "${tag}"
7373
7474 - name : Checkout Collector dependency repo
75- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
75+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
7676 with :
7777 fetch-depth : 0
7878 repository : ${{ inputs.collector-dependency }}
Original file line number Diff line number Diff line change @@ -28,12 +28,12 @@ jobs:
2828 runs-on : ubuntu-latest
2929 steps :
3030 - name : Checkout Releases Repo
31- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
31+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
3232 with :
3333 fetch-depth : 0
3434
3535 - name : Checkout Collector dependency repo
36- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
36+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
3737 with :
3838 fetch-depth : 0
3939 repository : ${{ inputs.collector-dependency }}
Original file line number Diff line number Diff line change 6565
6666 steps :
6767 - name : Checkout
68- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
68+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
6969 with :
7070 fetch-depth : 0
7171
@@ -267,7 +267,7 @@ jobs:
267267 runs-on : ubuntu-24.04
268268 steps :
269269 - name : Checkout
270- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
270+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
271271
272272 - name : Setup QEMU
273273 uses : docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
Original file line number Diff line number Diff line change 2424 type : ${{ fromJSON(inputs.type) }}
2525 steps :
2626 - name : Checkout
27- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
27+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
2828
2929 - name : Download built artifacts
3030 uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
Original file line number Diff line number Diff line change 3131 PREVIOUS_RELEASE_TAG : ${{ steps.prev-tag.outputs.PREVIOUS_RELEASE_TAG }}
3232 runs-on : ubuntu-latest
3333 steps :
34- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
34+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
3535 with :
3636 fetch-depth : 0
3737 - name : Set goreleaser last tag reference in case of non-nightly release
6464 packages : write
6565
6666 steps :
67- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
67+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
6868 with :
6969 fetch-depth : 0
7070
@@ -185,7 +185,7 @@ jobs:
185185 contents : write
186186
187187 steps :
188- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
188+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
189189 with :
190190 fetch-depth : 0
191191
Original file line number Diff line number Diff line change 2929 PR_HEAD : ${{ github.event.pull_request.head.sha }}
3030
3131 steps :
32- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
32+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
3333 with :
3434 fetch-depth : 0
3535 - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
Original file line number Diff line number Diff line change 2626 - otelcol-ebpf-profiler
2727 steps :
2828 - name : Checkout
29- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
29+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
3030 with :
3131 fetch-depth : 0
3232
Original file line number Diff line number Diff line change 1212 fossa :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
15+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
1616
1717 - uses : fossas/fossa-action@3ebcea1862c6ffbd5cf1b4d0bd6b3fe7bd6f2cac # v1.7.0
1818 with :
Original file line number Diff line number Diff line change 1919 type : ${{ fromJSON(inputs.type) }}
2020 steps :
2121 - name : Checkout
22- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
22+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
2323
2424 - name : Download built artifacts
2525 uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
Original file line number Diff line number Diff line change 3434 echo "name=${{ steps.otelbot-token.outputs.app-slug }}[bot]" >> "$GITHUB_OUTPUT"
3535 echo "email=${{ steps.get-user-id.outputs.user-id }}+${{ steps.otelbot-token.outputs.app-slug }}[bot]@users.noreply.github.com>" >> "$GITHUB_OUTPUT"
3636
37- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
37+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
3838 with :
3939 fetch-depth : 0
4040 token : ${{ steps.otelbot-token.outputs.token }}
You can’t perform that action at this time.
0 commit comments