We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 502d857 commit f5390bfCopy full SHA for f5390bf
2 files changed
.github/workflows/continuous-delivery.yml
@@ -268,7 +268,7 @@ jobs:
268
done
269
270
- name: Update Continuous Delivery check run
271
- uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0
+ uses: LouisBrunner/checks-action@dfcbcf801bff1ea7f1414824fc28f2cd697b35da # v3.0.0
272
with:
273
sha: ${{ needs.merge.outputs.sha }}
274
token: ${{ github.token }}
.github/workflows/publish-image.yml
@@ -120,7 +120,7 @@ jobs:
120
121
122
- name: Update Publish Image check run
123
124
125
126
name: Publish Image
0 commit comments