Skip to content

Commit 0ecb652

Browse files
Update plengauer/opentelemetry-bash action to v5.10.2 (#145)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 34876dc commit 0ecb652

7 files changed

+7
-7
lines changed

.github/workflows/autoapprove.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
permissions:
1313
pull-requests: write
1414
steps:
15-
- uses: plengauer/opentelemetry-bash/actions/instrument/[email protected].1
15+
- uses: plengauer/opentelemetry-bash/actions/instrument/[email protected].2
1616
with:
1717
secrets_to_redact: '${{ toJSON(secrets) }}'
1818
env:

.github/workflows/autorerun.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
rerun:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: plengauer/opentelemetry-bash/actions/instrument/[email protected].1
12+
- uses: plengauer/opentelemetry-bash/actions/instrument/[email protected].2
1313
with:
1414
secrets_to_redact: '${{ toJSON(secrets) }}'
1515
env:

.github/workflows/autoversion.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
bump:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: plengauer/opentelemetry-bash/actions/instrument/[email protected].1
12+
- uses: plengauer/opentelemetry-bash/actions/instrument/[email protected].2
1313
with:
1414
secrets_to_redact: '${{ toJSON(secrets) }}'
1515
env:

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
run:
1111
working-directory: ./package
1212
steps:
13-
- uses: plengauer/opentelemetry-bash/actions/instrument/[email protected].1
13+
- uses: plengauer/opentelemetry-bash/actions/instrument/[email protected].2
1414
with:
1515
secrets_to_redact: '${{ toJSON(secrets) }}'
1616
env:

.github/workflows/observability.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
export:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: plengauer/opentelemetry-bash/actions/instrument/[email protected].1
13+
- uses: plengauer/opentelemetry-bash/actions/instrument/[email protected].2
1414
env:
1515
OTEL_EXPORTER_OTLP_ENDPOINT: '${{ secrets.OTEL_EXPORTER_OTLP_ENDPOINT }}'
1616
OTEL_EXPORTER_OTLP_HEADERS: '${{ secrets.OTEL_EXPORTER_OTLP_HEADERS }}'

.github/workflows/publish_main.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
permissions:
1616
contents: write
1717
steps:
18-
- uses: plengauer/opentelemetry-bash/actions/instrument/[email protected].1
18+
- uses: plengauer/opentelemetry-bash/actions/instrument/[email protected].2
1919
with:
2020
secrets_to_redact: '${{ toJSON(secrets) }}'
2121
env:

.github/workflows/renovate.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
renovate:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: plengauer/opentelemetry-bash/actions/instrument/[email protected].1
15+
- uses: plengauer/opentelemetry-bash/actions/instrument/[email protected].2
1616
with:
1717
secrets_to_redact: '${{ toJSON(secrets) }}'
1818
env:

0 commit comments

Comments
 (0)