Skip to content

Commit b3db3ed

Browse files
committed
Make all third-party github actions use hashes rather than tags
1 parent 7fd2337 commit b3db3ed

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
# build_gen: "Unix Makefiles"
2828

2929
steps:
30-
- uses: actions/checkout@v3
30+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
3131

3232
- name: CMake configure
3333
run: cmake -B build -G "${{matrix.build_gen}}" -A "${{matrix.build_arch}}"

.github/workflows/reuse.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
1818

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

0 commit comments

Comments
 (0)