diff --git a/.github/workflows/testbuild.yml b/.github/workflows/testbuild.yml
index 2b8a3c4..ce9f8b8 100644
--- a/.github/workflows/testbuild.yml
+++ b/.github/workflows/testbuild.yml
@@ -10,7 +10,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - name: Check out code into the Go module directory
-        uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v3
+        uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v3
       - name: Set up Go
         uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v3
         with:
diff --git a/.github/workflows/trivy.yml b/.github/workflows/trivy.yml
index d746b44..bb89a4f 100644
--- a/.github/workflows/trivy.yml
+++ b/.github/workflows/trivy.yml
@@ -9,7 +9,7 @@ jobs:
     name: Trivy 
     steps:
       - name: Checkout
-        uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
+        uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
       - name: Security Scan
         uses: aquasecurity/trivy-action@595be6a0f6560a0a8fc419ddf630567fc623531d # 0.22.0
         with: