Skip to content
Closed
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
13 changes: 13 additions & 0 deletions .deepsource.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version = 1

[[analyzers]]
name = "python"
enabled = true

[[analyzers]]
name = "javascript"
enabled = true

[[analyzers]]
name = "shellcheck"
enabled = true
17 changes: 0 additions & 17 deletions .github/labeler.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/daily-gsifi-governance-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ jobs:
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5

- name: Setup Python
uses: actions/setup-python@v5
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
with:
python-version: '3.12'

Expand All @@ -77,7 +77,7 @@ jobs:

- name: Upload governance test report
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
with:
name: gsifi-governance-test-report
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

on:
push:
branches: [ "main" ]

Check failure on line 5 in .github/workflows/docker-image.yml

View check run for this annotation

codefactor.io / CodeFactor

.github/workflows/docker-image.yml#L5

Too many spaces inside brackets.

Check failure on line 5 in .github/workflows/docker-image.yml

View check run for this annotation

codefactor.io / CodeFactor

.github/workflows/docker-image.yml#L5

Too many spaces inside brackets.
pull_request:
branches: [ "main" ]

Check failure on line 7 in .github/workflows/docker-image.yml

View check run for this annotation

codefactor.io / CodeFactor

.github/workflows/docker-image.yml#L7

Too many spaces inside brackets.

Check failure on line 7 in .github/workflows/docker-image.yml

View check run for this annotation

codefactor.io / CodeFactor

.github/workflows/docker-image.yml#L7

Too many spaces inside brackets.

jobs:

Expand All @@ -13,6 +13,6 @@
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5

Check failure on line 16 in .github/workflows/docker-image.yml

View check run for this annotation

codefactor.io / CodeFactor

.github/workflows/docker-image.yml#L16

Wrong indentation: expected 6 but found 4.
- name: Build the Docker image
run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)
4 changes: 2 additions & 2 deletions .github/workflows/federated-zk-docs-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5

- name: Set up Python
uses: actions/setup-python@v5
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
with:
python-version: '3.11'

Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/governance-artifacts-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
timeout-minutes: 12
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5

- name: Set up Python
uses: actions/setup-python@v5
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
with:
python-version: '3.12'
cache: 'pip'
Expand Down Expand Up @@ -75,10 +75,10 @@ jobs:
timeout-minutes: 8
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5

- name: Setup Python
uses: actions/setup-python@v5
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
with:
python-version: '3.12'
cache: 'pip'
Expand All @@ -89,15 +89,15 @@ jobs:

- name: Upload G-Stack test artifacts
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
with:
name: gstack-test-results
path: artifacts/test-results
if-no-files-found: ignore

- name: Upload G-Stack validation report
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
with:
name: gstack-validation-report
path: artifacts/validation/gstack-validation.json
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/governance-artifacts-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5

- name: Setup Python
uses: actions/setup-python@v5
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
with:
python-version: '3.11'

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/governance-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5

- name: Setup Python
uses: actions/setup-python@v5
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
with:
python-version: '3.12'

Expand All @@ -30,7 +30,7 @@ jobs:

- name: Upload governance validation report
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
with:
name: governance-validation-report
path: .reports/governance-validation.json
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/governance-docs-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5

- name: Set up Node.js
uses: actions/setup-node@v4
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020
with:
node-version: '20'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jekyll-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

on:
push:
branches: [ "main" ]

Check failure on line 5 in .github/workflows/jekyll-docker.yml

View check run for this annotation

codefactor.io / CodeFactor

.github/workflows/jekyll-docker.yml#L5

Too many spaces inside brackets.

Check failure on line 5 in .github/workflows/jekyll-docker.yml

View check run for this annotation

codefactor.io / CodeFactor

.github/workflows/jekyll-docker.yml#L5

Too many spaces inside brackets.
pull_request:
branches: [ "main" ]

Check failure on line 7 in .github/workflows/jekyll-docker.yml

View check run for this annotation

codefactor.io / CodeFactor

.github/workflows/jekyll-docker.yml#L7

Too many spaces inside brackets.

Check failure on line 7 in .github/workflows/jekyll-docker.yml

View check run for this annotation

codefactor.io / CodeFactor

.github/workflows/jekyll-docker.yml#L7

Too many spaces inside brackets.

jobs:
build:
Expand All @@ -12,7 +12,7 @@
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5

Check failure on line 15 in .github/workflows/jekyll-docker.yml

View check run for this annotation

codefactor.io / CodeFactor

.github/workflows/jekyll-docker.yml#L15

Wrong indentation: expected 6 but found 4.
- name: Build the site in the jekyll/builder container
run: |
docker run \
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
- name: Labeler
uses: actions/labeler@v5
uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

on:
push:
branches: [ "main" ]

Check failure on line 5 in .github/workflows/makefile.yml

View check run for this annotation

codefactor.io / CodeFactor

.github/workflows/makefile.yml#L5

Too many spaces inside brackets.

Check failure on line 5 in .github/workflows/makefile.yml

View check run for this annotation

codefactor.io / CodeFactor

.github/workflows/makefile.yml#L5

Too many spaces inside brackets.
pull_request:
branches: [ "main" ]

Check failure on line 7 in .github/workflows/makefile.yml

View check run for this annotation

codefactor.io / CodeFactor

.github/workflows/makefile.yml#L7

Too many spaces inside brackets.

Check failure on line 7 in .github/workflows/makefile.yml

View check run for this annotation

codefactor.io / CodeFactor

.github/workflows/makefile.yml#L7

Too many spaces inside brackets.

jobs:
build:
Expand All @@ -12,7 +12,7 @@
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5

Check failure on line 15 in .github/workflows/makefile.yml

View check run for this annotation

codefactor.io / CodeFactor

.github/workflows/makefile.yml#L15

Wrong indentation: expected 6 but found 4.

- name: configure
run: ./configure
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
- name: Detect package manager
id: detect-package-manager
run: |
Expand All @@ -37,7 +37,7 @@ jobs:
false
fi
- name: Setup Node
uses: actions/setup-node@v4
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020
with:
node-version: "20"
cache: ${{ steps.detect-package-manager.outputs.manager }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
max-parallel: 5

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5

Check failure on line 12 in .github/workflows/python-package-conda.yml

View check run for this annotation

codefactor.io / CodeFactor

.github/workflows/python-package-conda.yml#L12

Wrong indentation: expected 6 but found 4.
Comment thread
OneFineStarstuff marked this conversation as resolved.
- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/regulator-blueprint-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5

- name: Set up Python
uses: actions/setup-python@v5
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
with:
python-version: '3.11'

Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
make test-regulator-blueprint-artifacts

- name: Upload validator report
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
with:
name: regulator-blueprint-validation
path: regulator-blueprint-validation.json
24 changes: 24 additions & 0 deletions .github/workflows/samples/ada.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Ada (GNAT)

on:
push:
branches: ["main"]
pull_request:
branches: ["main"]

jobs:
build:

runs-on: ubuntu-latest

steps:
- name: Checkout

Check failure on line 15 in .github/workflows/samples/ada.yml

View check run for this annotation

codefactor.io / CodeFactor

.github/workflows/samples/ada.yml#L15

Wrong indentation: expected 6 but found 4.
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5

- name: Set up GNAT toolchain
run: >
sudo apt-get update &&
sudo apt-get install gnat gprbuild

- name: Build
run: gprbuild -j0 -p
Loading
Loading