File tree Expand file tree Collapse file tree 8 files changed +16
-16
lines changed
Expand file tree Collapse file tree 8 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 2626 using : " composite"
2727 steps :
2828 - name : Install uv
29- uses : astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7
29+ uses : astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7
3030 with :
3131 enable-cache : true
3232 cache-dependency-glob : ${{ inputs.cache-dependency-glob }}
Original file line number Diff line number Diff line change 1919 bump :
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
22+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
2323 with :
2424 fetch-depth : 0
2525 token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ jobs:
2020 if : false # Disabled
2121 steps :
2222 - name : Checkout Repository
23- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
23+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
2424
2525 - name : Dependency Review
26- uses : actions/dependency-review-action@da24556b548a50705dd671f47852072ea4c105d9 # v4
26+ uses : actions/dependency-review-action@3c4e3dcb1aa7874d2c16be7d79418e9b7efd6261 # v4
2727 with :
2828 fail-on-severity : high
2929 comment-summary-in-pr : always
Original file line number Diff line number Diff line change 2323 version : ${{ steps.version.outputs.value }}
2424
2525 steps :
26- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
26+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
2727 with :
2828 token : ${{ secrets.GH_TOKEN }}
2929
5050 - prepare
5151
5252 steps :
53- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
53+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
5454 with :
5555 fetch-depth : 0
5656 token : ${{ secrets.GH_TOKEN }}
Original file line number Diff line number Diff line change 5252 fail-fast : false
5353
5454 steps :
55- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
55+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
5656
5757 - name : Setup Python and uv
5858 uses : ./.github/actions/setup-python-uv
8282 if : github.event_name != 'pull_request_target'
8383
8484 steps :
85- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
85+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
8686
8787 - name : Setup Python and uv
8888 uses : ./.github/actions/setup-python-uv
Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ jobs:
1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout code
17- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
17+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
1818 with :
1919 fetch-depth : 0
2020
2121 - name : Generate changelog for release
22- uses : orhun/git-cliff-action@d77b37db2e3f7398432d34b72a12aa3e2ba87e51 # v4
22+ uses : orhun/git-cliff-action@e16f179f0be49ecdfe63753837f20b9531642772 # v4
2323 id : git-cliff
2424 with :
2525 config : cliff.toml
2828 OUTPUT : CHANGELOG.md
2929
3030 - name : Update full changelog
31- uses : orhun/git-cliff-action@d77b37db2e3f7398432d34b72a12aa3e2ba87e51 # v4
31+ uses : orhun/git-cliff-action@e16f179f0be49ecdfe63753837f20b9531642772 # v4
3232 with :
3333 config : cliff.toml
3434 args : -o CHANGELOG.md
4141 uv build
4242
4343 - name : Create GitHub Release
44- uses : softprops/action-gh-release@aec2ec56f94eb8180ceec724245f64ef008b89f5 # v2
44+ uses : softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2
4545 with :
4646 body : ${{ steps.git-cliff.outputs.content }}
4747 files : dist/*
Original file line number Diff line number Diff line change 88 stale :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 # v10
11+ - uses : actions/stale@997185467fa4f803885201cee163a9f38240193d # v10
1212 with :
1313 days-before-stale : 30
1414 days-before-close : 1
Original file line number Diff line number Diff line change 1515 fail-fast : false
1616
1717 steps :
18- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
18+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
1919
2020 - name : Setup Python and uv
2121 uses : ./.github/actions/setup-python-uv
2828 uv run pytest --cov=hother.streamblocks --cov-report=term-missing --cov-report=html --cov-report=xml --cov-report=json
2929
3030 - name : Upload coverage reports to Codecov
31- uses : codecov/codecov-action@v5
31+ uses : codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5
3232 with :
3333 token : ${{ secrets.CODECOV_TOKEN }}
3434 files : ./coverage.xml
3737 fail_ci_if_error : false
3838
3939 - name : Upload coverage artifacts
40- uses : actions/upload-artifact@v4
40+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
4141 if : always()
4242 with :
4343 name : coverage-${{ matrix.python-version }}
You can’t perform that action at this time.
0 commit comments