forked from exercism/configlet
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build: bump ludeeus/action-shellcheck
from 1.0.0 to 1.1.0
#1
Closed
dependabot
wants to merge
1
commit into
main
from
dependabot/github_actions/ludeeus/action-shellcheck-94e0aab03ca135d11a35e5bfc14e6746dc56e7e9
Closed
Conversation
This file contains 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
Bumps [ludeeus/action-shellcheck](https://github.com/ludeeus/action-shellcheck) from d586102c117f97e63d7e3b56629d269efc9a7c60 to 1.1.0. This release includes the previously tagged commit. - [Release notes](https://github.com/ludeeus/action-shellcheck/releases) - [Commits](ludeeus/action-shellcheck@d586102...94e0aab) Signed-off-by: dependabot[bot] <support@github.com>
Looks like ludeeus/action-shellcheck is up-to-date now, so this is no longer needed. |
dependabot
bot
deleted the
dependabot/github_actions/ludeeus/action-shellcheck-94e0aab03ca135d11a35e5bfc14e6746dc56e7e9
branch
April 2, 2021 12:40
ee7
pushed a commit
that referenced
this pull request
Apr 29, 2021
sync-new-format: first-pass review
ee7
changed the title
build(deps): bump ludeeus/action-shellcheck from d586102c117f97e63d7e3b56629d269efc9a7c60 to 1.1.0
build: bump Jun 2, 2021
ludeeus/action-shellcheck
from 1.0.0 to 1.1.0
ee7
added a commit
that referenced
this pull request
Dec 21, 2021
After the Zig 0.9.0 release, compiling with the current snapcraft Zig adds 30 KB to the comment section, repeating the clang version many times. Before this commit: $ readelf -p .comment ./configlet String dump of section '.comment': [ 0] clang version 13.0.1 (git@github.com:ziglang/zig-bootstrap.git 74211dd7f7e7174a2027641dfcfdb3fc5df62f0c) [...] (repeat for 30 KB) [ 7969] clang version 13.0.1 (git@github.com:ziglang/zig-bootstrap.git 74211dd7f7e7174a2027641dfcfdb3fc5df62f0c) [ 79d2] Linker: LLD 13.0.1 (git@github.com:ziglang/zig-bootstrap.git 74211dd7f7e7174a2027641dfcfdb3fc5df62f0c) Binary size profile before this commit: FILE SIZE VM SIZE -------------- -------------- 75.2% 368Ki 64.5% 368Ki .text 0.0% 0 19.6% 111Ki .bss 18.2% 89.1Ki 15.6% 89.1Ki .rodata 6.2% 30.6Ki 0.0% 0 .comment 0.2% 816 0.1% 824 .data 0.1% 640 0.0% 0 [ELF Section Headers] 0.1% 392 0.1% 392 [ELF Program Headers] 0.0% 64 0.0% 64 [ELF Header] 0.0% 63 0.0% 0 .shstrtab 0.0% 8 0.0% 8 .got 0.0% 8 0.0% 8 [LOAD #1 [R]] 0.0% 4 0.0% 3 .fini 0.0% 3 0.0% 3 .init 100.0% 489Ki 100.0% 570Ki TOTAL Let's just strip the comment section.
ee7
added a commit
that referenced
this pull request
Jan 27, 2022
After the Zig 0.9.0 release, compiling with the current snapcraft Zig adds 30 KB to the comment section, repeating the clang version many times. Before this commit: $ readelf -p .comment ./configlet String dump of section '.comment': [ 0] clang version 13.0.1 (git@github.com:ziglang/zig-bootstrap.git 74211dd7f7e7174a2027641dfcfdb3fc5df62f0c) [...] (repeat for 30 KB) [ 7969] clang version 13.0.1 (git@github.com:ziglang/zig-bootstrap.git 74211dd7f7e7174a2027641dfcfdb3fc5df62f0c) [ 79d2] Linker: LLD 13.0.1 (git@github.com:ziglang/zig-bootstrap.git 74211dd7f7e7174a2027641dfcfdb3fc5df62f0c) Binary size profile before this commit: FILE SIZE VM SIZE -------------- -------------- 75.2% 368Ki 64.5% 368Ki .text 0.0% 0 19.6% 111Ki .bss 18.2% 89.1Ki 15.6% 89.1Ki .rodata 6.2% 30.6Ki 0.0% 0 .comment 0.2% 816 0.1% 824 .data 0.1% 640 0.0% 0 [ELF Section Headers] 0.1% 392 0.1% 392 [ELF Program Headers] 0.0% 64 0.0% 64 [ELF Header] 0.0% 63 0.0% 0 .shstrtab 0.0% 8 0.0% 8 .got 0.0% 8 0.0% 8 [LOAD #1 [R]] 0.0% 4 0.0% 3 .fini 0.0% 3 0.0% 3 .init 100.0% 489Ki 100.0% 570Ki TOTAL Let's just strip the comment section.
ee7
added a commit
that referenced
this pull request
Feb 18, 2022
After the Zig 0.9.0 release, compiling with the current snapcraft Zig adds 30 KB to the comment section, repeating the clang version many times. Before this commit: $ readelf -p .comment ./configlet String dump of section '.comment': [ 0] clang version 13.0.1 (git@github.com:ziglang/zig-bootstrap.git 74211dd7f7e7174a2027641dfcfdb3fc5df62f0c) [...] (repeat for 30 KB) [ 7969] clang version 13.0.1 (git@github.com:ziglang/zig-bootstrap.git 74211dd7f7e7174a2027641dfcfdb3fc5df62f0c) [ 79d2] Linker: LLD 13.0.1 (git@github.com:ziglang/zig-bootstrap.git 74211dd7f7e7174a2027641dfcfdb3fc5df62f0c) Binary size profile before this commit: FILE SIZE VM SIZE -------------- -------------- 75.2% 368Ki 64.5% 368Ki .text 0.0% 0 19.6% 111Ki .bss 18.2% 89.1Ki 15.6% 89.1Ki .rodata 6.2% 30.6Ki 0.0% 0 .comment 0.2% 816 0.1% 824 .data 0.1% 640 0.0% 0 [ELF Section Headers] 0.1% 392 0.1% 392 [ELF Program Headers] 0.0% 64 0.0% 64 [ELF Header] 0.0% 63 0.0% 0 .shstrtab 0.0% 8 0.0% 8 .got 0.0% 8 0.0% 8 [LOAD #1 [R]] 0.0% 4 0.0% 3 .fini 0.0% 3 0.0% 3 .init 100.0% 489Ki 100.0% 570Ki TOTAL Let's just strip the comment section.
ee7
added a commit
that referenced
this pull request
Apr 10, 2022
After the Zig 0.9.0 release, compiling with the current snapcraft Zig adds 30 KB to the comment section, repeating the clang version many times. Before this commit: $ readelf -p .comment ./configlet String dump of section '.comment': [ 0] clang version 13.0.1 (git@github.com:ziglang/zig-bootstrap.git 74211dd7f7e7174a2027641dfcfdb3fc5df62f0c) [...] (repeat for 30 KB) [ 7969] clang version 13.0.1 (git@github.com:ziglang/zig-bootstrap.git 74211dd7f7e7174a2027641dfcfdb3fc5df62f0c) [ 79d2] Linker: LLD 13.0.1 (git@github.com:ziglang/zig-bootstrap.git 74211dd7f7e7174a2027641dfcfdb3fc5df62f0c) Binary size profile before this commit: FILE SIZE VM SIZE -------------- -------------- 75.2% 368Ki 64.5% 368Ki .text 0.0% 0 19.6% 111Ki .bss 18.2% 89.1Ki 15.6% 89.1Ki .rodata 6.2% 30.6Ki 0.0% 0 .comment 0.2% 816 0.1% 824 .data 0.1% 640 0.0% 0 [ELF Section Headers] 0.1% 392 0.1% 392 [ELF Program Headers] 0.0% 64 0.0% 64 [ELF Header] 0.0% 63 0.0% 0 .shstrtab 0.0% 8 0.0% 8 .got 0.0% 8 0.0% 8 [LOAD #1 [R]] 0.0% 4 0.0% 3 .fini 0.0% 3 0.0% 3 .init 100.0% 489Ki 100.0% 570Ki TOTAL Let's just strip the comment section.
ee7
added a commit
that referenced
this pull request
Aug 15, 2022
After the Zig 0.9.0 release, compiling with the current snapcraft Zig adds 30 KB to the comment section, repeating the clang version many times. Before this commit: $ readelf -p .comment ./configlet String dump of section '.comment': [ 0] clang version 13.0.1 (git@github.com:ziglang/zig-bootstrap.git 74211dd7f7e7174a2027641dfcfdb3fc5df62f0c) [...] (repeat for 30 KB) [ 7969] clang version 13.0.1 (git@github.com:ziglang/zig-bootstrap.git 74211dd7f7e7174a2027641dfcfdb3fc5df62f0c) [ 79d2] Linker: LLD 13.0.1 (git@github.com:ziglang/zig-bootstrap.git 74211dd7f7e7174a2027641dfcfdb3fc5df62f0c) Binary size profile before this commit: FILE SIZE VM SIZE -------------- -------------- 75.2% 368Ki 64.5% 368Ki .text 0.0% 0 19.6% 111Ki .bss 18.2% 89.1Ki 15.6% 89.1Ki .rodata 6.2% 30.6Ki 0.0% 0 .comment 0.2% 816 0.1% 824 .data 0.1% 640 0.0% 0 [ELF Section Headers] 0.1% 392 0.1% 392 [ELF Program Headers] 0.0% 64 0.0% 64 [ELF Header] 0.0% 63 0.0% 0 .shstrtab 0.0% 8 0.0% 8 .got 0.0% 8 0.0% 8 [LOAD #1 [R]] 0.0% 4 0.0% 3 .fini 0.0% 3 0.0% 3 .init 100.0% 489Ki 100.0% 570Ki TOTAL Let's just strip the comment section.
ee7
added a commit
that referenced
this pull request
Oct 25, 2022
After the Zig 0.9.0 release, compiling with the current snapcraft Zig adds 30 KB to the comment section, repeating the clang version many times. Before this commit: $ readelf -p .comment ./configlet String dump of section '.comment': [ 0] clang version 13.0.1 (git@github.com:ziglang/zig-bootstrap.git 74211dd7f7e7174a2027641dfcfdb3fc5df62f0c) [...] (repeat for 30 KB) [ 7969] clang version 13.0.1 (git@github.com:ziglang/zig-bootstrap.git 74211dd7f7e7174a2027641dfcfdb3fc5df62f0c) [ 79d2] Linker: LLD 13.0.1 (git@github.com:ziglang/zig-bootstrap.git 74211dd7f7e7174a2027641dfcfdb3fc5df62f0c) Binary size profile before this commit: FILE SIZE VM SIZE -------------- -------------- 75.2% 368Ki 64.5% 368Ki .text 0.0% 0 19.6% 111Ki .bss 18.2% 89.1Ki 15.6% 89.1Ki .rodata 6.2% 30.6Ki 0.0% 0 .comment 0.2% 816 0.1% 824 .data 0.1% 640 0.0% 0 [ELF Section Headers] 0.1% 392 0.1% 392 [ELF Program Headers] 0.0% 64 0.0% 64 [ELF Header] 0.0% 63 0.0% 0 .shstrtab 0.0% 8 0.0% 8 .got 0.0% 8 0.0% 8 [LOAD #1 [R]] 0.0% 4 0.0% 3 .fini 0.0% 3 0.0% 3 .init 100.0% 489Ki 100.0% 570Ki TOTAL Let's just strip the comment section.
ee7
added a commit
that referenced
this pull request
Nov 4, 2022
After the Zig 0.9.0 release, compiling with the current snapcraft Zig adds 30 KB to the comment section, repeating the clang version many times. Before this commit: $ readelf -p .comment ./configlet String dump of section '.comment': [ 0] clang version 13.0.1 (git@github.com:ziglang/zig-bootstrap.git 74211dd7f7e7174a2027641dfcfdb3fc5df62f0c) [...] (repeat for 30 KB) [ 7969] clang version 13.0.1 (git@github.com:ziglang/zig-bootstrap.git 74211dd7f7e7174a2027641dfcfdb3fc5df62f0c) [ 79d2] Linker: LLD 13.0.1 (git@github.com:ziglang/zig-bootstrap.git 74211dd7f7e7174a2027641dfcfdb3fc5df62f0c) Binary size profile before this commit: FILE SIZE VM SIZE -------------- -------------- 75.2% 368Ki 64.5% 368Ki .text 0.0% 0 19.6% 111Ki .bss 18.2% 89.1Ki 15.6% 89.1Ki .rodata 6.2% 30.6Ki 0.0% 0 .comment 0.2% 816 0.1% 824 .data 0.1% 640 0.0% 0 [ELF Section Headers] 0.1% 392 0.1% 392 [ELF Program Headers] 0.0% 64 0.0% 64 [ELF Header] 0.0% 63 0.0% 0 .shstrtab 0.0% 8 0.0% 8 .got 0.0% 8 0.0% 8 [LOAD #1 [R]] 0.0% 4 0.0% 3 .fini 0.0% 3 0.0% 3 .init 100.0% 489Ki 100.0% 570Ki TOTAL Let's just strip the comment section. But print it first.
ee7
added a commit
that referenced
this pull request
Nov 12, 2022
With the Zig 0.9.0 release (2021-12-20), the configlet binary now has 30 KiB of bloat in the comment section, repeating the clang version many times. Before this commit: $ readelf -p .comment ./configlet String dump of section '.comment': [ 0] clang version 13.0.1 (git@github.com:ziglang/zig-bootstrap.git 74211dd7f7e7174a2027641dfcfdb3fc5df62f0c) [...] (repeat for 30 KB) [ 7969] clang version 13.0.1 (git@github.com:ziglang/zig-bootstrap.git 74211dd7f7e7174a2027641dfcfdb3fc5df62f0c) [ 79d2] Linker: LLD 13.0.1 (git@github.com:ziglang/zig-bootstrap.git 74211dd7f7e7174a2027641dfcfdb3fc5df62f0c) Binary size profile before this commit: FILE SIZE VM SIZE -------------- -------------- 75.2% 368Ki 64.5% 368Ki .text 0.0% 0 19.6% 111Ki .bss 18.2% 89.1Ki 15.6% 89.1Ki .rodata 6.2% 30.6Ki 0.0% 0 .comment 0.2% 816 0.1% 824 .data 0.1% 640 0.0% 0 [ELF Section Headers] 0.1% 392 0.1% 392 [ELF Program Headers] 0.0% 64 0.0% 64 [ELF Header] 0.0% 63 0.0% 0 .shstrtab 0.0% 8 0.0% 8 .got 0.0% 8 0.0% 8 [LOAD #1 [R]] 0.0% 4 0.0% 3 .fini 0.0% 3 0.0% 3 .init 100.0% 489Ki 100.0% 570Ki TOTAL Strip the comment section. But print it first.
ee7
added a commit
that referenced
this pull request
Aug 9, 2023
With the Zig 0.9.0 release (2021-12-20), the configlet binary now has 30 KiB of bloat in the comment section, repeating the clang version many times. Before this commit: $ readelf -p .comment ./configlet String dump of section '.comment': [ 0] clang version 13.0.1 (git@github.com:ziglang/zig-bootstrap.git 74211dd7f7e7174a2027641dfcfdb3fc5df62f0c) [...] (repeat for 30 KB) [ 7969] clang version 13.0.1 (git@github.com:ziglang/zig-bootstrap.git 74211dd7f7e7174a2027641dfcfdb3fc5df62f0c) [ 79d2] Linker: LLD 13.0.1 (git@github.com:ziglang/zig-bootstrap.git 74211dd7f7e7174a2027641dfcfdb3fc5df62f0c) Binary size profile before this commit: FILE SIZE VM SIZE -------------- -------------- 75.2% 368Ki 64.5% 368Ki .text 0.0% 0 19.6% 111Ki .bss 18.2% 89.1Ki 15.6% 89.1Ki .rodata 6.2% 30.6Ki 0.0% 0 .comment 0.2% 816 0.1% 824 .data 0.1% 640 0.0% 0 [ELF Section Headers] 0.1% 392 0.1% 392 [ELF Program Headers] 0.0% 64 0.0% 64 [ELF Header] 0.0% 63 0.0% 0 .shstrtab 0.0% 8 0.0% 8 .got 0.0% 8 0.0% 8 [LOAD #1 [R]] 0.0% 4 0.0% 3 .fini 0.0% 3 0.0% 3 .init 100.0% 489Ki 100.0% 570Ki TOTAL Strip the comment section. But print it first.
ee7
added a commit
that referenced
this pull request
Aug 14, 2023
With the Zig 0.9.0 release (2021-12-20), the configlet binary now has 30 KiB of bloat in the comment section, repeating the clang version many times. Before this commit: $ readelf -p .comment ./configlet String dump of section '.comment': [ 0] clang version 13.0.1 (git@github.com:ziglang/zig-bootstrap.git 74211dd7f7e7174a2027641dfcfdb3fc5df62f0c) [...] (repeat for 30 KB) [ 7969] clang version 13.0.1 (git@github.com:ziglang/zig-bootstrap.git 74211dd7f7e7174a2027641dfcfdb3fc5df62f0c) [ 79d2] Linker: LLD 13.0.1 (git@github.com:ziglang/zig-bootstrap.git 74211dd7f7e7174a2027641dfcfdb3fc5df62f0c) Binary size profile before this commit: FILE SIZE VM SIZE -------------- -------------- 75.2% 368Ki 64.5% 368Ki .text 0.0% 0 19.6% 111Ki .bss 18.2% 89.1Ki 15.6% 89.1Ki .rodata 6.2% 30.6Ki 0.0% 0 .comment 0.2% 816 0.1% 824 .data 0.1% 640 0.0% 0 [ELF Section Headers] 0.1% 392 0.1% 392 [ELF Program Headers] 0.0% 64 0.0% 64 [ELF Header] 0.0% 63 0.0% 0 .shstrtab 0.0% 8 0.0% 8 .got 0.0% 8 0.0% 8 [LOAD #1 [R]] 0.0% 4 0.0% 3 .fini 0.0% 3 0.0% 3 .init 100.0% 489Ki 100.0% 570Ki TOTAL Strip the comment section. But print it first.
ee7
added a commit
that referenced
this pull request
Aug 14, 2023
With the Zig 0.9.0 release (2021-12-20), the configlet binary now has 30 KiB of bloat in the comment section, repeating the clang version many times. Before this commit: $ readelf -p .comment ./configlet String dump of section '.comment': [ 0] clang version 13.0.1 (git@github.com:ziglang/zig-bootstrap.git 74211dd7f7e7174a2027641dfcfdb3fc5df62f0c) [...] (repeat for 30 KB) [ 7969] clang version 13.0.1 (git@github.com:ziglang/zig-bootstrap.git 74211dd7f7e7174a2027641dfcfdb3fc5df62f0c) [ 79d2] Linker: LLD 13.0.1 (git@github.com:ziglang/zig-bootstrap.git 74211dd7f7e7174a2027641dfcfdb3fc5df62f0c) Binary size profile before this commit: FILE SIZE VM SIZE -------------- -------------- 75.2% 368Ki 64.5% 368Ki .text 0.0% 0 19.6% 111Ki .bss 18.2% 89.1Ki 15.6% 89.1Ki .rodata 6.2% 30.6Ki 0.0% 0 .comment 0.2% 816 0.1% 824 .data 0.1% 640 0.0% 0 [ELF Section Headers] 0.1% 392 0.1% 392 [ELF Program Headers] 0.0% 64 0.0% 64 [ELF Header] 0.0% 63 0.0% 0 .shstrtab 0.0% 8 0.0% 8 .got 0.0% 8 0.0% 8 [LOAD #1 [R]] 0.0% 4 0.0% 3 .fini 0.0% 3 0.0% 3 .init 100.0% 489Ki 100.0% 570Ki TOTAL Strip the comment section. But print it first.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 ludeeus/action-shellcheck from d586102c117f97e63d7e3b56629d269efc9a7c60 to 1.1.0. This release includes the previously tagged commit.
Release notes
Sourced from ludeeus/action-shellcheck's releases.
Commits
94e0aab
feat: add format input and a single-line problem matcher (#40)184a772
Use correct branch for release-drafterf01a917
Add Release Drafter7fa8ae9
fix: multiline problem matcher (#39)f0d446b
spelling: separated (#37)0020983
Add Display shellcheck version step (#36)ac3e5d1
Updates README to include ShellCheck flag/options usage (#35)b247a9c
Add ignore multiple dirs example (#33)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 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)