diff --git a/.github/workflows/scan.yaml b/.github/workflows/scan.yaml index 7a6f5a1..9ebb484 100644 --- a/.github/workflows/scan.yaml +++ b/.github/workflows/scan.yaml @@ -40,10 +40,10 @@ jobs: - name: Checkout repository uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 - name: Initialize CodeQL - uses: github/codeql-action/init@dc046388f30eacf938aadd32064285f437bd9c04 #codeql-bundle-20221020 + uses: github/codeql-action/init@2db03271718eb704357b7bbf29ef6876a898f966 #codeql-bundle-20221020 with: languages: go - name: Autobuild - uses: github/codeql-action/autobuild@dc046388f30eacf938aadd32064285f437bd9c04 #codeql-bundle-20221020 + uses: github/codeql-action/autobuild@2db03271718eb704357b7bbf29ef6876a898f966 #codeql-bundle-20221020 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@dc046388f30eacf938aadd32064285f437bd9c04 #codeql-bundle-20221020 \ No newline at end of file + uses: github/codeql-action/analyze@2db03271718eb704357b7bbf29ef6876a898f966 #codeql-bundle-20221020 \ No newline at end of file