We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 995ccbb commit bfc926bCopy full SHA for bfc926b
1 file changed
.github/workflows/build.yml
@@ -515,7 +515,7 @@ jobs:
515
repositories: self-host
516
517
- name: Trigger Bitwarden lite build
518
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
+ uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
519
with:
520
github-token: ${{ steps.app-token.outputs.token }}
521
script: |
@@ -564,7 +564,7 @@ jobs:
564
repositories: devops
565
566
- name: Trigger K8s deploy
567
568
569
570
0 commit comments