Skip to content

Commit 91a2f55

Browse files
chore(deps): Pin actions/github-script action to d7906e4 (#34)
Co-authored-by: cloudquery-ci[bot] <271027272+cloudquery-ci[bot]@users.noreply.github.com>
1 parent 730ec89 commit 91a2f55

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@v6
25+
uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6
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@v6
36+
uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6
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@v6
47+
uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6
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@v6
58+
uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6
5959
with:
6060
github-token: ${{ steps.app-token.outputs.token }}
6161
script: |

0 commit comments

Comments
 (0)