Skip to content

Commit d517919

Browse files
committed
Resolve playwright.yml
1 parent bc6652b commit d517919

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

.github/workflows/playwright.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ on:
1515
required: false
1616
default: 'false'
1717

18+
permissions: {}
19+
1820
jobs:
1921
changes:
2022
runs-on: ubuntu-latest
@@ -23,6 +25,8 @@ jobs:
2325
changed: ${{ steps.filter.outputs.changed }}
2426
steps:
2527
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
28+
with:
29+
persist-credentials: false
2630
# For pull requests it's not necessary to checkout the code but for the main branch it is
2731
- uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1
2832
id: filter
@@ -48,7 +52,9 @@ jobs:
4852
fail-fast: false
4953
steps:
5054
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
51-
- uses: oven-sh/setup-bun@v2
55+
with:
56+
persist-credentials: false
57+
- uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2.2.0
5258
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
5359
with:
5460
python-version: '3.10'
@@ -59,6 +65,8 @@ jobs:
5965
limit-access-to-actor: true
6066
- name: Install uv
6167
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
68+
with:
69+
version: "0.11.4"
6270
- run: uv sync
6371
working-directory: backend
6472
- run: bun ci
@@ -87,7 +95,9 @@ jobs:
8795
runs-on: ubuntu-latest
8896
steps:
8997
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
90-
- uses: oven-sh/setup-bun@v2
98+
with:
99+
persist-credentials: false
100+
- uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2.2.0
91101
- name: Install dependencies
92102
run: bun ci
93103
- name: Download blob reports from GitHub Actions Artifacts

0 commit comments

Comments
 (0)