Skip to content

Commit fba938d

Browse files
committed
chore: Unify string literal quotes and update pnpm version to 10.27.0 in GitHub Actions.
1 parent b5163d4 commit fba938d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/actions/setup-node-pnpm/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ inputs:
1414
pnpm-version:
1515
description: pnpm version
1616
required: false
17-
default: '10.27'
17+
default: '10.27.0'
1818
working-directory:
1919
description: Working directory for the project
2020
required: true

.github/workflows/security.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
branches: [main, develop]
1313
schedule:
1414
# Run weekly on Sundays at 00:00 UTC
15-
- cron: '0 0 * * 0'
15+
- cron: "0 0 * * 0"
1616
workflow_dispatch:
1717

1818
permissions:
@@ -67,7 +67,7 @@ jobs:
6767
- name: Perform CodeQL Analysis
6868
uses: github/codeql-action/analyze@v4
6969
with:
70-
category: '/language:${{ matrix.language }}'
70+
category: "/language:${{ matrix.language }}"
7171

7272
# ===========================================================================
7373
# npm Audit
@@ -90,7 +90,7 @@ jobs:
9090
- name: Setup pnpm
9191
uses: pnpm/action-setup@v4
9292
with:
93-
version: 10.27
93+
version: 10.27.0
9494

9595
- name: Audit ${{ matrix.project }}
9696
working-directory: ${{ matrix.project }}

0 commit comments

Comments
 (0)