Commit d09b198
authored
Keep GitHub Actions up to date with GitHub's Dependabot (#33)
* [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
```1 parent ac034f4 commit d09b198
1 file changed
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
0 commit comments