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
2 changes: 1 addition & 1 deletion .github/workflows/bandit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- name: Checkout Repository
uses: actions/checkout@v4
uses: actions/checkout@v7

- name: Set up Python
uses: actions/setup-python@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v7

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

steps:
- name: Checkout Repository
uses: actions/checkout@v4
uses: actions/checkout@v7

- name: Initialize CodeQL
uses: github/codeql-action/init@v3
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/soroban_fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
working-directory: quantara/soroban/contracts/vault

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7

- name: Install latest Rust nightly
uses: dtolnay/rust-toolchain@nightly
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
working-directory: quantara/soroban/contracts/looping

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7

- name: Install latest Rust nightly
uses: dtolnay/rust-toolchain@nightly
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
working-directory: quantara/soroban/contracts/rewards

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7

- name: Install latest Rust nightly
uses: dtolnay/rust-toolchain@nightly
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: Checkout Code
uses: actions/checkout@v4
uses: actions/checkout@v7

# Download build artifacts or image tarballs from the triggering CD workflow if necessary
# For standard registry setups, pull the image built by the CD pipeline
Expand Down
Loading