Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/bats-core/bats-act…
Browse files Browse the repository at this point in the history
…ion-3.0.0
  • Loading branch information
dmihalcik-virtru authored Feb 19, 2025
2 parents d0361e9 + 162a1d8 commit 828591b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ jobs:
with:
name: opentdf-ctl
path: cli/
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34
with:
go-version: '1.22'
- name: Git clone backend
Expand Down Expand Up @@ -269,7 +269,7 @@ jobs:
- run: echo "- [Client Library](https://github.com/opentdf/web-sdk/pkgs/npm/client)">>$GITHUB_STEP_SUMMARY
- run: echo "- [Command Line Tool](https://github.com/opentdf/web-sdk/pkgs/npm/cli)">>$GITHUB_STEP_SUMMARY
- name: Publish documentation to gh-pages
uses: JamesIves/github-pages-deploy-action@v4.6.0
uses: JamesIves/github-pages-deploy-action@v4.7.3
with:
branch: gh-pages
folder: lib/dist/docs
Expand Down
10 changes: 5 additions & 5 deletions web-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion web-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"prettier": "^3.5.1",
"typescript": "^5.7.3",
"typescript-eslint": "^8.24.1",
"vite": "^6.1.0",
"vite": "^6.1.1",
"vitest": "^3.0.6"
}
}

0 comments on commit 828591b

Please sign in to comment.