Merge pull request #31 from hartwork/pin-github-actions-at-commit-level
Pin GitHub Actions to specific commits for security
This commit is contained in:
commit
523772c178
|
|
@ -14,7 +14,7 @@ jobs:
|
|||
name: Build on Linux using Apache Ant
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2.3.4
|
||||
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
|
||||
|
||||
- name: Install dependencies
|
||||
run: |-
|
||||
|
|
|
|||
Loading…
Reference in New Issue