]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
ci: Pull in specific action commits 2535/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 19 Mar 2024 21:21:20 +0000 (22:21 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 19 Mar 2024 21:21:20 +0000 (22:21 +0100)
Let's copy what the systemd repo does. The specific commits are
the same ones used by the systemd repository.

.github/workflows/ci.yml
.github/workflows/codeql.yml
.github/workflows/differential-shellcheck.yml

index 8abeffd097ebca7ff96b3fa72ecbf9d09621ce84..054e9dfee954bfd0e2317cbe7f7bb3e672bbce0a 100644 (file)
@@ -15,7 +15,7 @@ jobs:
       group: ${{ github.workflow }}-${{ github.ref }}
       cancel-in-progress: true
     steps:
-    - uses: actions/checkout@v3
+    - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
 
     - name: Install
       run: |
@@ -122,7 +122,7 @@ jobs:
             tools: arch
 
     steps:
-    - uses: actions/checkout@v3
+    - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
     - uses: ./
 
     # Freeing up disk space with rm -rf can take multiple minutes. Since we don't need the extra free space
index 24b572726cdb205589e3dd531595bb2056b531e7..54d1d7bac79d18abd1c3356a404967f243589ba2 100644 (file)
@@ -32,16 +32,16 @@ jobs:
 
     steps:
     - name: Checkout repository
-      uses: actions/checkout@v3
+      uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
 
     - name: Initialize CodeQL
-      uses: github/codeql-action/init@v2
+      uses: github/codeql-action/init@3ab4101902695724f9365a384f86c1074d94e18c
       with:
         languages: ${{ matrix.language }}
         queries: +security-extended,security-and-quality
 
     - name: Autobuild
-      uses: github/codeql-action/autobuild@v2
+      uses: github/codeql-action/autobuild@3ab4101902695724f9365a384f86c1074d94e18c
 
     - name: Perform CodeQL Analysis
-      uses: github/codeql-action/analyze@v2
+      uses: github/codeql-action/analyze@3ab4101902695724f9365a384f86c1074d94e18c
index 84dcf5355fe151bb7904ad466514f0254c3262ec..37f1dafcb4c40970161720f6bbf406b9e5ff7d01 100644 (file)
@@ -22,11 +22,11 @@ jobs:
 
     steps:
       - name: Repository checkout
-        uses: actions/checkout@v3
+        uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
         with:
           fetch-depth: 0
 
       - name: Differential ShellCheck
-        uses: redhat-plumbers-in-action/differential-shellcheck@v4
+        uses: redhat-plumbers-in-action/differential-shellcheck@b9df2a9417f69c056e0aeaf870abd9a2065a403e
         with:
           token: ${{ secrets.GITHUB_TOKEN }}