Skip to content

Commit d761eea

Browse files
build(deps): bump actions/github-script from 6.3.2 to 6.3.3 (#2132)
Bumps [actions/github-script](https://github.com/actions/github-script) from 6.3.2 to 6.3.3. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@1005277...d556fea) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c780fcb commit d761eea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/action-format.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- name: 'Post acknowledgement that it will format code'
1414
continue-on-error: true # Never fail the build if this fails
15-
uses: actions/github-script@100527700e8b29ca817ac0e0dfbfc5e8ff38edda
15+
uses: actions/github-script@d556feaca394842dc55e4734bf3bb9f685482fa0
1616
with:
1717
github-token: ${{ secrets.GITHUB_TOKEN }}
1818
script: |
@@ -108,7 +108,7 @@ jobs:
108108
109109
- name: 'Post acknowledgement that it has formatted the code'
110110
continue-on-error: true # Never fail the build if this fails
111-
uses: actions/github-script@100527700e8b29ca817ac0e0dfbfc5e8ff38edda
111+
uses: actions/github-script@d556feaca394842dc55e4734bf3bb9f685482fa0
112112
with:
113113
github-token: ${{ secrets.GITHUB_TOKEN }}
114114
script: |
@@ -122,7 +122,7 @@ jobs:
122122
- name: 'Post reminder to trigger build manually'
123123
continue-on-error: true # Never fail the build if this fails
124124
if: steps.fork_status.outputs.fork == 'true'
125-
uses: actions/github-script@100527700e8b29ca817ac0e0dfbfc5e8ff38edda
125+
uses: actions/github-script@d556feaca394842dc55e4734bf3bb9f685482fa0
126126
with:
127127
github-token: ${{ secrets.GITHUB_TOKEN }}
128128
script: |

0 commit comments

Comments
 (0)