diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-10-25 13:30:55 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-25 13:30:55 +0000 |
commit | 06df36caa7a98d76c5555ee1ec7bc1e04ddd4a89 (patch) | |
tree | 8b5147d55491e4a85cbae6b69e6380acd92c39db /.github/workflows/codeql.yml | |
parent | 94671f8812af4bc35e2e161ea74b8ea06e7e2ed0 (diff) | |
download | go-git-06df36caa7a98d76c5555ee1ec7bc1e04ddd4a89.tar.gz |
build: bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@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 fbb867c..bfe9879 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL |