We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c0e0d5 commit 0dd8b5dCopy full SHA for 0dd8b5d
.github/workflows/secure-build.yml
@@ -0,0 +1,13 @@
1
+name: Secure Build Workflow
2
+on:
3
+ push:
4
+ branches:
5
+ - main
6
+ - master
7
+ - develop
8
+jobs:
9
+ secure-build:
10
+ # The stable version specified here is intentional.
11
+ # Please consult with the Security team before making any changes.
12
+ uses: pdffiller/security_checks/.github/workflows/secure-build.yml@stable
13
+ secrets: inherit
0 commit comments