Skip to content

Commit e606480

Browse files
committed
chore: Reformatted pipeline file
1 parent fb0ad4f commit e606480

File tree

2 files changed

+20
-13
lines changed

2 files changed

+20
-13
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ jobs:
2121
steps:
2222
- name: Checkout
2323
id: checkout
24-
uses: actions/checkout@v5
24+
uses: actions/checkout@v5.0.0
2525

2626
- name: Setup Node.js
2727
id: setup-node
28-
uses: actions/setup-node@v5
28+
uses: actions/setup-node@v6.0.0
2929
with:
3030
node-version-file: .node-version
3131
cache: npm
@@ -57,11 +57,11 @@ jobs:
5757
steps:
5858
- name: Checkout
5959
id: checkout
60-
uses: actions/checkout@v5
60+
uses: actions/checkout@v5.0.0
6161

6262
- name: Setup Node.js
6363
id: setup-node
64-
uses: actions/setup-node@v5
64+
uses: actions/setup-node@v6.0.0
6565
with:
6666
node-version-file: .node-version
6767
cache: npm
@@ -89,7 +89,7 @@ jobs:
8989
- if: ${{ failure() && steps.diff.outcome == 'failure' }}
9090
name: Upload Artifact
9191
id: upload
92-
uses: actions/upload-artifact@v4
92+
uses: actions/upload-artifact@v4.6.2
9393
with:
9494
name: dist
9595
path: dist/
@@ -101,13 +101,13 @@ jobs:
101101
steps:
102102
- name: Checkout
103103
id: checkout
104-
uses: actions/checkout@v5
104+
uses: actions/checkout@v5.0.0
105105
with:
106106
fetch-depth: 0
107107

108108
- name: Setup Node.js
109109
id: setup-node
110-
uses: actions/setup-node@v5
110+
uses: actions/setup-node@v6.0.0
111111
with:
112112
node-version-file: .node-version
113113
cache: npm
@@ -118,7 +118,7 @@ jobs:
118118

119119
- name: Lint Codebase
120120
id: super-linter
121-
uses: super-linter/super-linter/slim@v7
121+
uses: super-linter/super-linter/slim@v8.0.0
122122
env:
123123
DEFAULT_BRANCH: main
124124
FILTER_REGEX_EXCLUDE: dist/**/*
@@ -141,7 +141,7 @@ jobs:
141141
steps:
142142
- name: Checkout
143143
id: checkout
144-
uses: actions/checkout@v5
144+
uses: actions/checkout@v5.0.0
145145

146146
- name: Run DependaMerge
147147
uses: ./
@@ -159,19 +159,18 @@ jobs:
159159
- lint
160160
- test-javascript
161161
if:
162-
${{ github.actor != 'dependabot[bot]' &&
163-
github.ref == 'refs/heads/main'}}
162+
${{ github.actor != 'dependabot[bot]' && github.ref == 'refs/heads/main'}}
164163
permissions: write-all
165164

166165
steps:
167166
- name: Checkout repository
168-
uses: actions/checkout@v5
167+
uses: actions/checkout@v5.0.0
169168
with:
170169
fetch-depth: 0
171170
submodules: recursive
172171

173172
- name: Setup .NET
174-
uses: actions/setup-dotnet@v5
173+
uses: actions/setup-dotnet@v6.0.0
175174
with:
176175
dotnet-version: 8.x
177176
dotnet-quality: ga

package-lock.json

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)