Skip to content

Commit 1380158

Browse files
authored
Merge branch 'main' into bug-4473/ci-job-concurrency
2 parents b3de075 + a96a3d6 commit 1380158

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/fossa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1616

17-
- uses: fossas/fossa-action@93a52ecf7c3ac7eb40f5de77fd69b1a19524de94 # v1.5.0
17+
- uses: fossas/fossa-action@c0a7d013f84c8ee5e910593186598625513cc1e4 # v1.6.0
1818
with:
1919
api-key: ${{secrets.FOSSA_API_KEY}}
2020
team: OpenTelemetry

docs/examples/fork-process-model/flask-uwsgi/requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ click==8.1.7
22
Flask==2.3.3
33
googleapis-common-protos==1.52.0
44
grpcio==1.56.2
5-
gunicorn==22.0.0
65
itsdangerous==2.1.2
7-
Jinja2==3.1.5
6+
Jinja2==3.1.6
87
MarkupSafe==2.1.3
98
opentelemetry-api==1.20.0
109
opentelemetry-exporter-otlp==1.20.0

0 commit comments

Comments
 (0)