#3476 PR open
: Bump redhat-plumbers-in-action/differential-shellcheck from 5.5.3 to 5.5.4¶
Labels: dependencies
, github_actions
dependabot opened issue at 2025-06-01 11:38:¶
Bumps redhat-plumbers-in-action/differential-shellcheck from 5.5.3 to 5.5.4.
Release notes
Sourced from redhat-plumbers-in-action/differential-shellcheck's releases.
v5.5.4
What's Changed
Documentation
- Update workflow example :star2: (#490)
@​jamacku
Other changes
- fix: Make defects log valid for full scan (#511)
@​soemiran
Dependency Updates
- build(deps): bump test/bats from
3172a45
tofed179f
(#509) @dependabot[bot]- build(deps): bump github/codeql-action from 3.28.13 to 3.28.16 (#508) @dependabot[bot]
- build(deps): bump codecov/codecov-action from 5.4.0 to 5.4.2 (#507) @dependabot[bot]
- build(deps): bump docker/build-push-action from 6.15.0 to 6.16.0 (#506) @dependabot[bot]
- build(deps): bump fedora from 41 to 42 (#505) @dependabot[bot]
- build(deps): bump actions/upload-artifact from 4.6.1 to 4.6.2 (#497) @dependabot[bot]
- build(deps): bump docker/login-action from 3.3.0 to 3.4.0 (#498) @dependabot[bot]
- build(deps): bump github/codeql-action from 3.28.9 to 3.28.13 (#499) @dependabot[bot]
- build(deps): bump codecov/codecov-action from 5.3.1 to 5.4.0 (#500) @dependabot[bot]
- build(deps): bump test/bats from
7ca23b1
to3172a45
(#501) @dependabot[bot]- build(deps): bump test/test_helper/bats-support from
9bf10e8
tod007fc1
(#502) @dependabot[bot]- build(deps): bump test/test_helper/bats-file from
0cd35d3
toc0e3a26
(#503) @dependabot[bot]- build(deps): bump test/test_helper/bats-assert from
e2d855b
tob93143a
(#504) @dependabot[bot]- build(deps): bump docker/setup-buildx-action from 3.9.0 to 3.10.0 (#495) @dependabot[bot]
- build(deps): bump docker/build-push-action from 6.13.0 to 6.15.0 (#494) @dependabot[bot]
- build(deps): bump ossf/scorecard-action from 2.4.0 to 2.4.1 (#493) @dependabot[bot]
- build(deps): bump super-linter/super-linter from 7.2.1 to 7.3.0 (#492) @dependabot[bot]
- build(deps): bump actions/upload-artifact from 4.6.0 to 4.6.1 (#491) @dependabot[bot]
- build(deps): bump codecov/codecov-action from 5.0.7 to 5.3.1 (#486) @dependabot[bot]
- build(deps): bump github/codeql-action from 3.28.8 to 3.28.9 (#487) @dependabot[bot]
- build(deps): bump docker/setup-buildx-action from 3.7.1 to 3.9.0 (#488) @dependabot[bot]
- build(deps): bump redhat-plumbers-in-action/advanced-issue-labeler from 3.2.0 to 3.2.1 (#489) @dependabot[bot]
Full Changelog: https://github.com/redhat-plumbers-in-action/differential-shellcheck/compare/v5.5.3...v5.5.4
Commits
929381c
v5.5.42a4053f
fix: Make defects log valid for full scan9a809ee
build(deps): bump test/bats from3172a45
tofed179f
d8f4384
build(deps): bump github/codeql-action from 3.28.13 to 3.28.16642d659
build(deps): bump codecov/codecov-action from 5.4.0 to 5.4.212aa05e
build(deps): bump docker/build-push-action from 6.15.0 to 6.16.085f7746
build(deps): bump fedora from 41 to 420213d0b
build(deps): bump actions/upload-artifact from 4.6.1 to 4.6.2f064442
build(deps): bump docker/login-action from 3.3.0 to 3.4.0e4b3af5
build(deps): bump github/codeql-action from 3.28.9 to 3.28.13- Additional commits viewable in compare view
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
gdha commented at 2025-06-16 13:02:¶
We encountered an error:
Error: The artifact name is not valid: ReaR Packages dependabot/github_actions/redhat-plumbers-in-action/differential-shellcheck-5.5.4 93654385b32ed35b58149e469fff504fd5027b49.
Contains the following character: Forward slash /
Co-pilot suggest to update the block in the workflow file
build-packages.yml
- name: Upload Artifacts
if: always()
uses: actions/upload-artifact@v4
with:
name: ${{ format('ReaR Packages {0} {1}', (github.head_ref || env.RELEASE_FILENAME || github.ref_name).replace('/', '_'), github.sha) }}
path: dist-all/*
retention-days: 7
lzaoral commented at 2025-06-17 11:32:¶
@gdha, you should never manually rebase dependabot PRs. Please, use the
@dependabot rebase
command instead.
gdha commented at 2025-06-17 12:05:¶
@gdha, you should never manually rebase dependabot PRs. Please, use the
@dependabot rebase
command instead.
Good to know - thanks @lzaoral
jsmeix commented at 2025-06-17 13:21:¶
@lzaoral
out of curiosity:
Why should one never manually rebase dependabot PRs?
The reason why I ask is that it worries me
when there are different types of PRs
where special insider knowledge is needed
to recognize them and to handle them properly.
[Export of Github issue for rear/rear.]