|
27 | 27 | manifest-file: .release-please-manifest.json |
28 | 28 |
|
29 | 29 | # These run only if a release PR was opened or modified, so not when the PR is merged |
30 | | - - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 https://github.com/actions/github-script/commits/main |
| 30 | + - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 https://github.com/actions/github-script/commits/main |
31 | 31 | name: wait-for-e2e |
32 | 32 | if: steps.release-please.outputs.pr |
33 | 33 | with: |
|
41 | 41 | }) |
42 | 42 | - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 https://github.com/actions/checkout |
43 | 43 | if: steps.release-please.outputs.pr |
44 | | - - uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0 https://github.com/actions/setup-go |
| 44 | + - uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0 https://github.com/actions/setup-go |
45 | 45 | if: steps.release-please.outputs.pr |
46 | 46 | with: |
47 | 47 | go-version-file: 'go.mod' |
|
64 | 64 | if: steps.release-please.outputs.pr |
65 | 65 | shell: /home/runner/.nix-profile/bin/nix develop --ignore-environment --extra-experimental-features nix-command --extra-experimental-features flakes --keep HOME --keep NIX_SSL_CERT_FILE --keep NIX_ENV_LOADED --keep TERM --command bash -e {0} |
66 | 66 | run: make testacc |
67 | | - - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 https://github.com/actions/github-script/commits/main |
| 67 | + - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 https://github.com/actions/github-script/commits/main |
68 | 68 | name: report-tests-passed |
69 | 69 | if: steps.release-please.outputs.pr && always() && (steps.run-unit-tests.conclusion == 'success') && (steps.run-acc-tests.conclusion == 'success') |
70 | 70 | with: |
|
76 | 76 | repo: "${{ github.event.repository.name }}", |
77 | 77 | body: "Tests Passed!" |
78 | 78 | }) |
79 | | - - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 https://github.com/actions/github-script/commits/main |
| 79 | + - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 https://github.com/actions/github-script/commits/main |
80 | 80 | name: report-tests-failed |
81 | 81 | if: steps.release-please.outputs.pr && always() && ((steps.run-unit-tests.conclusion == 'failure') || (steps.run-acc-tests.conclusion == 'failure')) |
82 | 82 | with: |
|
94 | 94 | if: steps.release-please.outputs.version |
95 | 95 | with: |
96 | 96 | fetch-depth: 0 |
97 | | - - uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0 https://github.com/actions/setup-go |
| 97 | + - uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0 https://github.com/actions/setup-go |
98 | 98 | if: steps.release-please.outputs.version |
99 | 99 | with: |
100 | 100 | go-version-file: 'go.mod' |
|
0 commit comments