File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Actions jobs that execute what are effectively integration tests for this GitHub
2626
2727Actions that run the integration tests on PRs from a fork will require approval before running.
2828These 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
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 }}
Original file line number Diff line number Diff 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."
Original file line number Diff line number Diff line change 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" : {
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}
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments