Skip to content

Commit f480234

Browse files
chore(deps): pin dependencies
1 parent 53d5bb3 commit f480234

File tree

6 files changed

+37
-37
lines changed

6 files changed

+37
-37
lines changed

.github/workflows/build.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
release: ${{ steps.genver.outputs.release }}
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v3
20+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
2121
with:
2222
ref: ${{ github.ref }}
2323
fetch-depth: 0
@@ -41,7 +41,7 @@ jobs:
4141
timeout-minutes: 15
4242
steps:
4343
- name: Checkout
44-
uses: actions/checkout@v3
44+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
4545
with:
4646
ref: ${{ github.ref }}
4747
fetch-depth: 0
@@ -81,7 +81,7 @@ jobs:
8181
GENVERSION: ${{ needs.versionning.outputs.version }}
8282
steps:
8383
- name: Checkout
84-
uses: actions/checkout@v3
84+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
8585
with:
8686
ref: ${{ github.ref }}
8787
submodules: true
@@ -106,7 +106,7 @@ jobs:
106106
VERSION: ${{ needs.versionning.outputs.version }}
107107
steps:
108108
- name: Checkout
109-
uses: actions/checkout@v3
109+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
110110
with:
111111
ref: ${{ github.ref }}
112112
submodules: true
@@ -132,19 +132,19 @@ jobs:
132132
VERSION: ${{ needs.versionning.outputs.version }}
133133
steps:
134134
- name: Checkout
135-
uses: actions/checkout@v3
135+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
136136
with:
137137
ref: ${{ github.ref }}
138138

139139
- name: Set up QEMU
140-
uses: docker/setup-qemu-action@v2
140+
uses: docker/setup-qemu-action@2b82ce82d56a2a04d2637cd93a637ae1b359c0a7 # v2
141141

142142
- name: Set up Docker Buildx
143143
id: buildx
144-
uses: docker/setup-buildx-action@v2
144+
uses: docker/setup-buildx-action@4c0219f9ac95b02789c1075625400b2acbff50b1 # v2
145145

146146
- name: login
147-
uses: docker/login-action@v2
147+
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2
148148
with:
149149
username: ${{ secrets.DOCKER_HUB_LOGIN }}
150150
password: ${{ secrets.DOCKER_HUB_TOKEN }}
@@ -153,7 +153,7 @@ jobs:
153153
run: echo ${{ steps.buildx.outputs.platforms }}
154154

155155
- name: Build and push
156-
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 # v4
156+
uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4
157157
with:
158158
file: Worker/src/DLLWorker/Dockerfile
159159
context: .
@@ -188,7 +188,7 @@ jobs:
188188
runs-on: ubuntu-latest
189189
steps:
190190
- name: Checkout
191-
uses: actions/checkout@v3
191+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
192192
with:
193193
ref: ${{ github.ref }}
194194

@@ -201,7 +201,7 @@ jobs:
201201
aws: true
202202

203203
- name: Checkout Infra
204-
uses: actions/checkout@v3
204+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
205205
with:
206206
repository: aneoconsulting/ArmoniK
207207
path: infra

.github/workflows/deploy-docs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@v3
24+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
2525

2626
- run: npm i -g pnpm @antfu/ni
2727

2828
- name: Setup Node
29-
uses: actions/setup-node@v3
29+
uses: actions/setup-node@bea5baf987ba7aa777a8a0b4ace377a21c45c381 # v3
3030
with:
3131
node-version: "18"
3232
cache: "pnpm"
@@ -45,7 +45,7 @@ jobs:
4545
run: cd .docs && nr generate
4646

4747
- name: Upload artifact
48-
uses: actions/upload-pages-artifact@v1
48+
uses: actions/upload-pages-artifact@84bb4cd4b733d5c320c9c9cfbc354937524f4d64 # v1
4949
with:
5050
path: .docs/.output/public
5151

@@ -59,4 +59,4 @@ jobs:
5959
steps:
6060
- name: Deploy to GitHub Pages
6161
id: deployment
62-
uses: actions/deploy-pages@af48cf94a42f2c634308b1c9dc0151830b6f190a # v2
62+
uses: actions/deploy-pages@9dbe3824824f8a1377b8e298bafde1a50ede43e5 # v2

.github/workflows/make-release.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
release: ${{ steps.release.outputs.version }}
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
2020
with:
2121
ref: ${{ github.ref }}
2222
fetch-depth: 0
@@ -33,15 +33,15 @@ jobs:
3333
3434
- name: Generate Snapshot Version
3535
id: snapshot
36-
uses: codacy/git-version@2.7.1
36+
uses: codacy/git-version@80c816f11db8dea5e3a81025f598193015b51832 # 2.8.0
3737
with:
3838
minor-identifier: "feat:"
3939
release-branch: ${{ github.ref_name }}-pre
4040
dev-branch: ${{ steps.rev.outputs.current-branch }}
4141

4242
- name: Generate Release Version
4343
id: release
44-
uses: codacy/git-version@2.7.1
44+
uses: codacy/git-version@80c816f11db8dea5e3a81025f598193015b51832 # 2.8.0
4545
with:
4646
minor-identifier: "feat:"
4747
release-branch: ${{ steps.rev.outputs.current-branch }}
@@ -67,7 +67,7 @@ jobs:
6767
GENRELEASE: ${{ needs.versionning.outputs.release }}
6868
steps:
6969
- name: Checkout
70-
uses: actions/checkout@v3
70+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
7171
with:
7272
ref: ${{ github.ref }}
7373
submodules: true
@@ -88,20 +88,20 @@ jobs:
8888
- versionning
8989
steps:
9090
- name: Checkout
91-
uses: actions/checkout@v3
91+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
9292
with:
9393
ref: ${{ github.ref }}
9494
submodules: true
9595

9696
- name: Set up QEMU
97-
uses: docker/setup-qemu-action@v2
97+
uses: docker/setup-qemu-action@2b82ce82d56a2a04d2637cd93a637ae1b359c0a7 # v2
9898

9999
- name: Set up Docker Buildx
100100
id: buildx
101-
uses: docker/setup-buildx-action@v2
101+
uses: docker/setup-buildx-action@4c0219f9ac95b02789c1075625400b2acbff50b1 # v2
102102

103103
- name: login
104-
uses: docker/login-action@v2
104+
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2
105105
with:
106106
username: ${{ secrets.DOCKER_HUB_LOGIN }}
107107
password: ${{ secrets.DOCKER_HUB_TOKEN }}
@@ -110,7 +110,7 @@ jobs:
110110
run: echo ${{ steps.buildx.outputs.platforms }}
111111

112112
- name: Build and push
113-
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 # v4
113+
uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4
114114
with:
115115
file: Worker/src/DLLWorker/Dockerfile
116116
context: .

.github/workflows/semantic-pull-request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
name: Validate PR title
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: amannn/action-semantic-pull-request@v5
20+
- uses: amannn/action-semantic-pull-request@c3cd5d1ea3580753008872425915e343e351ab54 # v5
2121
id: lint_pr_title
2222
env:
2323
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2424

25-
- uses: marocchino/sticky-pull-request-comment@v2
25+
- uses: marocchino/sticky-pull-request-comment@f6a2580ed520ae15da6076e7410b088d1c5dddd9 # v2
2626
# When the previous steps fails, the workflow would stop. By adding this
2727
# condition you can continue the execution with the populated error message.
2828
if: always() && (steps.lint_pr_title.outputs.error_message != null)
@@ -37,7 +37,7 @@ jobs:
3737
```
3838
# Delete a previous comment when the issue has been resolved
3939
- if: ${{ steps.lint_pr_title.outputs.error_message == null }}
40-
uses: marocchino/sticky-pull-request-comment@v2
40+
uses: marocchino/sticky-pull-request-comment@f6a2580ed520ae15da6076e7410b088d1c5dddd9 # v2
4141
with:
4242
header: pr-title-lint-error
4343
delete: true

.github/workflows/sonar.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,24 +12,24 @@ jobs:
1212
runs-on: windows-latest
1313
steps:
1414
- name: Set up JDK 11
15-
uses: actions/setup-java@v3
15+
uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # v3
1616
with:
1717
distribution: 'zulu'
1818
java-version: 11
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
2020
with:
2121
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
2222
submodules: true
2323

2424
- name: Cache SonarCloud packages
25-
uses: actions/cache@v3
25+
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3
2626
with:
2727
path: ~\sonar\cache
2828
key: ${{ runner.os }}-sonar
2929
restore-keys: ${{ runner.os }}-sonar
3030
- name: Cache SonarCloud scanner
3131
id: cache-sonar-scanner
32-
uses: actions/cache@v3
32+
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3
3333
with:
3434
path: .\.sonar\scanner
3535
key: ${{ runner.os }}-sonar-scanner

.github/workflows/validate-docs-generation.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
1919

2020
- run: npm i -g pnpm @antfu/ni
2121

2222
- name: Setup Node
23-
uses: actions/setup-node@v3
23+
uses: actions/setup-node@bea5baf987ba7aa777a8a0b4ace377a21c45c381 # v3
2424
with:
2525
node-version: 18
2626
cache: "pnpm"
@@ -40,11 +40,11 @@ jobs:
4040
name: Lint Markdown
4141
runs-on: ubuntu-latest
4242
steps:
43-
- uses: actions/checkout@v3
43+
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
4444

4545
- run: npm i -g pnpm @antfu/ni
4646

47-
- uses: actions/setup-node@v3
47+
- uses: actions/setup-node@bea5baf987ba7aa777a8a0b4ace377a21c45c381 # v3
4848
with:
4949
node-version: 18
5050
cache: pnpm
@@ -58,11 +58,11 @@ jobs:
5858
name: Lint
5959
runs-on: ubuntu-latest
6060
steps:
61-
- uses: actions/checkout@v3
61+
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
6262

6363
- run: npm i -g pnpm @antfu/ni
6464

65-
- uses: actions/setup-node@v3
65+
- uses: actions/setup-node@bea5baf987ba7aa777a8a0b4ace377a21c45c381 # v3
6666
with:
6767
node-version: 18
6868
cache: pnpm

0 commit comments

Comments
 (0)