Skip to content

Commit 6f886d8

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/actions/core-3.0.0
2 parents 10f1b70 + 243c5a2 commit 6f886d8

5 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/develop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
contents: read
1313
steps:
1414
- name: Checkout action
15-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
15+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1616
with:
1717
persist-credentials: false
1818
- name: Setup the Node runtime for this project
19-
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
19+
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
2020
with:
2121
cache: npm
2222
cache-dependency-path: package-lock.json

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ jobs:
1414
contents: write
1515
steps:
1616
- name: Checkout the current code
17-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
17+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1818
with:
1919
fetch-depth: 0
2020
persist-credentials: true
2121
ref: ${{ github.event.release.tag_name }}
2222

2323
- name: Configure the runtime node
24-
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
24+
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
2525
with:
2626
cache: npm
2727
cache-dependency-path: package-lock.json

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515
checks: write
1616
steps:
1717
- name: "build: checkout the latest changes"
18-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
18+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1919
with:
2020
persist-credentials: false
2121
ref: ${{ github.event.pull_request.head.sha }}
2222

2323
- name: "build: setup the node runtime"
24-
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
24+
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
2525
with:
2626
cache: npm
2727
cache-dependency-path: package-lock.json

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@actions/github": "^7.0.0",
3939
"@slack/logger": "^4.0.0",
4040
"@slack/web-api": "^7.13.0",
41-
"axios": "^1.13.2",
41+
"axios": "^1.13.4",
4242
"axios-retry": "^4.5.0",
4343
"flat": "^6.0.1",
4444
"https-proxy-agent": "^7.0.6",

0 commit comments

Comments
 (0)