We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 687c75d commit fe43963Copy full SHA for fe43963
2 files changed
.github/workflows/continuous-delivery.yml
@@ -220,7 +220,7 @@ jobs:
220
done
221
222
- name: Update Continuous Delivery check run
223
- uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0
+ uses: LouisBrunner/checks-action@dfcbcf801bff1ea7f1414824fc28f2cd697b35da # v3.0.0
224
with:
225
sha: ${{ needs.merge.outputs.sha }}
226
token: ${{ github.token }}
.github/workflows/publish-image.yml
@@ -108,7 +108,7 @@ jobs:
108
109
110
- name: Update Publish Image check run
111
112
113
114
name: Publish Image
0 commit comments