Skip to content

Commit d8358a2

Browse files
chore(deps): pin dependencies
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0e2d859 commit d8358a2

4 files changed

Lines changed: 30 additions & 30 deletions

File tree

.github/workflows/pr-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
#runs-on: ubuntu-latest
2727
runs-on: namespace-profile-btp-scs
2828
steps:
29-
- uses: fuxingloh/multi-labeler@v4
29+
- uses: fuxingloh/multi-labeler@v4.0.0

.github/workflows/solidity.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -71,35 +71,35 @@ jobs:
7171
runs-on: namespace-profile-btp-scs
7272
steps:
7373
- name: Setup 1Password
74-
uses: 1password/load-secrets-action/configure@v3
74+
uses: 1password/load-secrets-action/configure@v3.2.1
7575
with:
7676
service-account-token: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
7777

7878
- name: Load secrets
79-
uses: 1password/load-secrets-action@v3
79+
uses: 1password/load-secrets-action@v3.2.1
8080
with:
8181
export-env: true
8282
env:
8383
NPM_TOKEN: op://platform/npmjs/credential
8484
PAT_TOKEN: op://platform/github-commit-pat/credential
8585

8686
- name: Checkout
87-
uses: namespacelabs/nscloud-checkout-action@v7
87+
uses: namespacelabs/nscloud-checkout-action@v7.1.0
8888
with:
8989
token: ${{ env.PAT_TOKEN }}
9090

9191
- name: Setup caches
92-
uses: namespacelabs/nscloud-cache-action@v1
92+
uses: namespacelabs/nscloud-cache-action@v1.4.2
9393
with:
9494
path: |
9595
./node_modules
9696
~/.npm
9797
~/.bun/install/cache
9898
9999
- name: Install Foundry
100-
uses: foundry-rs/foundry-toolchain@v1
100+
uses: foundry-rs/foundry-toolchain@v1.7.0
101101

102-
- uses: actions/setup-node@v6
102+
- uses: actions/setup-node@v6.3.0
103103
with:
104104
node-version: 24.11.1
105105

@@ -177,7 +177,7 @@ jobs:
177177
fi
178178
179179
- name: Inject slug/short variables
180-
uses: rlespinasse/github-slug-action@v5
180+
uses: rlespinasse/github-slug-action@v5.6.0
181181

182182
- name: Package version
183183
id: package-version
@@ -232,7 +232,7 @@ jobs:
232232
echo "\`\`\`" >> README.md
233233
fi
234234
235-
- uses: JS-DevTools/npm-publish@v4
235+
- uses: JS-DevTools/npm-publish@v4.1.5
236236
with:
237237
token: ${{ env.NPM_TOKEN }}
238238
package: ./package.json
@@ -243,7 +243,7 @@ jobs:
243243

244244
- name: Create or update a comment
245245
if: ${{ github.event_name == 'pull_request' }}
246-
uses: taoliujun/action-unique-comment@v1
246+
uses: taoliujun/action-unique-comment@v1.0.1
247247
with:
248248
uniqueIdentifier: ${{ github.workflow }}
249249
body: |
@@ -252,39 +252,39 @@ jobs:
252252
| ------- | -------------------- |
253253
| Template Set | `bun add @${{ github.repository_owner }}/${{ github.repository }}@${{ env.VERSION }}` |
254254
255-
- uses: stefanzweifel/git-auto-commit-action@v7
255+
- uses: stefanzweifel/git-auto-commit-action@v7.1.0
256256
if: env.TAG == 'latest' && github.repository != 'settlemint/solidity-predeployed'
257257
with:
258258
commit_message: "chore: update package versions [skip ci]"
259259
branch: main
260260
file_pattern: "package.json README.md"
261261

262-
- uses: stefanzweifel/git-auto-commit-action@v7
262+
- uses: stefanzweifel/git-auto-commit-action@v7.1.0
263263
if: env.TAG == 'latest' && github.repository == 'settlemint/solidity-predeployed'
264264
with:
265265
commit_message: "chore: update package versions [skip ci]"
266266
branch: main
267267
file_pattern: "package.json README.md all_allocations.json"
268268

269269
- name: Set up QEMU
270-
uses: docker/setup-qemu-action@v3
270+
uses: docker/setup-qemu-action@v3.7.0
271271

272272
- name: Set up Docker Buildx
273-
uses: docker/setup-buildx-action@v3
273+
uses: docker/setup-buildx-action@v3.12.0
274274

275275
- name: Install Cosign
276-
uses: sigstore/cosign-installer@v3
276+
uses: sigstore/cosign-installer@v3.10.1
277277

278278
- name: Login to GitHub Container Registry
279-
uses: docker/login-action@v3
279+
uses: docker/login-action@v3.7.0
280280
with:
281281
registry: ghcr.io
282282
username: ${{ github.repository_owner }}
283283
password: ${{ secrets.GITHUB_TOKEN }}
284284

285285
- name: Docker meta
286286
id: docker_meta
287-
uses: docker/metadata-action@v5
287+
uses: docker/metadata-action@v5.10.0
288288
with:
289289
images: |
290290
ghcr.io/${{ github.repository }}
@@ -298,7 +298,7 @@ jobs:
298298
type=sha
299299
300300
- name: Build and push
301-
uses: docker/build-push-action@v6
301+
uses: docker/build-push-action@v6.19.2
302302
id: build-and-push
303303
with:
304304
platforms: linux/amd64,linux/arm64

lib/forge-std/.github/workflows/ci.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ jobs:
3131
- --use solc:0.6.2
3232
- --use solc:0.6.12
3333
steps:
34-
- uses: actions/checkout@v5
34+
- uses: actions/checkout@v5.0.1
3535
with:
3636
persist-credentials: false
37-
- uses: foundry-rs/foundry-toolchain@v1
37+
- uses: foundry-rs/foundry-toolchain@v1.7.0
3838
- run: forge --version
3939
- run: |
4040
case "${{ matrix.flags }}" in
@@ -59,10 +59,10 @@ jobs:
5959
matrix:
6060
toolchain: [stable, nightly]
6161
steps:
62-
- uses: actions/checkout@v5
62+
- uses: actions/checkout@v5.0.1
6363
with:
6464
persist-credentials: false
65-
- uses: foundry-rs/foundry-toolchain@v1
65+
- uses: foundry-rs/foundry-toolchain@v1.7.0
6666
with:
6767
version: ${{ matrix.toolchain }}
6868
- run: forge --version
@@ -74,10 +74,10 @@ jobs:
7474
permissions:
7575
contents: read
7676
steps:
77-
- uses: actions/checkout@v5
77+
- uses: actions/checkout@v5.0.1
7878
with:
7979
persist-credentials: false
80-
- uses: foundry-rs/foundry-toolchain@v1
80+
- uses: foundry-rs/foundry-toolchain@v1.7.0
8181
- run: forge --version
8282
- run: forge fmt --check
8383

@@ -87,10 +87,10 @@ jobs:
8787
permissions:
8888
contents: read
8989
steps:
90-
- uses: actions/checkout@v5
90+
- uses: actions/checkout@v5.0.1
9191
with:
9292
persist-credentials: false
93-
- uses: crate-ci/typos@80c8a4945eec0f6d464eaf9e65ed98ef085283d1 # v1
93+
- uses: crate-ci/typos@cf5f1c29a8ac336af8568821ec41919923b05a83 # v1.45.1
9494

9595
codeql:
9696
name: Analyze (${{ matrix.language }})
@@ -107,16 +107,16 @@ jobs:
107107
build-mode: none
108108
steps:
109109
- name: Checkout repository
110-
uses: actions/checkout@v5
110+
uses: actions/checkout@v5.0.1
111111
with:
112112
persist-credentials: false
113113
- name: Initialize CodeQL
114-
uses: github/codeql-action/init@v4
114+
uses: github/codeql-action/init@v4.35.2
115115
with:
116116
languages: ${{ matrix.language }}
117117
build-mode: ${{ matrix.build-mode }}
118118
- name: Perform CodeQL Analysis
119-
uses: github/codeql-action/analyze@v4
119+
uses: github/codeql-action/analyze@v4.35.2
120120
with:
121121
category: "/language:${{matrix.language}}"
122122

lib/forge-std/.github/workflows/sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
if: startsWith(github.event.release.tag_name, 'v1')
1616
steps:
1717
- name: Check out the repo
18-
uses: actions/checkout@v5
18+
uses: actions/checkout@v5.0.1
1919
with:
2020
persist-credentials: true
2121
fetch-depth: 0

0 commit comments

Comments
 (0)