You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
make octokit instance available as octokit on top of github, to make it easier to seamlessly copy examples from GitHub rest api or octokit documentations by @iamstarkov in actions/github-script#508
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot merge will merge this PR after your CI passes on it
@dependabot squash and merge will squash and merge this PR after your CI passes on it
@dependabot cancel merge will cancel a previously requested merge and block automerging
@dependabot reopen will reopen this PR if it is closed
@dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
@dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
@dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
.github/workflows/build.yml:135:9: shellcheck reported issue in this script: SC2086:info:3:41: Double quote to prevent globbing and word splitting [shellcheck]
|
135 | run: |
| ^~~~
source/src/cip/appcontype.c:9: Include the directory when naming header files [build/include_subdir] [4]
source/src/cip/appcontype.c:11: Include the directory when naming header files [build/include_subdir] [4]
source/src/cip/appcontype.c:12: Include the directory when naming header files [build/include_subdir] [4]
source/src/cip/appcontype.c:13: Include the directory when naming header files [build/include_subdir] [4]
source/src/cip/appcontype.c:14: Include the directory when naming header files [build/include_subdir] [4]
source/src/cip/appcontype.c:15: Include the directory when naming header files [build/include_subdir] [4]
source/src/cip/appcontype.c:16: Include the directory when naming header files [build/include_subdir] [4]
source/src/cip/appcontype.c:23: Lines should be <= 80 characters long [whitespace/line_length] [2]
source/src/cip/appcontype.c:32: Lines should be <= 80 characters long [whitespace/line_length] [2]
source/src/cip/appcontype.c:42: Lines should be <= 80 characters long [whitespace/line_length] [2]
source/src/cip/appcontype.c:46: Lines should be <= 80 characters long [whitespace/line_length] [2]
source/src/cip/appcontype.c:48: Lines should be <= 80 characters long [whitespace/line_length] [2]
source/src/cip/appcontype.c:50: Lines should be <= 80 characters long [whitespace/line_length] [2]
source/src/cip/appcontype.c:130: Redundant blank line at the start of a code block should be deleted. [whitespace/blank_line] [2]
source/src/cip/appcontype.c:138: Lines should be <= 80 characters long [whitespace/line_length] [2]
source/src/cip/appcontype.c:142: Lines should be <= 80 characters long [whitespace/line_length] [2]
source/src/cip/appcontype.c:147: Lines should be <= 80 characters long [whitespace/line_length] [2]
source/src/cip/appcontype.c:149: Lines should be <= 80 characters long [whitespace/line_length] [2]
source/src/cip/appcontype.c:152: Lines should be <= 80 characters long [whitespace/line_length] [2]
source/src/cip/appcontype.c:154: Should have a space between // and comment [whitespace/comments] [4]
source/src/cip/appcontype.c:159: Lines should be <= 80 characters long [whitespace/line_length] [2]
source/src/cip/appcontype.c:161: Should have a space between // and comment [whitespace/comments] [4]
source/src/cip/appcontype.c:166: Lines should be <= 80 characters long [whitespace/line_length] [2]
source/src/cip/appcontype.c:168: Should have a space between // and comment [whitespace/comments] [4]
source/src/cip/appcontype.c:181: Redundant blank line at the start of a code block should be deleted. [whitespace/blank_line] [2]
source/src/cip/appcontype.c:189: Redundant blank line at the start of a code block should be deleted. [whitespace/blank_line] [2]
source/src/cip/appcontype.c:190: Lines should be <= 80 characters long [whitespace/line_length] [2]
source/src/cip/appcontype.c:196: Missing space before ( in if( [whitespace/parens] [5]
source/src/cip/appcontype.c:203: Missing space before ( in if( [whitespace/parens] [5]
source/src/cip/appcontype.c:232: Lines should be <= 80 characters long [whitespace/line_length] [2]
source/src/cip/appcontype.c:235: Lines should be <= 80 characters long [whitespace/line_length] [2]
source/src/cip/appcontype.c:240: Lines should be <= 80 characters
(Truncated to 3333 characters out of 371436)
❌ CPP / cpplint - 857 errors
source/src/cip/appcontype.h:6: #ifndef header guard has wrong style, please use: SOURCE_SRC_CIP_APPCONTYPE_H_ [build/header_guard] [5]
source/src/cip/appcontype.h:76: #endif line should be "#endif // SOURCE_SRC_CIP_APPCONTYPE_H_" [build/header_guard] [5]
source/src/cip/appcontype.h:9: Include the directory when naming header files [build/include_subdir] [4]
source/src/cip/appcontype.h:59: Lines should be <= 80 characters long [whitespace/line_length] [2]
source/src/cip/cipassembly.h:6: #ifndef header guard has wrong style, please use: SOURCE_SRC_CIP_CIPASSEMBLY_H_ [build/header_guard] [5]
source/src/cip/cipassembly.h:61: #endif line should be "#endif // SOURCE_SRC_CIP_CIPASSEMBLY_H_" [build/header_guard] [5]
source/src/cip/cipassembly.h:9: Include the directory when naming header files [build/include_subdir] [4]
source/src/cip/cipassembly.h:10: Include the directory when naming header files [build/include_subdir] [4]
source/src/cip/cipclass3connection.h:7: #ifndef header guard has wrong style, please use: SOURCE_SRC_CIP_CIPCLASS3CONNECTION_H_ [build/header_guard] [5]
source/src/cip/cipclass3connection.h:62: #endif line should be "#endif // SOURCE_SRC_CIP_CIPCLASS3CONNECTION_H_" [build/header_guard] [5]
source/src/cip/cipclass3connection.h:31: Include the directory when naming header files [build/include_subdir] [4]
source/src/cip/cipclass3connection.h:32: Include the directory when naming header files [build/include_subdir] [4]
source/src/cip/cipclass3connection.h:33: Include the directory when naming header files [build/include_subdir] [4]
source/src/cip/cipcommon.h:6: #ifndef header guard has wrong style, please use: SOURCE_SRC_CIP_CIPCOMMON_H_ [build/header_guard] [5]
source/src/cip/cipcommon.h:224: #endif line should be "#endif // SOURCE_SRC_CIP_CIPCOMMON_H_" [build/header_guard] [5]
source/src/cip/cipcommon.h:13: Include the directory when naming header files [build/include_subdir] [4]
source/src/cip/cipcommon.h:14: Include the directory when naming header files [build/include_subdir] [4]
source/src/cip/cipcommon.h:16: Lines should be <= 80 characters long [whitespace/line_length] [2]
source/src/cip/cipcommon.h:41: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
source/src/cip/cipcommon.h:41: Lines should be <= 80 characters long [whitespace/line_length] [2]
source/src/cip/cipconnectionmanager.h:6: #ifndef header guard has wrong style, please use: SOURCE_SRC_CIP_CIPCONNECTIONMANAGER_H_ [build/header_guard] [5]
source/src/cip/cipconnectionmanager.h:231: #endif line should be "#endif // SOURCE_SRC_CIP_CIPCONNECTIONMANAGER_H_" [build/header_guard] [5]
source/src/cip/cipconnectionmanager.h:9: Include the directory when naming header files [build/include_subdir] [4]
source/src/cip/cipconnectionmanager.h:10: Include the directory when naming header files [build/include_subdir] [4]
source/src/cip/cipconnectionmanager.h:11: Include the directory when naming header files [build/include_subdir] [4]
source/src/cip/cipconnectionmanager.h:12: Include the directory when naming header files [build/include_subdir] [4]
source/src/cip/cipconnectionmanager.h:13: Include the directory when naming header files [build/include_subdir] [4]
source/src/cip/cipconnectionmanager.h:24: Lines s
(Truncated to 3333 characters out of 107681)
Error: Cannot read input content from file `license.txt`
Caused by:
stream did not contain valid UTF-8
❌ YAML / yamllint - 9 errors
.github/dependabot.yml
1:1 warning missing document start "---" (document-start)
.github/workflows/build.yml
1:1 warning missing document start "---" (document-start)
1:29 warning wrong new line character: expected \n (new-lines)
3:1 warning truthy value should be one of [false, true] (truthy)
5:16 error too many spaces inside brackets (brackets)
5:25 error too many spaces inside brackets (brackets)
7:16 error too many spaces inside brackets (brackets)
7:25 error too many spaces inside brackets (brackets)
145:44 error no new line character at the end of file (new-line-at-end-of-file)
⚠️ MARKDOWN / markdownlint - 52 errors
README.md:4:18 MD026/no-trailing-punctuation Trailing punctuation in heading [Punctuation: '!']
README.md:10:7 MD034/no-bare-urls Bare URL used [Context: "http://www.odva.org"]
README.md:12:12 MD026/no-trailing-punctuation Trailing punctuation in heading [Punctuation: '!']
README.md:16:26 MD034/no-bare-urls Bare URL used [Context: "https://groups.google.com/foru..."]
README.md:18:21 MD034/no-bare-urls Bare URL used [Context: "https://groups.google.com/foru..."]
README.md:20:13 MD026/no-trailing-punctuation Trailing punctuation in heading [Punctuation: ':']
README.md:24:57 MD034/no-bare-urls Bare URL used [Context: "http://www.cygwin.com"]
README.md:37:1 MD034/no-bare-urls Bare URL used [Context: "https://github.com/cpputest/cp..."]
README.md:42:24 MD026/no-trailing-punctuation Trailing punctuation in heading [Punctuation: ':']
README.md:47:1 MD010/no-hard-tabs Hard tabs [Column: 1]
README.md:48:1 MD010/no-hard-tabs Hard tabs [Column: 1]
README.md:50:1 MD010/no-hard-tabs Hard tabs [Column: 1]
README.md:52:1 MD010/no-hard-tabs Hard tabs [Column: 1]
README.md:62:45 MD026/no-trailing-punctuation Trailing punctuation in heading [Punctuation: ':']
README.md:68:1 MD010/no-hard-tabs Hard tabs [Column: 1]
README.md:69:1 MD010/no-hard-tabs Hard tabs [Column: 1]
README.md:70:1 MD010/no-hard-tabs Hard tabs [Column: 1]
README.md:72:1 MD010/no-hard-tabs Hard tabs [Column: 1]
README.md:74:1 MD010/no-hard-tabs Hard tabs [Column: 1]
README.md:78:41 MD026/no-trailing-punctuation Trailing punctuation in heading [Punctuation: ':']
README.md:89 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
README.md:96:20 MD026/no-trailing-punctuation Trailing punctuation in heading [Punctuation: ':']
README.md:102:1 MD007/ul-indent Unordered list indentation [Expected: 2; Actual: 1]
README.md:102:1 MD010/no-hard-tabs Hard tabs [Column: 1]
README.md:103:1 MD007/ul-indent Unordered list indentation [Expected: 4; Actual: 2]
README.md:103:1 MD010/no-hard-tabs Hard tabs [Column: 1]
README.md:104:1 MD007/ul-indent Unordered list indentation [Expected: 4; Actual: 2]
README.md:104:1 MD010/no-hard-tabs Hard tabs [Column: 1]
README.md:105:1 MD007/ul-indent Unordered list indentation [Expected: 4; Actual: 2]
README.md:105:1 MD010/no-hard-tabs Hard tabs [Column: 1]
README.md:106:1 MD007/ul-indent Unordered list indentation [Expected: 4; Actual: 2]
README.md:106:1 MD010/no-hard-tabs Hard tabs [Column: 1]
README.md:107:1 MD007/ul-indent Unordered list indentation [Expected: 4; Actual: 2]
README.md:107:1 MD010/no-hard-tabs Hard tabs [Column: 1]
README.md:108:1 MD007/ul-indent Unordered list indentation [Expected: 2; Actual: 1]
README.md:108:1 MD010/no-hard-tabs Hard tabs [Column: 1]
README.md:109:1 MD007/ul-indent Unordered list indentation [Expected: 4; Actual: 2]
README.md:109:1 MD010/no-hard-tabs Hard tabs [Column: 1]
README.md:110:1 MD007/ul-indent Unordered list indentation [Expected: 4; Actual: 2]
README.md:110:1 MD010/no-hard-tabs Hard tabs [Column: 1]
README.md:112:14 MD026/no-trailing-punctuation Trailing punctuation in heading [Punctuation: ':']
README.md:123 MD003/heading-style Heading style [Expected: setext; Actual: atx]
README.md:136 MD003/heading-style Heading style [Expected: setext; Actual: atx]
README.md:139 MD040/fenced-code-language Fenced code blocks sho
(Truncated to 3333 characters out of 4172)
⚠️ YAML / prettier - 1 error
Checking formatting...
[warn] .github/workflows/build.yml
[warn] Code style issues found in the above file. Run Prettier with --write to fix.
Your project could benefit from a custom flavor, which would allow you to run only the linters you need, and thus improve runtime performances. (Skip this info by defining FLAVOR_SUGGESTIONS: false)
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependenciesPull requests that update a dependency filegithub_actionsPull requests that update GitHub Actions code
1 participant
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps actions/github-script from 7 to 8.
Release notes
Sourced from actions/github-script's releases.
... (truncated)
Commits
ed59741Merge pull request #653 from actions/sneha-krip/readme-for-v82dc352eBold minimum Actions Runner version in README01e118cUpdate README for Node 24 runtime requirements8b222acApply suggestion from@salmanmkcadc0eeaREADME for updating actions/github-script from v7 to v820fe497Merge pull request #637 from actions/node24e7b7f22update licenses2c81ba0Update Node.js version support to 24.xDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)