Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/certify-release-candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
EVIDENCE_BUCKET: ${{ vars.NFI_EVIDENCE_BUCKET }}
steps:
- name: Check out candidate source
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- name: Validate candidate run identity
Expand All @@ -69,14 +69,14 @@ jobs:
[[ "$(jq -r .head_sha <<<"$run_json")" == "$WORKFLOW_COMMIT" ]] \
|| { echo "candidate and certification commits differ" >&2; exit 1; }
- name: Download exact candidate bundle
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
with:
name: release-bundle-${{ github.sha }}
path: candidate
run-id: ${{ inputs.candidate_run_id }}
github-token: ${{ github.token }}
- name: Install frozen candidate
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
with:
python-version: "3.12"
- name: Plan exact immutable Oracle reuse
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
cp .long-certification-plan.json host-certificate/

- name: Configure short-lived immutable-storage credentials
uses: aws-actions/configure-aws-credentials@acca2b1b2070338fb9fd1ca27ecee81d687e58e5 # v6.1.2
uses: aws-actions/configure-aws-credentials@e6de054238d6b7531b4efff3b6587d9aade6a06c # v6.2.3
with:
role-to-assume: ${{ vars.NFI_EVIDENCE_AWS_ROLE }}
aws-region: ${{ vars.NFI_EVIDENCE_AWS_REGION }}
Expand Down Expand Up @@ -265,7 +265,7 @@ jobs:
status: $status
}' > host-certificate/immutable-upload.json
- name: Upload same-commit host certificate
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: host-certificate-${{ inputs.mode }}-${{ github.sha }}
path: host-certificate/*
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
changed_paths_json: ${{ steps.paths.outputs.changed_paths_json }}
steps:
- name: Check out source and comparison history
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
fetch-depth: 0
persist-credentials: false
Expand All @@ -56,7 +56,7 @@ jobs:
timeout-minutes: 5
steps:
- name: Check out source
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
fetch-depth: 0
persist-credentials: false
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
timeout-minutes: 5
steps:
- name: Check out source
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- name: Validate CI policy without project build
Expand Down Expand Up @@ -118,11 +118,11 @@ jobs:
suite: ast-compat
steps:
- name: Check out source
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- name: Install uv and Python
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
with:
python-version: ${{ matrix.python-version }}
enable-cache: ${{ matrix.suite == 'full' }}
Expand All @@ -148,11 +148,11 @@ jobs:
timeout-minutes: 45
steps:
- name: Check out source
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- name: Install uv and Python
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
with:
python-version: "3.12"
enable-cache: true
Expand Down Expand Up @@ -181,11 +181,11 @@ jobs:
timeout-minutes: 30
steps:
- name: Check out source
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- name: Install uv and Python
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
with:
python-version: "3.12"
enable-cache: true
Expand Down Expand Up @@ -215,7 +215,7 @@ jobs:
timeout-minutes: 5
steps:
- name: Check out CI contract
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- name: Require the selected job matrix
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/fixture-storage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
fi

- name: Configure short-lived AWS credentials
uses: aws-actions/configure-aws-credentials@acca2b1b2070338fb9fd1ca27ecee81d687e58e5 # v6.1.2
uses: aws-actions/configure-aws-credentials@e6de054238d6b7531b4efff3b6587d9aade6a06c # v6.2.3
with:
role-to-assume: ${{ vars.NFI_EVIDENCE_AWS_ROLE }}
aws-region: ${{ vars.NFI_EVIDENCE_AWS_REGION }}
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:

- name: Expose verified download
if: inputs.operation == 'download'
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: certification-bundle
path: certification-bundle.zip
Expand Down
30 changes: 15 additions & 15 deletions .github/workflows/nfi-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
freqtrade_digest: ${{ steps.revision.outputs.freqtrade_digest }}
steps:
- name: Check out engine
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
fetch-depth: 1
persist-credentials: false
Expand Down Expand Up @@ -110,11 +110,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out engine
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- name: Install uv and Python
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
with:
python-version: "3.12"
- name: Install locked Python environment
Expand Down Expand Up @@ -198,7 +198,7 @@ jobs:
source_sha256: $source_sha256
}' > .compatibility/compatibility-identity.json
- name: Retain strategy difference and source
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: latest-nfi-x7-strategy-diff
path: |
Expand All @@ -223,11 +223,11 @@ jobs:
- futures
steps:
- name: Check out engine
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- name: Install uv and Python
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
with:
python-version: "3.12"
- name: Install engine
Expand Down Expand Up @@ -259,7 +259,7 @@ jobs:
test -s .compatibility/report-${{ matrix.trading_mode }}.json
echo "native_compatibility_exit_code=${status}" >> "${GITHUB_STEP_SUMMARY}"
- name: Retain compatibility report
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: latest-nfi-x7-${{ matrix.trading_mode }}-compatibility
path: .compatibility/report-${{ matrix.trading_mode }}.json
Expand All @@ -283,23 +283,23 @@ jobs:
- futures
steps:
- name: Check out engine
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- name: Install uv, Python, and engine
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
with:
python-version: "3.12"
- run: |
uv sync --extra dev --frozen
uv run maturin develop --release --locked
- name: Download strategy difference
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
with:
name: latest-nfi-x7-strategy-diff
path: .compatibility
- name: Download static compatibility report
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
with:
name: latest-nfi-x7-${{ matrix.trading_mode }}-compatibility
path: .compatibility
Expand Down Expand Up @@ -391,7 +391,7 @@ jobs:
fi
- name: Retain compact targeted-verification evidence
if: always()
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: latest-nfi-x7-${{ matrix.trading_mode }}-targeted
path: |
Expand Down Expand Up @@ -421,11 +421,11 @@ jobs:
issues: write
steps:
- name: Check out engine
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- name: Download compact compatibility artifacts
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
with:
pattern: latest-nfi-x7-*
path: .compatibility/results
Expand Down Expand Up @@ -527,7 +527,7 @@ jobs:
issues: write
steps:
- name: Check out engine
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- name: Reconcile deduplicated health issue
Expand Down
24 changes: 12 additions & 12 deletions .github/workflows/nfi-futures-discovery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
deep_search_required: ${{ steps.identity.outputs.deep_search_required }}
steps:
- name: Check out current main
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
fetch-depth: 1
persist-credentials: false
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
- futures
steps:
- name: Check out checked engine identity
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
ref: ${{ needs.resolve.outputs.engine_sha }}
persist-credentials: false
Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:
fi
- name: Install uv, Python, and engine
if: steps.restore.outputs.deferred != 'true'
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
with:
python-version: "3.12"
- name: Build locked engine
Expand All @@ -211,15 +211,15 @@ jobs:
uv run maturin develop --release --locked
- name: Download checked strategy difference
if: steps.restore.outputs.deferred != 'true'
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
with:
name: latest-nfi-x7-strategy-diff
path: .discovery/input
run-id: ${{ needs.resolve.outputs.source_run_id }}
github-token: ${{ github.token }}
- name: Download checked mode compatibility
if: steps.restore.outputs.deferred != 'true'
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
with:
name: latest-nfi-x7-${{ matrix.trading_mode }}-compatibility
path: .discovery/input
Expand Down Expand Up @@ -354,7 +354,7 @@ jobs:
fi
echo "days=${days}" >> "${GITHUB_OUTPUT}"
- name: Retain compact report and optional size-bounded candidate
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: nfi-branch-discovery-${{ matrix.trading_mode }}
path: |
Expand Down Expand Up @@ -394,12 +394,12 @@ jobs:
issues: write
steps:
- name: Check out engine
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
ref: ${{ needs.resolve.outputs.engine_sha }}
persist-credentials: false
- name: Download compact mode result
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
with:
name: nfi-branch-discovery-${{ matrix.trading_mode }}
path: .discovery/result
Expand Down Expand Up @@ -509,12 +509,12 @@ jobs:
pull-requests: write
steps:
- name: Check out protected main identity
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
ref: ${{ needs.resolve.outputs.engine_sha }}
persist-credentials: true
- name: Download exact candidate result
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
with:
name: nfi-branch-discovery-${{ matrix.trading_mode }}
path: .discovery/result
Expand All @@ -531,7 +531,7 @@ jobs:
fi
- name: Install locked Python environment
if: steps.candidate.outputs.found == 'true'
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
with:
python-version: "3.12"
- name: Sync locked Python environment
Expand Down Expand Up @@ -568,7 +568,7 @@ jobs:
issues: write
steps:
- name: Check out engine
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- name: Reconcile gaps already proven exact by the fast lane
Expand Down
Loading
Loading