Skip to content

CI[StepSecurity]: pin dependencies, update dependabot config - #1740

Merged
678098 merged 1 commit into
bloomberg:mainfrom
step-security-bot:chore/GHA-262243-stepsecurity-remediation
Aug 27, 2026
Merged

CI[StepSecurity]: pin dependencies, update dependabot config#1740
678098 merged 1 commit into
bloomberg:mainfrom
step-security-bot:chore/GHA-262243-stepsecurity-remediation

Conversation

@step-security-bot

Copy link
Copy Markdown
Contributor

Summary

This pull request is created by StepSecurity at the request of @678098. Please merge the Pull Request to incorporate the requested changes. Please tag @678098 on your message if you have any questions related to the PR.

Security Fixes

Pinned Dependencies

GitHub Action tags and Docker tags are mutable. This poses a security risk. GitHub's Security Hardening guide recommends pinning actions to full length commit.

Keeping your actions up to date with Dependabot

With Dependabot version updates, when Dependabot identifies an outdated dependency, it raises a pull request to update the manifest to the latest version of the dependency. This is recommended by GitHub as well as The Open Source Security Foundation (OpenSSF).

Secure Dockerfiles

Pin image tags to digests in Dockerfiles. With the Docker v2 API release, it became possible to use digests in place of tags when pulling images or to use them in FROM lines in Dockerfiles.

Feedback

For bug reports, feature requests, and general feedback; please email support@stepsecurity.io. To create such PRs, please visit https://app.stepsecurity.io/securerepo.

Signed-off-by: StepSecurity Bot bot@stepsecurity.io

Signed-off-by: StepSecurity Bot <bot@stepsecurity.io>
@step-security-bot
step-security-bot requested a review from a team as a code owner August 26, 2026 22:43
@678098 678098 changed the title [StepSecurity] Apply security best practices CI[StepSecurity]: pin dependencies Aug 26, 2026
@678098 678098 changed the title CI[StepSecurity]: pin dependencies CI[StepSecurity]: pin dependencies, update dependabot config Aug 26, 2026
@678098
678098 merged commit d591ea7 into bloomberg:main Aug 27, 2026
113 of 117 checks passed
Comment thread .github/dependabot.yml
- package-ecosystem: docker
directory: /docker
schedule:
interval: daily

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These should probably match the weekly/7-day cooldown config from above.

Is it possible to avoid listing docker directories individually?

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants