Skip to content

Commit 14362fe

Browse files
Merge pull request #617 from dceoy/dependabot/github_actions/github/codeql-action-4.35.5
Bump github/codeql-action from 4.35.4 to 4.35.5
2 parents a8d4057 + a84756d commit 14362fe

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/github-codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ jobs:
4444
go-version: ${{ inputs.go-version }}
4545
cache: true
4646
- name: Initialize CodeQL
47-
uses: github/codeql-action/init@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
47+
uses: github/codeql-action/init@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
4848
with:
4949
languages: ${{ matrix.language }} # { c-cpp, csharp, go, java-kotlin, javascript-typescript, python, ruby, swift }
5050
- name: Autobuild # Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift).
51-
uses: github/codeql-action/autobuild@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
51+
uses: github/codeql-action/autobuild@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
5252
- name: Perform CodeQL Analysis
53-
uses: github/codeql-action/analyze@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
53+
uses: github/codeql-action/analyze@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
5454
with:
5555
category: /language:${{ matrix.language }}

.github/workflows/go-package-lint-and-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
gosec -fmt sarif -out gosec-results.sarif ./...
111111
- name: Upload gosec results to GitHub Security tab
112112
if: inputs.use-gosec
113-
uses: github/codeql-action/upload-sarif@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
113+
uses: github/codeql-action/upload-sarif@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
114114
with:
115115
sarif_file: ${{ inputs.package-path }}/gosec-results.sarif
116116
continue-on-error: true

.github/workflows/microsoft-defender-for-devops.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
uses: microsoft/security-devops-action@08976cb623803b1b36d7112d4ff9f59eae704de0 # v1.12.0
3434
id: msdo
3535
- name: Upload results to Security tab
36-
uses: github/codeql-action/upload-sarif@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
36+
uses: github/codeql-action/upload-sarif@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
3737
with:
3838
sarif_file: ${{ steps.msdo.outputs.sarifFile }}

0 commit comments

Comments
 (0)