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
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
fetch-depth: 0

- name: Initialize CodeQL
uses: github/codeql-action/init@16140ae1a102900babc80a33c44059580f687047 # v3
uses: github/codeql-action/init@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v3
with:
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }}
Expand All @@ -64,9 +64,9 @@ jobs:

- name: Autobuild
if: matrix.build-mode == 'autobuild'
uses: github/codeql-action/autobuild@16140ae1a102900babc80a33c44059580f687047 # v3
uses: github/codeql-action/autobuild@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v3

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@16140ae1a102900babc80a33c44059580f687047 # v3
uses: github/codeql-action/analyze@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v3
with:
category: "/language:${{ matrix.language }}"
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ jobs:

# ---------- Build & publish ----------
- name: Build and publish Nightly prerelease
uses: tauri-apps/tauri-action@e834788a94591d81e3ae0bd9ec06366f5afb8994 # action-v0.5.23
uses: tauri-apps/tauri-action@3b50ac4d4512105f96edbaa78a6e2f9392805589 # action-v0.5.24
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
FRONTEND_SKIP_BUILD: '1'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:

# ---------- Build & publish with Tauri action ----------
- name: Build and create GitHub Release (draft)
uses: tauri-apps/tauri-action@e834788a94591d81e3ae0bd9ec06366f5afb8994 # action-v0.5.23
uses: tauri-apps/tauri-action@3b50ac4d4512105f96edbaa78a6e2f9392805589 # action-v0.5.24
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# We already built the Frontend; tell Backend/Tauri to skip any beforeBuildCommand
Expand Down