File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,16 +13,16 @@ jobs:
1313 build :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v3
16+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1717 with :
1818 persist-credentials : false
19- - uses : actions/setup-python@v5
19+ - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
2020 with :
2121 python-version : 3.12
2222 - name : Install build
2323 run : pip install build
2424 - name : Build wheel and sdist
2525 run : python -m build --sdist --wheel
26- - uses : actions/upload-artifact@v3
26+ - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
2727 with :
2828 path : dist/*
Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ requires-python = ">= 3.8"
1111dependencies = [
1212 " opentelemetry-api>=1.27.0, <2.0.0" ,
1313 " opentelemetry-sdk>=1.27.0, <2.0.0" ,
14- " pyroscope-io== 0.8.8 "
14+ " pyroscope-io>= 0.8.10 "
1515]
1616license = {file = " LICENSE" }
You can’t perform that action at this time.
0 commit comments