diff --git a/.cspell.config.yaml b/.cspell.config.yaml index e220cd0249..53e2261d93 100644 --- a/.cspell.config.yaml +++ b/.cspell.config.yaml @@ -303,6 +303,7 @@ words: - summands - superpeer - superpeers + - Swatinem - takergets - takerpays - ters diff --git a/.github/workflows/cargo-audit.yml b/.github/workflows/cargo-audit.yml index 5b97296ca7..2205018214 100644 --- a/.github/workflows/cargo-audit.yml +++ b/.github/workflows/cargo-audit.yml @@ -39,7 +39,7 @@ permissions: jobs: audit: runs-on: ubuntu-latest - container: ghcr.io/xrplf/xrpld/nix-debian:sha-fe4c8ae + container: ghcr.io/xrplf/xrpld/nix-debian:sha-2e25435 permissions: contents: read # Needed to open an issue on scheduled failures. @@ -48,11 +48,6 @@ jobs: - name: Checkout repository uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - - name: Install cargo-audit - uses: taiki-e/install-action@b8cecb83565409bcc297b2df6e77f030b2a468d5 # v2.82.0 - with: - tool: cargo-audit - - name: Run cargo audit id: audit continue-on-error: true @@ -64,14 +59,14 @@ jobs: if: ${{ steps.audit.outcome != 'success' && github.event_name == 'schedule' }} run: | { - echo "## \`cargo audit\` found advisories" - echo - echo '```' - cat /tmp/cargo-audit.txt - echo '```' - echo - echo "---" - echo "*This issue was automatically created by the cargo-audit workflow.*" + echo "## \`cargo audit\` found advisories" + echo + echo '```' + cat /tmp/cargo-audit.txt + echo '```' + echo + echo "---" + echo "*This issue was automatically created by the cargo-audit workflow.*" } >/tmp/cargo-audit-issue.md - name: Create issue diff --git a/.github/workflows/reusable-build-test-config.yml b/.github/workflows/reusable-build-test-config.yml index baf194fca1..0cb42821d7 100644 --- a/.github/workflows/reusable-build-test-config.yml +++ b/.github/workflows/reusable-build-test-config.yml @@ -277,7 +277,7 @@ jobs: working-directory: ${{ env.BUILD_DIR }} run: | ldd ./xrpld - if [ "$(ldd ./xrpld | grep -E '(libstdc\+\+)' | wc -l)" -eq 0 ]; then + if [ "$(ldd ./xrpld | grep -E '(libstdc\+\+)' | wc -l)" -eq 0 ]; then echo 'The binary is statically linked.' else echo 'The binary is dynamically linked.' diff --git a/.github/workflows/reusable-rust.yml b/.github/workflows/reusable-rust.yml index 6c89f68a1c..ce5f3eeb68 100644 --- a/.github/workflows/reusable-rust.yml +++ b/.github/workflows/reusable-rust.yml @@ -27,7 +27,7 @@ permissions: jobs: clippy: runs-on: ubuntu-latest - container: ghcr.io/xrplf/xrpld/nix-debian:sha-fe4c8ae + container: ghcr.io/xrplf/xrpld/nix-debian:sha-2e25435 steps: - name: Checkout repository uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 @@ -42,7 +42,7 @@ jobs: coverage: runs-on: ubuntu-latest - container: ghcr.io/xrplf/xrpld/nix-debian:sha-fe4c8ae + container: ghcr.io/xrplf/xrpld/nix-debian:sha-2e25435 steps: - name: Checkout repository uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 @@ -70,7 +70,7 @@ jobs: doc: runs-on: ubuntu-latest - container: ghcr.io/xrplf/xrpld/nix-debian:sha-fe4c8ae + container: ghcr.io/xrplf/xrpld/nix-debian:sha-2e25435 steps: - name: Checkout repository uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3