File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 python-version : 3.x
2525
2626 - name : Setup cache
27- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
27+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
2828 with :
2929 key : ${{ github.ref }}
3030 path : .cache
Original file line number Diff line number Diff line change 1919 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2020
2121 - name : Install uv
22- uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6 .0
22+ uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1 .0
2323 with :
2424 enable-cache : true
2525 python-version : " 3.10"
@@ -35,20 +35,20 @@ jobs:
3535
3636 - name : Send license report to Fossa
3737 # This will collect all necessary information (mostly used dependencies) and send it to the Fossa API
38- uses : fossas/fossa-action@c414b9ad82eaad041e47a7cf62a4f02411f427a0 # Use a specific version if locking is preferred
38+ uses : fossas/fossa-action@ff70fe9fe17cbd2040648f1c45e8ec4e4884dcf3 # Use a specific version if locking is preferred
3939 with :
4040 api-key : ${{ secrets.FOSSA_LICENSE_SCAN_TOKEN }}
4141
4242 - name : Check license compliance
4343 # This will poll the Fossa API until they have processed the information which we've sent in the previous step
4444 # and fail if Fossa found an issue with the licences of our dependencies.
45- uses : fossas/fossa-action@c414b9ad82eaad041e47a7cf62a4f02411f427a0 # Use a specific version if locking is preferred
45+ uses : fossas/fossa-action@ff70fe9fe17cbd2040648f1c45e8ec4e4884dcf3 # Use a specific version if locking is preferred
4646 with :
4747 api-key : ${{ secrets.FOSSA_LICENSE_SCAN_TOKEN }}
4848 run-tests : true
4949
5050 - name : Send Slack notification if license check failed
51- uses : act10ns/slack@44541246747a30eb3102d87f7a4cc5471b0ffb7d
51+ uses : act10ns/slack@d96404edccc6d6467fc7f8134a420c851b1e9054
5252 if : failure() && github.ref == 'refs/heads/main'
5353 with :
5454 status : ${{ job.status }}
Original file line number Diff line number Diff line change 1414 steps :
1515 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1616 - name : Install uv
17- uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6 .0
17+ uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1 .0
1818 with :
1919 enable-cache : true
2020 python-version : " 3.10"
2929 steps :
3030 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3131 - name : Install uv
32- uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6 .0
32+ uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1 .0
3333 with :
3434 enable-cache : true
3535 python-version : " 3.10"
4444 steps :
4545 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4646 - name : Install uv
47- uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6 .0
47+ uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1 .0
4848 with :
4949 enable-cache : true
5050 python-version : " 3.10"
7878 # for coverage comment action
7979 fetch-depth : 1000
8080 - name : Install uv
81- uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6 .0
81+ uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1 .0
8282 with :
8383 enable-cache : true
8484 python-version : " 3.10"
8888 run : make tests-with-cov
8989 - name : Coverage comment
9090 id : coverage_comment
91- uses : py-cov-action/python-coverage-comment-action@7188638f871f721a365d644f505d1ff3df20d683
91+ uses : py-cov-action/python-coverage-comment-action@63f52f4fbbffada6e8dee8ec432de7e01df9ba79
9292 with :
9393 GITHUB_TOKEN : ${{ github.token }}
Original file line number Diff line number Diff line change 1818 steps :
1919 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2020 - name : Install uv
21- uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6 .0
21+ uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1 .0
2222 with :
2323 enable-cache : true
2424 python-version : " 3.10"
2828 - name : Build
2929 run : make build
3030 - name : publish
31- uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13 .0
31+ uses : pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14 .0
3232 with :
3333 repository-url : ${{env.pypi}}
Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ jobs:
2020 steps :
2121 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2222 - name : Install uv
23- uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6 .0
23+ uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1 .0
2424 with :
2525 enable-cache : true
2626 python-version : " 3.10"
2727 - name : Build
2828 run : make build
2929 - name : Publish
30- uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13 .0
30+ uses : pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14 .0
3131 with :
3232 repository-url : ${{ env.pypi }}
Original file line number Diff line number Diff line change 2727 steps :
2828 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2929 - name : Install uv
30- uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6 .0
30+ uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1 .0
3131 with :
3232 enable-cache : true
3333 python-version : " 3.10"
3737 - name : Build
3838 run : make build
3939 - name : publish
40- uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13 .0
40+ uses : pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14 .0
4141 with :
4242 repository-url : ${{env.pypi}}
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Send Slack alert for high priority bug
18- uses : act10ns/slack@44541246747a30eb3102d87f7a4cc5471b0ffb7d
18+ uses : act10ns/slack@d96404edccc6d6467fc7f8134a420c851b1e9054
1919 with :
2020 status : High Priority Bug
2121 message : High Priority Bug ${{ github.event.issue.html_url }}
Original file line number Diff line number Diff line change 3939 steps :
4040 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4141 - name : Install uv
42- uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6 .0
42+ uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1 .0
4343 with :
4444 enable-cache : true
4545 python-version : " 3.10"
You can’t perform that action at this time.
0 commit comments