diff options
author | Darius Jahandarie <djahandarie@gmail.com> | 2023-09-23 14:50:24 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-23 14:50:24 +0000 |
commit | a67383b33a3b94de0c8e033b0edd1965f0c44ebb (patch) | |
tree | 9094f3aaac1ee69e76a7c283fcebd00377927561 /.github/workflows/codeql.yml | |
parent | 0cd9927cafbbec527c76fd48b4b97715404952d6 (diff) | |
parent | 881f7ce612d7f5e7eb25bc9d3b90550802644440 (diff) |
Merge pull request #237 from themoeway/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
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 a06541ca..bac2d4b8 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -46,7 +46,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL |