File tree Expand file tree Collapse file tree 14 files changed +271
-90
lines changed
Expand file tree Collapse file tree 14 files changed +271
-90
lines changed Original file line number Diff line number Diff line change 3535 run : |
3636 echo "${HOME}/bin" >> $GITHUB_PATH
3737
38- - uses : taiki-e/install-action@e8c1cf74a696e981aec979a6703471e61b400895 # v2.57.4
38+ - uses : taiki-e/install-action@2c73a741d1544cc346e9b0af11868feba03eb69d # v2.58.9
3939 with :
4040 tool : wash
4141
Original file line number Diff line number Diff line change 1414 steps :
1515 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1616 - name : Install convco
17- uses : taiki-e/install-action@e8c1cf74a696e981aec979a6703471e61b400895 # v2.57.4
17+ uses : taiki-e/install-action@2c73a741d1544cc346e9b0af11868feba03eb69d # v2.58.9
1818 with :
1919 tool : convco@0.6.1
2020
Original file line number Diff line number Diff line change 6868 # Download wash binary & install to path
6969 - name : install wash (${{ matrix.wash-version }})
7070 if : ${{ matrix.wash-version && matrix.wash-version != 'current' }}
71- uses : taiki-e/install-action@e8c1cf74a696e981aec979a6703471e61b400895 # v2.57.4
71+ uses : taiki-e/install-action@2c73a741d1544cc346e9b0af11868feba03eb69d # v2.58.9
7272 with :
7373 tool : wash@${{ matrix.wash-version }}
7474
@@ -109,12 +109,12 @@ jobs:
109109 working-directory : examples/${{ matrix.project.lang }}/providers/${{ matrix.project.name }}
110110
111111 # Install wit-bindgen
112- - uses : taiki-e/install-action@e8c1cf74a696e981aec979a6703471e61b400895 # v2.57.4
112+ - uses : taiki-e/install-action@2c73a741d1544cc346e9b0af11868feba03eb69d # v2.58.9
113113 with :
114114 tool : wit-bindgen-cli
115115
116116 # Install wasm-tools for golang projects
117- - uses : taiki-e/install-action@e8c1cf74a696e981aec979a6703471e61b400895 # v2.57.4
117+ - uses : taiki-e/install-action@2c73a741d1544cc346e9b0af11868feba03eb69d # v2.58.9
118118 if : ${{ matrix.project.lang == 'golang' }}
119119 with :
120120 tool : wasm-tools@1.225.0
Original file line number Diff line number Diff line change 9292
9393 - name : Install cargo zigbuild
9494 if : ${{ contains(matrix.config.buildCommand, 'zigbuild') }}
95- uses : taiki-e/install-action@e8c1cf74a696e981aec979a6703471e61b400895 # v2.57.4
95+ uses : taiki-e/install-action@2c73a741d1544cc346e9b0af11868feba03eb69d # v2.58.9
9696 with :
9797 tool : cargo-zigbuild
9898
Original file line number Diff line number Diff line change 4242 with :
4343 cli-args : ' -f ./crates/secrets-nats-kv/tools/docker-compose.yml up --detach'
4444 - name : Install nextest
45- uses : taiki-e/install-action@e8c1cf74a696e981aec979a6703471e61b400895 # v2.57.4
45+ uses : taiki-e/install-action@2c73a741d1544cc346e9b0af11868feba03eb69d # v2.58.9
4646 with :
4747 tool : nextest
4848 - name : Run integration tests
Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ jobs:
1414 if : ${{ github.repository == 'wasmCloud/wasmCloud' }}
1515 steps :
1616 - id : app-token
17- uses : actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
17+ uses : actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
1818 with :
1919 app-id : ${{ secrets.BOT_APP_ID }}
2020 private-key : ${{ secrets.BOT_APP_PRIVATE_KEY }}
2121 - name : Checkout
2222 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2323 - name : Self-hosted Renovate
24- uses : renovatebot/github-action@a889a8abcb11ef7feaafaf5e483ea01d4bf7774e # v43.0.5
24+ uses : renovatebot/github-action@85b17ebd5abf43d1c34c01bd4c8dbb8d45bbc2c7 # v43.0.7
2525 with :
2626 configurationFile : .github/renovate.json
2727 token : ${{ steps.app-token.outputs.token }}
Original file line number Diff line number Diff line change 2828 runs-on : ubuntu-latest
2929 steps :
3030 - id : app-token
31- uses : actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
31+ uses : actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
3232 with :
3333 app-id : ${{ secrets.BOT_APP_ID }}
3434 private-key : ${{ secrets.BOT_APP_PRIVATE_KEY }}
Original file line number Diff line number Diff line change @@ -67,10 +67,10 @@ jobs:
6767 with :
6868 shared-key : ' ${{ matrix.os }}-shared-cache'
6969 - name : Install nextest
70- uses : taiki-e/install-action@e8c1cf74a696e981aec979a6703471e61b400895 # v2.57.4
70+ uses : taiki-e/install-action@2c73a741d1544cc346e9b0af11868feba03eb69d # v2.58.9
7171 with :
7272 tool : nextest,wit-bindgen-cli
73- - uses : taiki-e/install-action@e8c1cf74a696e981aec979a6703471e61b400895 # v2.57.4
73+ - uses : taiki-e/install-action@2c73a741d1544cc346e9b0af11868feba03eb69d # v2.58.9
7474 with :
7575 tool : wasm-tools@1.225.0 # TODO: update once wit-bindgen-go is fixed
7676 - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5
@@ -118,10 +118,10 @@ jobs:
118118 with :
119119 cli-args : ' -f ./crates/wash/tools/docker-compose.yml up --detach'
120120 - name : Install nextest
121- uses : taiki-e/install-action@e8c1cf74a696e981aec979a6703471e61b400895 # v2.57.4
121+ uses : taiki-e/install-action@2c73a741d1544cc346e9b0af11868feba03eb69d # v2.58.9
122122 with :
123123 tool : nextest,wit-bindgen-cli
124- - uses : taiki-e/install-action@e8c1cf74a696e981aec979a6703471e61b400895 # v2.57.4
124+ - uses : taiki-e/install-action@2c73a741d1544cc346e9b0af11868feba03eb69d # v2.58.9
125125 with :
126126 tool : wasm-tools@1.225.0 # TODO: update once wit-bindgen-go is fixed
127127 - name : Run integration tests
You can’t perform that action at this time.
0 commit comments