We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eee8ed3 commit ddd84fcCopy full SHA for ddd84fc
2 files changed
.github/workflows/coverage.yml
@@ -42,7 +42,7 @@ jobs:
42
run: npm run coverage
43
44
- name: Send parallel reports to Coveralls for all packages
45
- uses: coverallsapp/github-action@v2.3.7
+ uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2.3.6
46
continue-on-error: true # Do not fail the job if coverage reporting fails (e.g. service is down)
47
with:
48
parallel: true
.github/workflows/reuse-compliance.yml
@@ -32,7 +32,7 @@ jobs:
32
# Check each package if compliance is correctly set up.
33
# Each one of these packages would be published separately.
34
- name: Execute REUSE Compliance Check for ${{ matrix.package }}
35
- uses: fsfe/reuse-action@v6
+ uses: fsfe/reuse-action@676e2d560c9a403aa252096d99fcab3e1132b0f5 # v6.0.0
36
37
args: --root ${{ matrix.package }} lint
38
0 commit comments