Skip to content

Commit 6ac2dea

Browse files
committed
ci: Pin more actions to commit hash
1 parent e7c3a25 commit 6ac2dea

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ jobs:
5555
runs-on: ubuntu-24.04
5656
steps:
5757
- name: Close parallel build
58-
uses: coverallsapp/github-action@v2.3.7
58+
uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2.3.6
5959
with:
6060
parallel-finished: true

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
node-version: 24.x
2424

2525
- name: Run Release Please to update PRs and create releases
26-
uses: googleapis/release-please-action@v5
26+
uses: googleapis/release-please-action@45996ed1f6d02564a971a2fa1b5860e934307cf7 # v5.0.0
2727
id: release
2828
with:
2929
token: "${{ secrets.GITHUB_TOKEN }}"

.github/workflows/reuse-compliance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ jobs:
4646
- uses: actions/checkout@v6
4747

4848
- name: REUSE check for full repository
49-
uses: fsfe/reuse-action@v6
49+
uses: fsfe/reuse-action@676e2d560c9a403aa252096d99fcab3e1132b0f5 # v6.0.0

0 commit comments

Comments
 (0)