diff --git a/.github/workflows/scan.yaml b/.github/workflows/scan.yaml index 363aea9..6cb8fb9 100644 --- a/.github/workflows/scan.yaml +++ b/.github/workflows/scan.yaml @@ -32,10 +32,10 @@ jobs: - name: Checkout repository uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 - name: Initialize CodeQL - uses: github/codeql-action/init@d944b3423d194ae3a11d1d7291ab2f38eb94207a #codeql-bundle-20221020 + uses: github/codeql-action/init@f31a31c052207cc13b328d6295c5b728bb49568c #codeql-bundle-20221020 with: languages: go - name: Autobuild - uses: github/codeql-action/autobuild@d944b3423d194ae3a11d1d7291ab2f38eb94207a #codeql-bundle-20221020 + uses: github/codeql-action/autobuild@f31a31c052207cc13b328d6295c5b728bb49568c #codeql-bundle-20221020 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@d944b3423d194ae3a11d1d7291ab2f38eb94207a #codeql-bundle-20221020 + uses: github/codeql-action/analyze@f31a31c052207cc13b328d6295c5b728bb49568c #codeql-bundle-20221020