mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-17 09:29:30 +08:00
Merge branch 'v3-alpha' into notifications_darwin
This commit is contained in:
commit
58b5c105a5
2
.github/workflows/pr-v3.yml
vendored
2
.github/workflows/pr-v3.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Verify Changed files
|
- name: Verify Changed files
|
||||||
uses: tj-actions/verify-changed-files@v17
|
uses: step-security/changed-files@3dbe17c78367e7d60f00d78ae6781a35be47b4a1 # v45.0.1
|
||||||
id: verify-changed-files
|
id: verify-changed-files
|
||||||
with:
|
with:
|
||||||
files: |
|
files: |
|
||||||
|
4
.github/workflows/publish-npm.yml
vendored
4
.github/workflows/publish-npm.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Detect committed package.json changes
|
- name: Detect committed package.json changes
|
||||||
id: package-json-changes
|
id: package-json-changes
|
||||||
uses: tj-actions/changed-files@v45
|
uses: step-security/changed-files@3dbe17c78367e7d60f00d78ae6781a35be47b4a1 # v45.0.1
|
||||||
with:
|
with:
|
||||||
files: |
|
files: |
|
||||||
v3/internal/runtime/desktop/@wailsio/runtime/package.json
|
v3/internal/runtime/desktop/@wailsio/runtime/package.json
|
||||||
@ -32,7 +32,7 @@ jobs:
|
|||||||
if: >-
|
if: >-
|
||||||
steps.package-json-changes.outputs.any_modified != 'true'
|
steps.package-json-changes.outputs.any_modified != 'true'
|
||||||
id: source-changes
|
id: source-changes
|
||||||
uses: tj-actions/changed-files@v45
|
uses: step-security/changed-files@3dbe17c78367e7d60f00d78ae6781a35be47b4a1 # v45.0.1
|
||||||
with:
|
with:
|
||||||
files: |
|
files: |
|
||||||
v3/internal/runtime/Taskfile.yaml
|
v3/internal/runtime/Taskfile.yaml
|
||||||
|
1
.github/workflows/semgrep.yml
vendored
1
.github/workflows/semgrep.yml
vendored
@ -5,6 +5,7 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
- master
|
- master
|
||||||
|
- v3-alpha
|
||||||
paths:
|
paths:
|
||||||
- .github/workflows/semgrep.yml
|
- .github/workflows/semgrep.yml
|
||||||
schedule:
|
schedule:
|
||||||
|
@ -15,7 +15,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Verify Changed files
|
- name: Verify Changed files
|
||||||
id: changed-files
|
id: changed-files
|
||||||
uses: tj-actions/changed-files@v41
|
uses: step-security/changed-files@3dbe17c78367e7d60f00d78ae6781a35be47b4a1 # v45.0.1
|
||||||
with:
|
with:
|
||||||
files: |
|
files: |
|
||||||
website/**/*.mdx
|
website/**/*.mdx
|
||||||
|
Loading…
Reference in New Issue
Block a user