-
Notifications
You must be signed in to change notification settings - Fork 324
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumps [common](https://github.com/sclorg/container-common-scripts) from `008d6ea` to `1d0d261`. - [Commits](sclorg/container-common-scripts@008d6ea...1d0d261) --- updated-dependencies: - dependency-name: common dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
1e961c1
commit 65d3b77
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule common
updated
14 files
+1 −0 | .github/auto-merge.yml | |
+16 −0 | .github/dependabot.yml | |
+71 −0 | .github/workflows/auto-merge-on-demand.yml | |
+43 −0 | .github/workflows/auto-merge.yml | |
+16 −9 | .github/workflows/container-tests.yml | |
+2 −2 | .github/workflows/differential-shellcheck.yml | |
+27 −0 | .github/workflows/pr-metadata.yml | |
+3 −3 | .github/workflows/sanity-tests.yaml | |
+1 −1 | README.md | |
+1 −1 | build.sh | |
+3 −0 | common.mk | |
+2 −0 | test-lib-remote-openshift.sh | |
+2 −0 | test-lib.sh | |
+3 −0 | tests/failures/check/v0/Dockerfile.rhel10 |