Skip to content

Commit

Permalink
Make all third-party github actions use hashes rather than tags
Browse files Browse the repository at this point in the history
  • Loading branch information
cjhoward committed Dec 3, 2023
1 parent 7fd2337 commit b3db3ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
# build_gen: "Unix Makefiles"

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: CMake configure
run: cmake -B build -G "${{matrix.build_gen}}" -A "${{matrix.build_arch}}"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/reuse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: compliance check
uses: fsfe/reuse-action@v2
uses: fsfe/reuse-action@4f2804894b54004c8ed4b8a62b7c649e54a3aa4b # v2.0.0

0 comments on commit b3db3ed

Please sign in to comment.