ci: pin GitHub Actions workflow actions by hash (#1422)

as recommended in 5758364c82/docs/checks.md (pinned-dependencies)

Ref #1298
This commit is contained in:
Yusuke Kuoka
2022-05-11 19:41:30 +09:00
committed by GitHub
parent c1e5829b03
commit d01595cfbc
8 changed files with 53 additions and 30 deletions

View File

@@ -9,13 +9,16 @@ on:
- 'test/entrypoint/**'
- '!**.md'
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
name: Test entrypoint
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@d0651293c4a5a52e711f25b41b05b2212f385d28
- name: Run unit tests for entrypoint.sh
run: |
make acceptance/runner/entrypoint