Skip to content

Commit

Permalink
Merge pull request #8 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
hartwork authored Apr 18, 2023
2 parents faa6d6c + d149af3 commit 2a7236d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Build and test
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2

- name: Install build dependencies
run: |-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/debian_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Build Debian package
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2

- name: Install build dependencies
run: |-
Expand Down

0 comments on commit 2a7236d

Please sign in to comment.