Commit 07d2263
committed
[BugFix] Bump remaining opensearch-build workflow refs to SHA-pinned commit
The first commit covered the five workflows that call get-ci-image-tag.yml.
The same old opensearch-build ref (c2498b758c) was still pinned in
pr_review.yml (code-diff-analyzer.yml, code-diff-reviewer.yml) and
issue-dedupe.yml (issue-dedupe-detect.yml, issue-dedupe-autoclose.yml).
Code-Diff-Analyzer failed at action resolution with the same policy error
(actions/setup-node@v6, aws-actions/configure-aws-credentials@v6,
peter-evans/find-comment@v3, peter-evans/create-or-update-comment@v5 not
pinned to full SHA). This dies before the skip-diff-analyzer label can take
effect, since the policy check runs before the called workflow executes.
Bump all four remaining refs to 761e093b8c13 (opensearch-build #6253),
where these actions are SHA-pinned, fully removing the old ref from the repo.
Signed-off-by: Eric Wei <mengwei.eric@gmail.com>1 parent 6c7a464 commit 07d2263
2 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments