Pin GitHub Actions to specific commits for security

This commit is contained in:
Sebastian Pipping 2023-04-18 01:10:02 +02:00
parent 9e3605e63a
commit 25b48c5113
1 changed files with 1 additions and 1 deletions

View File

@ -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: |-