fork of go-git with some jj specific features
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #1452 from go-git/dependabot/github_actions/github/codeql-action-3.28.11

build: bump github/codeql-action from 3.28.10 to 3.28.11

authored by

Paulo Gomes and committed by
GitHub
3319d004 f7eb53c2

+3 -3
+1 -1
.github/workflows/cifuzz.yml
··· 33 33 path: ./out/artifacts 34 34 - name: Upload Sarif 35 35 if: always() && steps.build.outcome == 'success' 36 - uses: github/codeql-action/upload-sarif@v3.28.10 36 + uses: github/codeql-action/upload-sarif@v3.28.11 37 37 with: 38 38 # Path to SARIF file relative to the root of the repository 39 39 sarif_file: cifuzz-sarif/results.sarif
+2 -2
.github/workflows/codeql.yml
··· 32 32 33 33 # Initializes the CodeQL tools for scanning. 34 34 - name: Initialize CodeQL 35 - uses: github/codeql-action/init@ff79de67cc25c7617163ae1e4b8aa23b902fdf15 # v2.22.11 35 + uses: github/codeql-action/init@b2e6519679e446e7bb7c3466d70f13a6b5461fcd # v2.22.11 36 36 with: 37 37 languages: ${{ matrix.language }} 38 38 # xref: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs ··· 43 43 run: go build ./... 44 44 45 45 - name: Perform CodeQL Analysis 46 - uses: github/codeql-action/analyze@ff79de67cc25c7617163ae1e4b8aa23b902fdf15 # v2.22.11 46 + uses: github/codeql-action/analyze@b2e6519679e446e7bb7c3466d70f13a6b5461fcd # v2.22.11 47 47 with: 48 48 category: "/language:${{matrix.language}}"