File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -116,16 +116,19 @@ jobs:
116116 security-lint :
117117 runs-on : ubuntu-latest
118118 steps :
119- - name : " Checkout"
119+ - name : Checkout "security-lint" in-house CI action
120120 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
121121 with :
122- # https://github.com/actions/checkout/issues/249
123- fetch-depth : 0
122+ repository : instructlab/ci-actions
123+ path : ci-actions # clone the "ci-actions" repo to a local directory called "ci-actions", instead of overwriting the current dir contents
124+ ref : add-security-lint # temporary branch with my changes
125+ sparse-checkout : |
126+ actions/add-security-lint
124127
125128 # In-house method to detect and identfy exposed secrets in Git workflow files that
126129 # auto-trigger in pull requests
127130 - name : Detect exposed GitHub secrets
128- uses : ./.github /actions/detect-exposed-secrets
131+ uses : ./ci-actions /actions/detect-exposed-workflow -secrets
129132
130133 lint-workflow-complete :
131134 permissions :
You can’t perform that action at this time.
0 commit comments