Skip to content

Commit bc1e05b

Browse files
AlanGreenevdemeester
authored andcommitted
Fix commit SHA of github-script action
2 uses of the github-script action were referencing an invalid SHA. Update to point to the correct value for the 7.0.1 release.
1 parent 2884e86 commit bc1e05b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e-matrix-extras.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
ARTIFACTS: ${{ github.workspace }}/artifacts
9797
steps:
9898
- name: Report tests check
99-
uses: actions/github-script@60a0d83039c74a4aee5e5cbf49f72e2045aa4292 # v7.0.1
99+
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
100100
id: check-run
101101
with:
102102
github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -153,7 +153,7 @@ jobs:
153153

154154
- name: Report tests check
155155
if: success() || failure()
156-
uses: actions/github-script@60a0d83039c74a4aee5e5cbf49f72e2045aa4292 # v7.0.1
156+
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
157157
with:
158158
github-token: ${{ secrets.GITHUB_TOKEN }}
159159
script: |

0 commit comments

Comments
 (0)