Skip to content

Commit b24b460

Browse files
Bump actions/github-script from 7.0.1 to 8.0.0 (#2770)
Bumps [actions/github-script](https://github.com/actions/github-script) from 7.0.1 to 8.0.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@60a0d83...ed59741) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e48e30f commit b24b460

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/action-format.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- name: 'Post acknowledgement that it will format code'
1515
continue-on-error: true # Never fail the build if this fails
16-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
16+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
1717
with:
1818
github-token: ${{ secrets.GITHUB_TOKEN }}
1919
script: |
@@ -95,7 +95,7 @@ jobs:
9595
9696
- name: 'Post acknowledgement that it has formatted the code'
9797
continue-on-error: true # Never fail the build if this fails
98-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
98+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
9999
with:
100100
github-token: ${{ secrets.GITHUB_TOKEN }}
101101
script: |
@@ -109,7 +109,7 @@ jobs:
109109
- name: 'Post reminder to trigger build manually'
110110
continue-on-error: true # Never fail the build if this fails
111111
if: steps.fork_status.outputs.fork == 'true'
112-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
112+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
113113
with:
114114
github-token: ${{ secrets.GITHUB_TOKEN }}
115115
script: |

.github/workflows/action-sync.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- name: 'Post acknowledgement that it will sync exercises'
1515
continue-on-error: true # Never fail the build if this fails
16-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
16+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
1717
with:
1818
github-token: ${{ secrets.GITHUB_TOKEN }}
1919
script: |
@@ -87,7 +87,7 @@ jobs:
8787
8888
- name: 'Post acknowledgement that it has synced the code'
8989
continue-on-error: true # Never fail the build if this fails
90-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
90+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
9191
with:
9292
github-token: ${{ secrets.GITHUB_TOKEN }}
9393
script: |
@@ -101,7 +101,7 @@ jobs:
101101
- name: 'Post reminder to trigger build manually'
102102
continue-on-error: true # Never fail the build if this fails
103103
if: steps.fork_status.outputs.fork == 'true'
104-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
104+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
105105
with:
106106
github-token: ${{ secrets.GITHUB_TOKEN }}
107107
script: |

0 commit comments

Comments
 (0)