Skip to content
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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 1, 2021

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.

1.1.0

What’s Changed

The default output format is set to gcc

Commits

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)

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>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 1, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Apr 2, 2021

Looks like ludeeus/action-shellcheck is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Apr 2, 2021
@dependabot 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 ee7 changed the title build(deps): bump ludeeus/action-shellcheck from d586102c117f97e63d7e3b56629d269efc9a7c60 to 1.1.0 build: bump ludeeus/action-shellcheck from 1.0.0 to 1.1.0 Jun 2, 2021
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
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants