Skip to content

Commit a3c8683

Browse files
authored
build: update three actions to latest version (#1473)
Also, remove the symbolic references in the comments, since dependabot doesn't update them.
1 parent ac65067 commit a3c8683

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,7 @@ jobs:
210210
211211
- name: "Create badge"
212212
# https://gist.githubusercontent.com/nedbat/8c6980f77988a327348f9b02bbaf67f5
213-
# uses: schneegans/[email protected]
214-
uses: schneegans/dynamic-badges-action@9e75560bc15f4bddbf108466ba42d6922f1fc160
213+
uses: schneegans/dynamic-badges-action@5d424ad4060f866e4d1dab8f8da0456e6b1c4f56
215214
with:
216215
auth: ${{ secrets.METACOV_GIST_SECRET }}
217216
gistID: 8c6980f77988a327348f9b02bbaf67f5

.github/workflows/kit.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,7 @@ jobs:
136136
steps:
137137
- name: "Setup QEMU"
138138
if: matrix.os == 'ubuntu'
139-
# uses: docker/setup-qemu-action@v2
140-
uses: docker/setup-qemu-action@8b122486cedac8393e77aa9734c3528886e4a1a8
139+
uses: docker/setup-qemu-action@e81a89b1732b9c48d79cd809d8d81d79c4647a18
141140
with:
142141
platforms: arm64
143142

.github/workflows/testsuite.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ jobs:
102102
runs-on: ubuntu-latest
103103
steps:
104104
- name: Decide whether the needed jobs succeeded or failed
105-
# uses: re-actors/[email protected]
106-
uses: re-actors/alls-green@13b4244b312e8a314951e03958a2f91519a6a3c9
105+
uses: re-actors/alls-green@05ac9388f0aebcb5727afa17fcccfecd6f8ec5fe
107106
with:
108107
jobs: ${{ toJSON(needs) }}

0 commit comments

Comments
 (0)