File tree Expand file tree Collapse file tree 13 files changed +20
-20
lines changed
Expand file tree Collapse file tree 13 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 3535
3636 steps :
3737 - name : Checkout Releases Repo
38- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
38+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
78+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
7979 with :
8080 fetch-depth : 0
8181 repository : ${{ inputs.collector-dependency }}
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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
38+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
3939 with :
4040 fetch-depth : 0
4141
4242 - name : Checkout Collector dependency repo
43- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
43+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
4444 with :
4545 fetch-depth : 0
4646 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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
48+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
93+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
317+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
318318
319319 - name : Setup QEMU
320320 if : runner.os != 'Windows'
Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ permissions:
2121jobs :
2222 package-tests :
2323 name : Package Tests
24- runs-on : ubuntu-22 .04
24+ runs-on : ubuntu-24 .04
2525 strategy :
2626 matrix :
2727 type : ${{ fromJSON(inputs.type) }}
2828 steps :
2929 - name : Checkout
30- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
30+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
37+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
70+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
7171 with :
7272 fetch-depth : 0
7373
@@ -193,7 +193,7 @@ jobs:
193193 contents : write
194194
195195 steps :
196- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
196+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
197197 with :
198198 fetch-depth : 0
199199
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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
35+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
3636 with :
3737 fetch-depth : 0
3838 - uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
Original file line number Diff line number Diff line change 2929 - otelcol-ebpf-profiler
3030 steps :
3131 - name : Checkout
32- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
32+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
15+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
25+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
24+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
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