Skip to content

Commit f97a573

Browse files
chore(deps): Update actions/github-script action to v9 (#37)
Co-authored-by: cloudquery-ci[bot] <271027272+cloudquery-ci[bot]@users.noreply.github.com>
1 parent 488bef4 commit f97a573

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/trigger_gen.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
plugin-pb-java
2323
plugin-pb-javascript
2424
- name: Trigger plugin-pb-go code generation
25-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
25+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
2626
with:
2727
github-token: ${{ steps.app-token.outputs.token }}
2828
script: |
@@ -33,7 +33,7 @@ jobs:
3333
ref: 'main',
3434
})
3535
- name: Trigger plugin-pb-python code generation
36-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
36+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
3737
with:
3838
github-token: ${{ steps.app-token.outputs.token }}
3939
script: |
@@ -44,7 +44,7 @@ jobs:
4444
ref: 'main',
4545
})
4646
- name: Trigger plugin-pb-java code generation
47-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
47+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
4848
with:
4949
github-token: ${{ steps.app-token.outputs.token }}
5050
script: |
@@ -55,7 +55,7 @@ jobs:
5555
ref: 'main',
5656
})
5757
- name: Trigger plugin-pb-javascript code generation
58-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
58+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
5959
with:
6060
github-token: ${{ steps.app-token.outputs.token }}
6161
script: |

0 commit comments

Comments
 (0)