Skip to content

Commit 702ff6c

Browse files
ci: add workflow_dispatch to codeql
1 parent 5af9def commit 702ff6c

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: CodeQL
22

33
on:
44
schedule:
5-
- cron: "0 6 * * 1" # Monday 6am UTC
5+
- cron: "0 6 * * 1"
6+
workflow_dispatch:
67

78
concurrency:
89
group: ${{ github.workflow }}-${{ github.ref }}

JsonApiToolkit/packages.lock.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,18 @@
413413
"resolved": "4.7.0",
414414
"contentHash": "ehYW0m9ptxpGWvE4zgqongBVWpSDU/JCFD4K7krxkQwSz/sFQjEXCUqpvencjy6DYDbn7Ig09R8GFffu8TtneQ=="
415415
}
416+
},
417+
"net10.0/linux-musl-x64": {
418+
"System.Security.Cryptography.Pkcs": {
419+
"type": "Transitive",
420+
"resolved": "10.0.0",
421+
"contentHash": "UPWqLSygJlFerRi9XNIuM0a1VC8gHUIufyP24xQ0sc+XimqUAEcjpOz9DhKpyDjH+5B/wO3RpC0KpkEeDj/ddg=="
422+
},
423+
"System.Security.Cryptography.ProtectedData": {
424+
"type": "Transitive",
425+
"resolved": "4.7.0",
426+
"contentHash": "ehYW0m9ptxpGWvE4zgqongBVWpSDU/JCFD4K7krxkQwSz/sFQjEXCUqpvencjy6DYDbn7Ig09R8GFffu8TtneQ=="
427+
}
416428
}
417429
}
418430
}

0 commit comments

Comments
 (0)