Skip to content

Commit 2ca0985

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

2 files changed

Lines changed: 16 additions & 16 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
5858
steps:
5959
- name: Checkout repository
60-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
60+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6161

6262
# Add any setup steps before running the `github/codeql-action/init` action.
6363
# This includes steps like installing compilers or runtimes (`actions/setup-node`
@@ -67,7 +67,7 @@ jobs:
6767

6868
# Initializes the CodeQL tools for scanning.
6969
- name: Initialize CodeQL
70-
uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4
70+
uses: github/codeql-action/init@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
7171
with:
7272
languages: ${{ matrix.language }}
7373
build-mode: ${{ matrix.build-mode }}
@@ -95,6 +95,6 @@ jobs:
9595
exit 1
9696
9797
- name: Perform CodeQL Analysis
98-
uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4
98+
uses: github/codeql-action/analyze@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
9999
with:
100100
category: "/language:${{matrix.language}}"

.github/workflows/qa.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -41,18 +41,18 @@ jobs:
4141
packages: write
4242
steps:
4343
- name: Checkout repository
44-
uses: namespacelabs/nscloud-checkout-action@938f5d2d403d6224d9a0c0dc559b1dae09c2ede4 # v8
44+
uses: namespacelabs/nscloud-checkout-action@938f5d2d403d6224d9a0c0dc559b1dae09c2ede4 # v8.1.1
4545
with:
4646
fetch-depth: ${{ github.event_name == 'push' && 2 || 0 }}
4747

4848
- name: Setup 1Password
49-
uses: 1password/load-secrets-action/configure@92467eb28f72e8255933372f1e0707c567ce2259 # v4
49+
uses: 1password/load-secrets-action/configure@92467eb28f72e8255933372f1e0707c567ce2259 # v4.0.0
5050
with:
5151
service-account-token: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
5252

5353
- name: Load all secrets
5454
id: secrets
55-
uses: 1password/load-secrets-action@92467eb28f72e8255933372f1e0707c567ce2259 # v4
55+
uses: 1password/load-secrets-action@92467eb28f72e8255933372f1e0707c567ce2259 # v4.0.0
5656
with:
5757
export-env: true
5858
env:
@@ -100,7 +100,7 @@ jobs:
100100
if: |
101101
github.event_name == 'push' ||
102102
(github.event_name == 'pull_request' && github.event.pull_request.draft == false)
103-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
103+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
104104
with:
105105
registry: ghcr.io
106106
username: ${{ github.repository_owner }}
@@ -131,7 +131,7 @@ jobs:
131131
# Commit generated version metadata and README updates on release tags
132132
- name: Auto-commit release assets
133133
if: github.event_name == 'push' && steps.version.outputs.tag == 'latest'
134-
uses: stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9 # v7
134+
uses: stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9 # v7.1.0
135135
with:
136136
commit_message: "chore(release): sync generated assets [skip ci]"
137137
branch: main
@@ -144,7 +144,7 @@ jobs:
144144
- name: Docker meta
145145
if: github.event_name == 'pull_request' || github.event_name == 'push'
146146
id: meta
147-
uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6
147+
uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6.0.0
148148
with:
149149
images: |
150150
ghcr.io/settlemint/network-bootstrapper
@@ -160,7 +160,7 @@ jobs:
160160
161161
- name: Build and push
162162
if: github.event_name == 'pull_request' || github.event_name == 'push'
163-
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7
163+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
164164
with:
165165
context: .
166166
push: true
@@ -294,17 +294,17 @@ jobs:
294294
SLACK_CHANNEL_ID: ""
295295
steps:
296296
- name: Checkout repository
297-
uses: namespacelabs/nscloud-checkout-action@938f5d2d403d6224d9a0c0dc559b1dae09c2ede4 # v8
297+
uses: namespacelabs/nscloud-checkout-action@938f5d2d403d6224d9a0c0dc559b1dae09c2ede4 # v8.1.1
298298
with:
299299
fetch-depth: ${{ github.event_name == 'push' && 2 || 0 }}
300300

301301
- name: Setup 1Password
302-
uses: 1password/load-secrets-action/configure@92467eb28f72e8255933372f1e0707c567ce2259 # v4
302+
uses: 1password/load-secrets-action/configure@92467eb28f72e8255933372f1e0707c567ce2259 # v4.0.0
303303
with:
304304
service-account-token: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
305305

306306
- name: Load Slack secrets
307-
uses: 1password/load-secrets-action@92467eb28f72e8255933372f1e0707c567ce2259 # v4
307+
uses: 1password/load-secrets-action@92467eb28f72e8255933372f1e0707c567ce2259 # v4.0.0
308308
with:
309309
export-env: true
310310
env:
@@ -348,17 +348,17 @@ jobs:
348348
SLACK_CHANNEL_ID: ""
349349
steps:
350350
- name: Checkout repository
351-
uses: namespacelabs/nscloud-checkout-action@938f5d2d403d6224d9a0c0dc559b1dae09c2ede4 # v8
351+
uses: namespacelabs/nscloud-checkout-action@938f5d2d403d6224d9a0c0dc559b1dae09c2ede4 # v8.1.1
352352
with:
353353
fetch-depth: ${{ github.event_name == 'push' && 2 || 0 }}
354354

355355
- name: Setup 1Password
356-
uses: 1password/load-secrets-action/configure@92467eb28f72e8255933372f1e0707c567ce2259 # v4
356+
uses: 1password/load-secrets-action/configure@92467eb28f72e8255933372f1e0707c567ce2259 # v4.0.0
357357
with:
358358
service-account-token: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
359359

360360
- name: Load Slack secrets
361-
uses: 1password/load-secrets-action@92467eb28f72e8255933372f1e0707c567ce2259 # v4
361+
uses: 1password/load-secrets-action@92467eb28f72e8255933372f1e0707c567ce2259 # v4.0.0
362362
with:
363363
export-env: true
364364
env:

0 commit comments

Comments
 (0)