We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cee9368 commit 1c28205Copy full SHA for 1c28205
2 files changed
.github/workflows/audit.yml
@@ -12,6 +12,8 @@ on:
12
jobs:
13
audit-links:
14
runs-on: ubuntu-latest
15
+ permissions:
16
+ contents: read
17
steps:
18
- uses: actions/checkout@v6
19
- name: Setup Node.js
.github/workflows/integration.yml
@@ -9,6 +9,8 @@ on:
9
10
Integration-checks:
11
strategy:
matrix:
node-version: [20.x, 22.x, 24.x]
0 commit comments