Skip to content

Commit 2bb91d2

Browse files
committed
Merge branch 'dev' of https://github.com/stylescape/example-parcel into dev
2 parents f1ae1ba + a00e231 commit 2bb91d2

File tree

4 files changed

+16718
-715
lines changed

4 files changed

+16718
-715
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060

6161
# Initializes the CodeQL tools for scanning.
6262
- name: Initialize CodeQL
63-
uses: github/codeql-action/init@v3
63+
uses: github/codeql-action/init@v4
6464
with:
6565
languages: ${{ matrix.language }}
6666
build-mode: ${{ matrix.build-mode }}
@@ -88,6 +88,6 @@ jobs:
8888
exit 1
8989
9090
- name: Perform CodeQL Analysis
91-
uses: github/codeql-action/analyze@v3
91+
uses: github/codeql-action/analyze@v4
9292
with:
9393
category: "/language:${{matrix.language}}"

.github/workflows/publish_package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
-
3030
name: Setup Node
31-
uses: actions/setup-node@v5
31+
uses: actions/setup-node@v6
3232
with:
3333
node-version: 18.x
3434

@@ -135,7 +135,7 @@ jobs:
135135

136136
-
137137
name: Setup Node
138-
uses: actions/setup-node@v5
138+
uses: actions/setup-node@v6
139139
with:
140140
node-version: 18.x
141141
registry-url: https://registry.npmjs.org/
@@ -180,7 +180,7 @@ jobs:
180180
# uses: actions/checkout@v5
181181

182182
# -
183-
# uses: actions/setup-node@v5
183+
# uses: actions/setup-node@v6
184184
# with:
185185
# # node-version: 16
186186
# node-version: 18

0 commit comments

Comments
 (0)