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/cross-platform-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
submodules: recursive

Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
RUSTC_WRAPPER: sccache
SCCACHE_GHA_ENABLED: 'true'
DEFGUARD_CLIENT_WELCOME_SKIP: '1'
# Fix for: repository path is not owned by current user.
VERGEN_GIT_SHA: 'e2e'
VERGEN_IDEMPOTENT: '1'
steps:
- name: Install system dependencies
run: |
Expand All @@ -38,7 +41,7 @@ jobs:
libprotobuf-dev webkit2gtk-driver xvfb wireguard-tools iproute2 \
iputils-ping procps xclip desktop-file-utils xdg-utils

- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
submodules: recursive

Expand Down Expand Up @@ -109,7 +112,7 @@ jobs:
runs-on:
- codebuild-defguard-client-runner-${{ github.run_id }}-${{ github.run_attempt }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- uses: actions/setup-node@v6
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- codebuild-defguard-client-runner-${{ github.run_id }}-${{ github.run_attempt }}

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
submodules: recursive

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
apt-get update
apt-get install -y git curl ca-certificates libatomic1
git config --global --add safe.directory '*'
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
submodules: recursive

Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
deb_arch: amd64
binary_arch: x86_64
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
submodules: recursive
- name: Write release version
Expand Down Expand Up @@ -357,7 +357,7 @@ jobs:
run: |
dnf -y install git gcc gcc-c++ make openssl-devel perl pkgconfig unzip
git config --global --add safe.directory '*'
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
submodules: recursive
- name: Write release version
Expand Down Expand Up @@ -418,7 +418,7 @@ jobs:
# cpu: arm64
# runs-on: ${{ matrix.windows_runner }}
# steps:
# - uses: actions/checkout@v6
# - uses: actions/checkout@v7
# with:
# submodules: recursive
# - name: Write release version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sbom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
echo "VERSION=$VERSION" >> $GITHUB_OUTPUT
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
submodules: recursive

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
submodules: recursive

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-pnpm-hash.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- codebuild-defguard-client-runner-${{ github.run_id }}-${{ github.run_attempt }}

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
ref: ${{ github.event.pull_request.head.sha }}
submodules: recursive
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-repositories.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
amd64_sha: ${{ steps.get_sha.outputs.AMD64_SHA }}
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
submodules: recursive

Expand Down
2 changes: 1 addition & 1 deletion new-ui/biome.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"root": true,
"$schema": "https://biomejs.dev/schemas/2.5.3/schema.json",
"$schema": "https://biomejs.dev/schemas/2.5.4/schema.json",
"vcs": {
"enabled": false,
"clientKind": "git",
Expand Down
4 changes: 2 additions & 2 deletions new-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.3",
"autoprefixer": "^10.5.2",
"autoprefixer": "^10.5.3",
"globals": "^17.7.0",
"stylelint": "^17.14.0",
"stylelint-config-standard-scss": "^17.0.0",
"stylelint-scss": "^7.2.0",
"typescript": "~6.0.3",
"vite": "^8.1.4"
"vite": "^8.1.5"
}
}
Loading
Loading