diff options
author | Chocobozzz <me@florianbigard.com> | 2022-06-27 15:28:32 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-06-27 15:28:32 +0200 |
commit | 388a31d241a81aa316ab1bb8b4ffef85afa7bb5b (patch) | |
tree | e35cda345fb768ea98069db3fe221190eed1c1b6 /.github/workflows/codeql.yml | |
parent | d92ffe661ccff8cf64f08272d778c9bcc3f6e3af (diff) | |
download | PeerTube-388a31d241a81aa316ab1bb8b4ffef85afa7bb5b.tar.gz PeerTube-388a31d241a81aa316ab1bb8b4ffef85afa7bb5b.tar.zst PeerTube-388a31d241a81aa316ab1bb8b4ffef85afa7bb5b.zip |
Upgrade CI actions
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 8764cdd0e..14c6001ab 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml | |||
@@ -35,7 +35,7 @@ jobs: | |||
35 | 35 | ||
36 | steps: | 36 | steps: |
37 | - name: Checkout repository | 37 | - name: Checkout repository |
38 | uses: actions/checkout@v2 | 38 | uses: actions/checkout@v3 |
39 | 39 | ||
40 | # Initializes the CodeQL tools for scanning. | 40 | # Initializes the CodeQL tools for scanning. |
41 | - name: Initialize CodeQL | 41 | - name: Initialize CodeQL |