]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
ci: pin the codeql action to SHAs
authorEvgeny Vereshchagin <evvers@ya.ru>
Sat, 13 Nov 2021 21:22:09 +0000 (21:22 +0000)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Sun, 14 Nov 2021 10:42:04 +0000 (10:42 +0000)
It's a follow-up to https://github.com/systemd/systemd/pull/21316.

Judging by https://github.com/evverx/systemd/pull/36, Dependabot
supports their release cycle

.github/workflows/codeql-analysis.yml

index ffba2d7e650a42782faa41fdf81c62e1923d38a5..4918f0cd6226d0ccba908df2a966f7326644b81f 100644 (file)
@@ -29,14 +29,14 @@ jobs:
       uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
 
     - name: Initialize CodeQL
-      uses: github/codeql-action/init@v1
+      uses: github/codeql-action/init@5581e08a65fc3811c3ac78939dd59e7a8adbf003
       with:
         languages: ${{ matrix.language }}
 
     - run: sudo -E .github/workflows/unit_tests.sh SETUP
 
     - name: Autobuild
-      uses: github/codeql-action/autobuild@v1
+      uses: github/codeql-action/autobuild@5581e08a65fc3811c3ac78939dd59e7a8adbf003
 
     - name: Perform CodeQL Analysis
-      uses: github/codeql-action/analyze@v1
+      uses: github/codeql-action/analyze@5581e08a65fc3811c3ac78939dd59e7a8adbf003