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:
Nathaniel V. KELSO 2023-05-30 11:11:36 -07:00 committed by GitHub
commit 523772c178
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: |-