Skip to content

Commit cf90642

Browse files
radagastbot[bot]josimar-silva
authored andcommitted
chore(deps): pin dependencies
1 parent e2d845a commit cf90642

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

.github/workflows/cd.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ jobs:
2424
egress-policy: audit
2525

2626
- name: 📦 Checkout code
27-
uses: actions/checkout@v5
27+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2828
with:
2929
fetch-depth: 0
3030

3131
- name: 🇳 Setup Node.js
32-
uses: actions/setup-node@v4
32+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
3333
with:
3434
node-version: "22.18.0"
3535

@@ -62,17 +62,17 @@ jobs:
6262

6363
steps:
6464
- name: 📦 Checkout code
65-
uses: actions/checkout@v5
65+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
6666
with:
6767
fetch-depth: 0
6868

6969
- name: 🇳 Setup Node.js
70-
uses: actions/setup-node@v4
70+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
7171
with:
7272
node-version: "22.18.0"
7373

7474
- name: ⬇️ Download build artifact
75-
uses: dawidd6/action-download-artifact@v11
75+
uses: dawidd6/action-download-artifact@ac66b43f0e6a346234dd65d4d0c8fbb31cb316e5 # v11
7676
with:
7777
workflow: ci.yaml
7878
name: blog-${{ github.event.workflow_run.head_sha }}
@@ -93,7 +93,7 @@ jobs:
9393
git push origin "v${{ env.RELEASE_VERSION }}"
9494
9595
- name: 📝 Generate changelog
96-
uses: orhun/git-cliff-action@v4
96+
uses: orhun/git-cliff-action@98c93442bb05a455a77bee982867857ae748eeea # v4
9797
with:
9898
config: cliff.toml
9999
args: -vv --latest --strip header
@@ -102,7 +102,7 @@ jobs:
102102
GITHUB_REPO: ${{ github.repository }}
103103

104104
- name: 🚀 Create GitHub Release
105-
uses: softprops/action-gh-release@v2
105+
uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2
106106
with:
107107
files: |
108108
blog-${{ env.RELEASE_VERSION }}.tar.gz

.github/workflows/ci.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
restore-keys: |
4747
4848
- name: ⚒️ Setup just
49-
uses: extractions/setup-just@v3
49+
uses: extractions/setup-just@e33e0265a09d6d736e2ee1e0eb685ef1de4669ff # v3
5050
with:
5151
just-version: "1.40.0"
5252

@@ -91,7 +91,7 @@ jobs:
9191
restore-keys: |
9292
9393
- name: ⚒️ Setup just
94-
uses: extractions/setup-just@v3
94+
uses: extractions/setup-just@e33e0265a09d6d736e2ee1e0eb685ef1de4669ff # v3
9595
with:
9696
just-version: "1.40.0"
9797

@@ -142,7 +142,7 @@ jobs:
142142
restore-keys: |
143143
144144
- name: ⚒️ Setup just
145-
uses: extractions/setup-just@v3
145+
uses: extractions/setup-just@e33e0265a09d6d736e2ee1e0eb685ef1de4669ff # v3
146146
with:
147147
just-version: "1.40.0"
148148

@@ -194,13 +194,13 @@ jobs:
194194
fetch-depth: 0
195195

196196
- name: ⬇️ Download test coverage report
197-
uses: actions/download-artifact@v5
197+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
198198
with:
199199
name: test-coverage
200200
path: coverage/
201201

202202
- name: ⬇️ Download test-ui coverage report
203-
uses: actions/download-artifact@v5
203+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
204204
with:
205205
name: test-ui-coverage
206206
path: ui-tests-report/
@@ -254,7 +254,7 @@ jobs:
254254
restore-keys: |
255255
256256
- name: ⚒️ Setup just
257-
uses: extractions/setup-just@v3
257+
uses: extractions/setup-just@e33e0265a09d6d736e2ee1e0eb685ef1de4669ff # v3
258258
with:
259259
just-version: "1.40.0"
260260

.github/workflows/docker.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
fetch-depth: 0
4242

4343
- name: 🔑 Log in to GitHub Container Registry
44-
uses: docker/login-action@v3
44+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
4545
with:
4646
registry: ghcr.io
4747
username: ${{ github.actor }}
@@ -63,7 +63,7 @@ jobs:
6363
6464
- name: 🐳 Build Docker metadata
6565
id: meta
66-
uses: docker/metadata-action@v5
66+
uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5
6767
with:
6868
images: ghcr.io/${{ github.repository }}
6969
tags: |

.github/workflows/spellcheck.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ jobs:
4242
fetch-depth: 0
4343

4444
- name: ⚒️ Set up Python
45-
uses: actions/setup-python@v5
45+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
4646
with:
47-
python-version: 3.13
47+
python-version: 3.13.7
4848

4949
- name: ⚙️ Install dependencies
5050
run: |

0 commit comments

Comments
 (0)