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
4 changes: 2 additions & 2 deletions .github/workflows/lint-rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ on:

jobs:
semgrep:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
name: semgrep-rule-lints
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.9.2
python-version: 3.9.22
- name: install semgrep
run: pip3 install semgrep
- name: lints for semgrep rules
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ on:
jobs:
test-latest:
name: rules-test-latest
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.9.2
python-version: 3.9.22
- name: install semgrep
run: pip3 install semgrep
- name: install pro-engine
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validate-r2c-registry-metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
validate-metadata:
if: github.repository == 'Decurity/semgrep-smart-contracts'
name: Validate r2c registry metadata
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
with:
Expand All @@ -34,7 +34,7 @@ jobs:
run: echo $CHANGED_FILES
- uses: actions/setup-python@v2
with:
python-version: 3.9.2
python-version: 3.9.22
- name: install deps
run: pip install jsonschema pyyaml
- name: validate metadata
Expand Down