diff --git a/.github/workflows/scan.yaml b/.github/workflows/scan.yaml index eb550d5..fcfdc62 100644 --- a/.github/workflows/scan.yaml +++ b/.github/workflows/scan.yaml @@ -32,10 +32,10 @@ jobs: - name: Checkout repository uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3 - name: Initialize CodeQL - uses: github/codeql-action/init@de74ca621143bd07f97a91fcbd425e0f0553f239 #codeql-bundle-20221020 + uses: github/codeql-action/init@cff3d9e3c9a51dfcf1ea2692cd1cd876dda6d71e #codeql-bundle-20221020 with: languages: go - name: Autobuild - uses: github/codeql-action/autobuild@de74ca621143bd07f97a91fcbd425e0f0553f239 #codeql-bundle-20221020 + uses: github/codeql-action/autobuild@cff3d9e3c9a51dfcf1ea2692cd1cd876dda6d71e #codeql-bundle-20221020 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@de74ca621143bd07f97a91fcbd425e0f0553f239 #codeql-bundle-20221020 \ No newline at end of file + uses: github/codeql-action/analyze@cff3d9e3c9a51dfcf1ea2692cd1cd876dda6d71e #codeql-bundle-20221020 \ No newline at end of file