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
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
language: [python]
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
- uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e
- uses: github/codeql-action/init@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a
with:
languages: ${{ matrix.language }}
- uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e
- uses: github/codeql-action/analyze@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a
with:
category: "/language:${{ matrix.language }}"

16 changes: 8 additions & 8 deletions .github/workflows/container-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ jobs:
docker run --rm zero-paper-smoke:${{ github.sha }}
docker run --rm zero-paper-smoke:${{ github.sha }} python /app/examples/paper-trading/run.py

- uses: docker/setup-qemu-action@06116385d9baf250c9f4dcb4858b16962ea869c3
- uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5
- uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8
- uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c

- name: Log in to GHCR
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee
uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand All @@ -76,7 +76,7 @@ jobs:

- name: Build and push multi-platform image
id: push
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf
uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a
with:
context: .
platforms: linux/amd64,linux/arm64
Expand Down Expand Up @@ -141,11 +141,11 @@ jobs:
docker run --rm zero-paper-dockerhub-smoke:${{ github.sha }}
docker run --rm zero-paper-dockerhub-smoke:${{ github.sha }} python /app/examples/paper-trading/run.py

- uses: docker/setup-qemu-action@06116385d9baf250c9f4dcb4858b16962ea869c3
- uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5
- uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8
- uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c

- name: Log in to Docker Hub
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee
uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4
with:
username: ${{ env.DOCKERHUB_USERNAME }}
password: ${{ env.DOCKERHUB_TOKEN }}
Expand All @@ -166,7 +166,7 @@ jobs:

- name: Build and push multi-platform image
id: push
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf
uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a
with:
context: .
platforms: linux/amd64,linux/arm64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
- name: Verify release assets
run: python3 scripts/release_verify.py release-dist
- name: Attest release assets
uses: actions/attest@59d89421af93a897026c735860bf21b6eb4f7b26
uses: actions/attest@a1948c3f048ba23858d222213b7c278aabede763
with:
subject-checksums: release-dist/SHA256SUMS
- name: Create or update draft release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
results_file: results.sarif
results_format: sarif
publish_results: false
- uses: github/codeql-action/upload-sarif@8aad20d150bbac5944a9f9d289da16a4b0d87c1e
- uses: github/codeql-action/upload-sarif@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a
with:
sarif_file: results.sarif
2 changes: 1 addition & 1 deletion .github/workflows/secret-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
with:
fetch-depth: 0
- uses: trufflesecurity/trufflehog@30d5bb91af1a771378349dbbb0c82129392acf70
- uses: trufflesecurity/trufflehog@00155c9dc586f34d189adc83d3ac2698c2ec551f
with:
path: ./
base: ""
Expand Down