Skip to content
Open
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
18 changes: 9 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ jobs:
contents: write
id-token: write # JFrog OIDC
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 (pin)
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4 (pin)
- name: Configure JFrog npm registry (OIDC)
uses: ./.github/actions/setup-jfrog
with:
configure-npm: 'true'
configure-pip: 'false'
configure-uv: 'false'
configure-terraform: 'false'
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 (pin)
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v4 (pin)
with:
node-version: "20"
cache: "npm"
Expand All @@ -49,7 +49,7 @@ jobs:
APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.APPLE_APP_SPECIFIC_PASSWORD }}
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: softprops/action-gh-release@3bb12739c298aeb8a4eeaf626c5b8d85266b0e65 # v2 (pin)
- uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v2 (pin)
if: startsWith(github.ref, 'refs/tags/v')
with:
files: |
Expand All @@ -63,15 +63,15 @@ jobs:
contents: write
id-token: write # JFrog OIDC
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 (pin)
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4 (pin)
- name: Configure JFrog npm registry (OIDC)
uses: ./.github/actions/setup-jfrog
with:
configure-npm: 'true'
configure-pip: 'false'
configure-uv: 'false'
configure-terraform: 'false'
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 (pin)
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v4 (pin)
with:
node-version: "20"
cache: "npm"
Expand All @@ -81,7 +81,7 @@ jobs:
- run: npm run build:win
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: softprops/action-gh-release@3bb12739c298aeb8a4eeaf626c5b8d85266b0e65 # v2 (pin)
- uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v2 (pin)
if: startsWith(github.ref, 'refs/tags/v')
with:
files: dist/*.exe
Expand All @@ -95,15 +95,15 @@ jobs:
contents: write
id-token: write # JFrog OIDC
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 (pin)
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4 (pin)
- name: Configure JFrog npm registry (OIDC)
uses: ./.github/actions/setup-jfrog
with:
configure-npm: 'true'
configure-pip: 'false'
configure-uv: 'false'
configure-terraform: 'false'
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 (pin)
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v4 (pin)
with:
node-version: "20"
cache: "npm"
Expand All @@ -113,7 +113,7 @@ jobs:
- run: npm run build:linux
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: softprops/action-gh-release@3bb12739c298aeb8a4eeaf626c5b8d85266b0e65 # v2 (pin)
- uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v2 (pin)
if: startsWith(github.ref, 'refs/tags/v')
with:
files: dist/*.AppImage
12 changes: 6 additions & 6 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ jobs:
contents: read
id-token: write # JFrog OIDC
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 (pin)
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4 (pin)
- name: Configure JFrog npm registry (OIDC)
uses: ./.github/actions/setup-jfrog
with:
configure-npm: 'true'
configure-pip: 'false'
configure-uv: 'false'
configure-terraform: 'false'
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 (pin)
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v4 (pin)
with:
node-version: "20"
cache: "npm"
Expand All @@ -52,15 +52,15 @@ jobs:
contents: read
id-token: write # JFrog OIDC
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 (pin)
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4 (pin)
- name: Configure JFrog npm registry (OIDC)
uses: ./.github/actions/setup-jfrog
with:
configure-npm: 'true'
configure-pip: 'false'
configure-uv: 'false'
configure-terraform: 'false'
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 (pin)
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v4 (pin)
with:
node-version: "20"
cache: "npm"
Expand All @@ -82,15 +82,15 @@ jobs:
contents: read
id-token: write # JFrog OIDC
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 (pin)
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4 (pin)
- name: Configure JFrog npm registry (OIDC)
uses: ./.github/actions/setup-jfrog
with:
configure-npm: 'true'
configure-pip: 'false'
configure-uv: 'false'
configure-terraform: 'false'
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 (pin)
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v4 (pin)
with:
node-version: "20"
cache: "npm"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
contents: write
pull-requests: write
steps:
- uses: googleapis/release-please-action@5c625bfb5d1ff62eadeeb3772007f7f66fdcf071 # v4 (pin)
- uses: googleapis/release-please-action@45996ed1f6d02564a971a2fa1b5860e934307cf7 # v4 (pin)
with:
token: ${{ secrets.GITHUB_TOKEN }}
config-file: release-please-config.json
Expand Down
Loading