Skip to content

Commit

Permalink
github: Replace action checkout version with SHA in build_qemu (adopt…
Browse files Browse the repository at this point in the history
…ium#3321)

* replace action checkout version with SHA

* change replace version with SHA of architecture action
  • Loading branch information
Haroon-Khel authored Jan 4, 2024
1 parent 79a4324 commit 0077e29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_qemu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
# distro: jessie

steps:
- uses: actions/[email protected]
- uses: actions/checkout@01aecccf739ca6ff86c0539fbc67a7a5007bbc81 # v2.1.0

- name: Run on architecture
uses: uraimo/[email protected]
uses: uraimo/run-on-arch-action@b101fffede73ba1ed3cc0ca4425cbf61e2672e6e # v2.4.0
with:
arch: ${{ matrix.arch }}
distro: ${{ matrix.distro }}
Expand Down

0 comments on commit 0077e29

Please sign in to comment.