Skip to content
Merged
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
1 change: 0 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
- 'tests/**'
workflow_dispatch:

permissions: read-all

Check warning on line 27 in .github/workflows/e2e.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Replace "read-all" with specific permissions (e.g., "contents: read").

See more on https://sonarcloud.io/project/issues?id=hyperpolymath_panll&issues=AaCh4eL-FlmS90VFNXOQ&open=AaCh4eL-FlmS90VFNXOQ&pullRequest=121
actions: read

concurrency:
group: e2e-${{ github.ref }}
Expand Down Expand Up @@ -128,7 +127,7 @@
run: sudo apt-get update && sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.1-dev

- name: Build Gossamer backend
run: cargo build --release

Check warning on line 130 in .github/workflows/e2e.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Using dependencies without locking resolved versions is security-sensitive.

See more on https://sonarcloud.io/project/issues?id=hyperpolymath_panll&issues=AaCh4eL-FlmS90VFNXOR&open=AaCh4eL-FlmS90VFNXOR&pullRequest=121

- name: Run Rust tests
run: cargo test
Loading