We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8e8770 commit a5078e4Copy full SHA for a5078e4
1 file changed
.github/workflows/unit-tests.yml
@@ -7,7 +7,10 @@ on:
7
8
jobs:
9
test:
10
- runs-on: ubuntu-latest
+ runs-on: github-ubuntu-latest-s
11
+ permissions:
12
+ id-token: write
13
+ contents: write
14
15
steps:
16
- uses: actions/checkout@v5
@@ -18,6 +21,9 @@ jobs:
18
21
node-version: "24"
19
22
cache: "npm"
20
23
24
+ - name: Configure NPM with Repox
25
+ uses: SonarSource/ci-github-actions/config-npm@v1
26
+
27
- name: Install dependencies
28
run: npm ci
29
0 commit comments