Skip to content

Commit 4e34ac1

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/actions/core-2.0.1
2 parents b3548a8 + 25214a4 commit 4e34ac1

8 files changed

Lines changed: 36 additions & 33 deletions

File tree

.github/maintainers_guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Actions jobs that execute what are effectively integration tests for this GitHub
2626

2727
Actions that run the integration tests on PRs from a fork will require approval before running.
2828
These checks use stored secrets so the changes should be reviewed before approving the workflow to
29-
avoid accidently leaking tokens!
29+
avoid accidentally leaking tokens!
3030

3131
### Releasing
3232

.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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
15+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1616
with:
1717
persist-credentials: false
1818
- name: Setup the Node runtime for this project
19-
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
19+
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
17+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
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@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
24+
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
2525
with:
2626
cache: npm
2727
cache-dependency-path: package-lock.json

.github/workflows/test.yml

Lines changed: 3 additions & 3 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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
18+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
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@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
24+
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
2525
with:
2626
cache: npm
2727
cache-dependency-path: package-lock.json
@@ -40,7 +40,7 @@ jobs:
4040
run: npm test
4141

4242
- name: "unit(test): upload coverage to CodeCov"
43-
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
43+
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
4444
with:
4545
directory: ./coverage
4646
token: ${{ secrets.CODECOV_TOKEN }}

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ inputs:
1616
description: "Attributes that create the content of the request using JSON or YAML."
1717
required: false
1818
payload-delimiter:
19-
description: "Field seperator for nested attributes in the input payload."
19+
description: "Field separator for nested attributes in the input payload."
2020
required: false
2121
payload-file-path:
2222
description: "Path to a file containing a valid input payload made of JSON or YAML."

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "slack-github-action",
33
"version": "2.1.1",
4-
"description": "The official Slack Github Action. Use this to send data into your Slack workspace",
4+
"description": "The official Slack GitHub Action. Use this to send data into your Slack workspace",
55
"main": "dist/index.js",
66
"type": "module",
77
"scripts": {
@@ -59,7 +59,7 @@
5959
"chai": "^6.2.0",
6060
"mocha": "^11.7.4",
6161
"mocha-suppress-logs": "^0.6.0",
62-
"sinon": "^21.0.0",
62+
"sinon": "^21.0.1",
6363
"typescript": "^5.9.3"
6464
}
6565
}

src/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export default class Config {
4444
* @property {boolean} errors - If the job should exit after errors or succeed.
4545
* @property {string?} method - The Slack API method to call.
4646
* @property {string?} payload - Request contents from the provided input.
47-
* @property {string?} payloadDelimiter - Seperators of nested attributes.
47+
* @property {string?} payloadDelimiter - Separators of nested attributes.
4848
* @property {string?} payloadFilePath - Location of a JSON request payload.
4949
* @property {boolean} payloadTemplated - If templated values are replaced.
5050
* @property {string?} proxy - An optional proxied connection for requests.

0 commit comments

Comments
 (0)