diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml
index 196a461..04a6f58 100644
--- a/.github/workflows/actionlint.yml
+++ b/.github/workflows/actionlint.yml
@@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
- uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
+ uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
with:
disable-sudo: true
egress-policy: block
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 6a78297..6ee0c98 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -75,7 +75,7 @@ jobs:
steps:
- name: Harden Runner
- uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
+ uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
with:
disable-sudo: true
egress-policy: audit
diff --git a/.github/workflows/gradle-wrapper-validation.yml b/.github/workflows/gradle-wrapper-validation.yml
index 947c1ca..3d66602 100644
--- a/.github/workflows/gradle-wrapper-validation.yml
+++ b/.github/workflows/gradle-wrapper-validation.yml
@@ -26,7 +26,7 @@ jobs:
timeout-minutes: 5
steps:
- name: Harden Runner
- uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
+ uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
with:
disable-sudo: true
egress-policy: block
diff --git a/.github/workflows/pr-baseline.yml b/.github/workflows/pr-baseline.yml
index 077c9cf..89bbd54 100644
--- a/.github/workflows/pr-baseline.yml
+++ b/.github/workflows/pr-baseline.yml
@@ -25,7 +25,7 @@ jobs:
steps:
- name: Harden Runner
- uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
+ uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
with:
disable-sudo: true
egress-policy: audit
diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml
index b6fc273..dc75627 100644
--- a/.github/workflows/pr-check.yml
+++ b/.github/workflows/pr-check.yml
@@ -20,7 +20,7 @@ jobs:
steps:
- name: Harden Runner
- uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
+ uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
with:
disable-sudo: true
egress-policy: block
diff --git a/.github/workflows/pr-clean-cache.yml b/.github/workflows/pr-clean-cache.yml
index 4dfda79..460d516 100644
--- a/.github/workflows/pr-clean-cache.yml
+++ b/.github/workflows/pr-clean-cache.yml
@@ -10,7 +10,7 @@ jobs:
timeout-minutes: 5
steps:
- name: Harden Runner
- uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
+ uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
with:
disable-sudo: true
egress-policy: block
diff --git a/.github/workflows/pr-fast-forward.yml b/.github/workflows/pr-fast-forward.yml
index 48cb141..bcbddb5 100644
--- a/.github/workflows/pr-fast-forward.yml
+++ b/.github/workflows/pr-fast-forward.yml
@@ -26,7 +26,7 @@ jobs:
steps:
- name: Harden Runner
- uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
+ uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
with:
disable-sudo: true
egress-policy: block
diff --git a/fluxo-io-rad/detekt-baseline.xml b/fluxo-io-rad/detekt-baseline.xml
index de56dd6..362322f 100644
--- a/fluxo-io-rad/detekt-baseline.xml
+++ b/fluxo-io-rad/detekt-baseline.xml
@@ -7,5 +7,7 @@
ForbiddenComment:RandomAccessFileRad.kt$// TODO: Try to avoiding the excessive `filePointer` usages.
ForbiddenComment:ReflectionUtils.kt$// TODO: Complex search as for dynamic methods ?
ForbiddenComment:StreamFactoryRad.kt$// FIXME: Use own BufferedInputStream heir to gain better random access performance?
+ NoNameShadowing:RandomAccessDataByteBufferTest.kt$RadByteBufferAccessorTest.Companion${ it.put(BYTES).flipCompat() }
+ UnnecessaryAbstractClass:AbstractRandomAccessDataTest.kt$AbstractRandomAccessDataTest$AbstractRandomAccessDataTest
diff --git a/fluxo-io-rad/lint-baseline.xml b/fluxo-io-rad/lint-baseline.xml
new file mode 100644
index 0000000..4e10a67
--- /dev/null
+++ b/fluxo-io-rad/lint-baseline.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+