Skip to content

Commit b727d4d

Browse files
authored
Merge pull request #53 from stackhpc/shuffle
Add support for byte shuffle filter
2 parents 77e846c + 70a74e4 commit b727d4d

File tree

14 files changed

+649
-30
lines changed

14 files changed

+649
-30
lines changed

.github/workflows/pull-request.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,3 +100,6 @@ jobs:
100100

101101
- name: Dependency Review
102102
uses: actions/dependency-review-action@v3
103+
with:
104+
# https://github.com/advisories/GHSA-g98v-hv3f-hcfr atty potential unaligned read on Windows
105+
allow-ghsas: GHSA-g98v-hv3f-hcfr

0 commit comments

Comments
 (0)