Skip to content
Merged
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 @@ -13,7 +13,7 @@
# runs-on: ubuntu-latest

# steps:
# - uses: actions/checkout@v2
# - uses: actions/checkout@v6

# # Task will fail if any high-severity issues are found
# # Ignoring submodules
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
python-version: ['3.11']
steps:
- name: Check out repo
uses: actions/checkout@v3
uses: actions/checkout@v6
- name: Setup conda env
uses: conda-incubator/setup-miniconda@v2
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ name: pr-labels

# steps:
# - name: Set up python
# uses: actions/setup-python@v2
# uses: actions/setup-python@v6

# - name: Install requests
# run: pip install requests

# - name: Checkout repository
# uses: actions/checkout@v2
# uses: actions/checkout@v6

# - name: Process commit and find merger responsible for labeling
# id: commit
Expand Down
Loading