We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4eb958 commit c568407Copy full SHA for c568407
2 files changed
.github/workflows/provenance.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/checkout@v4
16
- uses: actions/setup-node@v4
17
with:
18
- node-version: '20'
+ node-version: '22'
19
registry-url: 'https://registry.npmjs.org'
20
cache: npm
21
scope: "@socketsecurity"
.github/workflows/types.yml
@@ -9,8 +9,6 @@ on:
9
pull_request:
10
branches:
11
- main
12
- schedule:
13
- - cron: '14 5 * * 1,3,5'
14
permissions:
contents: read
0 commit comments