Add ensure-sha-pinned-actions action to CI pipeline
This commit is contained in:
@@ -7,6 +7,11 @@ on:
|
||||
branches: [master]
|
||||
|
||||
jobs:
|
||||
harden-ci-security:
|
||||
uses: ./.github/workflows/harden-ci-security.yml
|
||||
with:
|
||||
ref: ${{ github.event.ref }}
|
||||
|
||||
run-tests:
|
||||
uses: ./.github/workflows/run-tests.yml
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user