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
5 changes: 3 additions & 2 deletions .github/workflows/js_interop.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: package:js_interop
permissions: read-all
permissions:
contents: read

on:
# Run CI on pushes to the main branch and on PRs.
Expand Down Expand Up @@ -29,7 +30,7 @@ jobs:
test_config: ['-p chrome', '-p chrome -c dart2wasm', '-p node']

steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
- uses: dart-lang/setup-dart@65eb853c7ba17dde3be364c3d2858773e7144260
with:
sdk: ${{ matrix.sdk }}
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/js_interop_gen.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: package:js_interop_gen
permissions: read-all
permissions:
contents: read

on:
# Run CI on pushes to the main branch and on PRs.
Expand Down Expand Up @@ -29,8 +30,8 @@ jobs:
test_config: ['', '-p chrome', '-p chrome -c dart2wasm']

steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
- uses: actions/setup-node@v6
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7
with:
node-version: 22
- uses: dart-lang/setup-dart@65eb853c7ba17dde3be364c3d2858773e7144260
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/no-response.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
if: ${{ github.repository_owner == 'dart-lang' }}
steps:
- uses: actions/stale@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899
- uses: actions/stale@4391f3da665fdf50b6810c1a66712fb9ba21aa93
with:
days-before-stale: -1
days-before-close: 14
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/web.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: package:web
permissions: read-all
permissions:
contents: read

on:
# Run CI on pushes to the main branch and on PRs.
Expand Down Expand Up @@ -29,7 +30,7 @@ jobs:
test_config: ['-p chrome', '-p chrome -c dart2wasm']

steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
- uses: dart-lang/setup-dart@65eb853c7ba17dde3be364c3d2858773e7144260
with:
sdk: ${{ matrix.sdk }}
Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/web_generator.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: package:web_generator
permissions: read-all
permissions:
contents: read

on:
# Run CI on pushes to the main branch and on PRs.
Expand Down Expand Up @@ -30,7 +31,7 @@ jobs:
sdk: ['3.12', dev]

steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
- uses: dart-lang/setup-dart@65eb853c7ba17dde3be364c3d2858773e7144260
with:
sdk: ${{ matrix.sdk }}
Expand All @@ -47,7 +48,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
- uses: dart-lang/setup-dart@65eb853c7ba17dde3be364c3d2858773e7144260

- run: npm install
Expand All @@ -62,7 +63,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
- uses: dart-lang/setup-dart@65eb853c7ba17dde3be364c3d2858773e7144260

- run: npm install
Expand Down
Loading