diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index cefff1015fef6dd8efaacba84d13619c1172e7f3..bad529ccd3979b7314f7450f07d3c0851491ab9d 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -43,12 +43,12 @@ jobs:
 
     # Initializes the CodeQL tools for scanning.
     - name: Initialize CodeQL
-      uses: github/codeql-action/init@0182a2c78c8a55b763909348834ed54d735ab3e2 # v2.1.7
+      uses: github/codeql-action/init@1ed1437484560351c5be56cf73a48a279d116b78 # v2.1.8
       with:
         languages: ${{ matrix.language }}
 
     - name: Autobuild
-      uses: github/codeql-action/autobuild@0182a2c78c8a55b763909348834ed54d735ab3e2 # v2.1.7
+      uses: github/codeql-action/autobuild@1ed1437484560351c5be56cf73a48a279d116b78 # v2.1.8
 
     - name: Perform CodeQL Analysis
-      uses: github/codeql-action/analyze@0182a2c78c8a55b763909348834ed54d735ab3e2 # v2.1.7
+      uses: github/codeql-action/analyze@1ed1437484560351c5be56cf73a48a279d116b78 # v2.1.8
diff --git a/.github/workflows/scorecard_action.yml b/.github/workflows/scorecard_action.yml
index ee396e60faf0fc6487e34756a123bbc6409b4304..2a97404feaab78c09209469ddaa62819ea130f96 100644
--- a/.github/workflows/scorecard_action.yml
+++ b/.github/workflows/scorecard_action.yml
@@ -52,6 +52,6 @@ jobs:
 
       # Upload the results to GitHub's code scanning dashboard.
       - name: "Upload to code-scanning"
-        uses: github/codeql-action/upload-sarif@0182a2c78c8a55b763909348834ed54d735ab3e2 # v2.1.7
+        uses: github/codeql-action/upload-sarif@1ed1437484560351c5be56cf73a48a279d116b78 # v2.1.8
         with:
           sarif_file: results.sarif