Skip to content

Commit

Permalink
Merge pull request #31 from hartwork/pin-github-actions-at-commit-level
Browse files Browse the repository at this point in the history
Pin GitHub Actions to specific commits for security
  • Loading branch information
nvkelso authored May 30, 2023
2 parents 9e3605e + 25b48c5 commit 523772c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |-
Expand Down

0 comments on commit 523772c

Please sign in to comment.