Add ensure-sha-pinned-actions action to CI pipeline

This commit is contained in:
peelz
2023-05-08 12:40:59 -04:00
parent 32645c0dd2
commit 4c1557e7fd
4 changed files with 34 additions and 0 deletions
+5
View File
@@ -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: