fork of go-git with some jj specific features

Merge pull request #1517 from go-git/dependabot/github_actions/github/codeql-action-3.28.15

build: bump github/codeql-action from 3.28.13 to 3.28.15

authored by Paulo Gomes and committed by GitHub 4437f06d 00907d9e

Changed files
+3 -3
.github
+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.13 36 + uses: github/codeql-action/upload-sarif@v3.28.15 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@f15aac3db1ec04fd9a69b2b3904f28e913b50c78 # v2.22.11 35 + uses: github/codeql-action/init@4c3e5362829f0b0bb62ff5f6c938d7f95574c306 # 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@f15aac3db1ec04fd9a69b2b3904f28e913b50c78 # v2.22.11 46 + uses: github/codeql-action/analyze@4c3e5362829f0b0bb62ff5f6c938d7f95574c306 # v2.22.11 47 47 with: 48 48 category: "/language:${{matrix.language}}"