Skip to content

Commit ddd84fc

Browse files
committed
ci: Pin fsfe/reuse-action, coverallsapp to commit hash
1 parent eee8ed3 commit ddd84fc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: npm run coverage
4343

4444
- name: Send parallel reports to Coveralls for all packages
45-
uses: coverallsapp/github-action@v2.3.7
45+
uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2.3.6
4646
continue-on-error: true # Do not fail the job if coverage reporting fails (e.g. service is down)
4747
with:
4848
parallel: true

.github/workflows/reuse-compliance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
# Check each package if compliance is correctly set up.
3333
# Each one of these packages would be published separately.
3434
- name: Execute REUSE Compliance Check for ${{ matrix.package }}
35-
uses: fsfe/reuse-action@v6
35+
uses: fsfe/reuse-action@676e2d560c9a403aa252096d99fcab3e1132b0f5 # v6.0.0
3636
with:
3737
args: --root ${{ matrix.package }} lint
3838

0 commit comments

Comments
 (0)