diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2023-04-14 15:10:31 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-14 15:10:31 -0400 |
commit | 1b965966d034f0bd3d82e4560fbd111a0de3bf64 (patch) | |
tree | f73bf7e792e9e0e6bc397fb82ff1b822d88f2f7d /.github/workflows/codeql.yml | |
parent | 3480b5fa457f5b1aecd7f2f364427dee393497cc (diff) | |
parent | 07ab11e825bc525e8f8899df0b00f68e631c3243 (diff) | |
download | numpy-1b965966d034f0bd3d82e4560fbd111a0de3bf64.tar.gz |
Merge pull request #23589 from numpy/dependabot/github_actions/actions/checkout-3.5.2
MAINT: Bump actions/checkout from 3.5.1 to 3.5.2
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 59d8cd328..d8febe1cf 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -41,7 +41,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3.5.1 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL |