We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58e3bdd commit 806a9ceCopy full SHA for 806a9ce
4 files changed
.github/workflows/DigiCert_Code_Scan.yml
@@ -0,0 +1,7 @@
1
+name: DigiCert Code Scan
2
+on: workflow_dispatch
3
+jobs:
4
+ noop:
5
+ runs-on: ubuntu-latest
6
+ steps:
7
+ - run: echo "This is just a placeholder"
0 commit comments