We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2884e86 commit bc1e05bCopy full SHA for bc1e05b
.github/workflows/e2e-matrix-extras.yaml
@@ -96,7 +96,7 @@ jobs:
96
ARTIFACTS: ${{ github.workspace }}/artifacts
97
steps:
98
- name: Report tests check
99
- uses: actions/github-script@60a0d83039c74a4aee5e5cbf49f72e2045aa4292 # v7.0.1
+ uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
100
id: check-run
101
with:
102
github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -153,7 +153,7 @@ jobs:
153
154
155
if: success() || failure()
156
157
158
159
script: |
0 commit comments