Pin GitHub Actions to specific commits for security
This commit is contained in:
parent
9e3605e63a
commit
25b48c5113
|
|
@ -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