diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 4eedeb5..c9c0f63 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -62,7 +62,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@9e0d7b8d25671d64c341c19c0152d693099fb5ba + uses: github/codeql-action/init@7211b7c8077ea37d8641b6271f6a365a22a5fbfa with: languages: ${{ matrix.language }} build-mode: ${{ matrix.build-mode }} @@ -91,6 +91,6 @@ jobs: exit 1 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@9e0d7b8d25671d64c341c19c0152d693099fb5ba + uses: github/codeql-action/analyze@7211b7c8077ea37d8641b6271f6a365a22a5fbfa with: category: "/language:${{matrix.language}}" diff --git a/.github/workflows/go-backend.yml b/.github/workflows/go-backend.yml index 1c8fe16..95e9be8 100644 --- a/.github/workflows/go-backend.yml +++ b/.github/workflows/go-backend.yml @@ -31,7 +31,7 @@ jobs: run: go mod download - name: Run golangci-lint - uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v7 + uses: golangci/golangci-lint-action@82606bf257cbaff209d206a39f5134f0cfbfd2ee # v7 with: version: latest working-directory: go-backend