Skip to content

Keep GitHub Actions up to date with GitHub's Dependabot#33

Open
cclauss wants to merge 1 commit intostarfederation:developfrom
cclauss:patch-1
Open

Keep GitHub Actions up to date with GitHub's Dependabot#33
cclauss wants to merge 1 commit intostarfederation:developfrom
cclauss:patch-1

Conversation

@cclauss
Copy link
Contributor

@cclauss cclauss commented Feb 25, 2026

To see all GitHub Actions dependencies, type:
% git grep 'uses: ' .github/workflows/

.github/workflows/pre-commit.yaml:      - uses: actions/checkout@v5
.github/workflows/pre-commit.yaml:      - uses: j178/prek-action@v1
.github/workflows/sdk-adr.yaml:      - uses: actions/checkout@v4
.github/workflows/sdk-adr.yaml:        uses: astral-sh/setup-uv@v6
.github/workflows/sdk-adr.yaml:        uses: actions/setup-python@v5
.github/workflows/sdk-adr.yaml:        uses: actions/checkout@v4
.github/workflows/sdk-adr.yaml:        uses: actions/setup-go@v5

All are out of date except j178/prek-action.

* [Keeping your software supply chain secure with Dependabot](https://docs.github.com/en/code-security/how-tos/secure-your-supply-chain)
* [Keeping your actions up to date with Dependabot](https://docs.github.com/en/code-security/how-tos/secure-your-supply-chain/secure-your-dependencies/keeping-your-actions-up-to-date-with-dependabot)
* [Configuration options for the `dependabot.yml` file - package-ecosystem](https://docs.github.com/en/code-security/reference/supply-chain-security/dependabot-options-reference#package-ecosystem-)

To see all GitHub Actions dependencies, type:
% `git grep 'uses: ' .github/workflows/`
```
.github/workflows/pre-commit.yaml:      - uses: actions/checkout@v5
.github/workflows/pre-commit.yaml:      - uses: j178/prek-action@v1
.github/workflows/sdk-adr.yaml:      - uses: actions/checkout@v4
.github/workflows/sdk-adr.yaml:        uses: astral-sh/setup-uv@v6
.github/workflows/sdk-adr.yaml:        uses: actions/setup-python@v5
.github/workflows/sdk-adr.yaml:        uses: actions/checkout@v4
.github/workflows/sdk-adr.yaml:        uses: actions/setup-go@v5
```
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.

1 participant