diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-12-08 09:27:12 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-08 09:27:12 -0800 |
| commit | 52a7ed03bc21d36a9121571bf3d3e67450f7007d (patch) | |
| tree | 20186064ecd8b12bcde41f953d1b23c097053ece /.github/workflows/codeql.yml | |
| parent | 0c8e8fb4112be0dbd66b5ab809df8ae96b41d210 (diff) | |
| download | seaweedfs-52a7ed03bc21d36a9121571bf3d3e67450f7007d.tar.xz seaweedfs-52a7ed03bc21d36a9121571bf3d3e67450f7007d.zip | |
chore(deps): bump actions/checkout from 4 to 6 (#7659)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Commits](https://github.com/actions/checkout/compare/v4...v6)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/codeql.yml')
| -rw-r--r-- | .github/workflows/codeql.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 3eacce72a..99fbc859d 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL |
