Skip to content

Commit cd1e43d

Browse files
authored
Merge pull request #4210 from alphagov/renovate/github-codeql-action-4.x
Update github/codeql-action action to v4.35.5
2 parents 1f1dbd2 + 90108bf commit cd1e43d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/brakeman.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
4040
- name: Upload SARIF to GitHub
4141
if: github.repository_visibility == 'public'
42-
uses: github/codeql-action/upload-sarif@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
42+
uses: github/codeql-action/upload-sarif@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
4343
with:
4444
sarif_file: brakeman.filtered.sarif
4545
category: brakeman

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
show-progress: false
2323

2424
- name: Initialize CodeQL
25-
uses: github/codeql-action/init@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
25+
uses: github/codeql-action/init@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
2626
with:
2727
config: |
2828
# initial configurations for CodeQL should be looking for high precision
@@ -43,7 +43,7 @@ jobs:
4343
languages: ${{ inputs.languages }}
4444

4545
- name: Autobuild
46-
uses: github/codeql-action/autobuild@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
46+
uses: github/codeql-action/autobuild@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
4747

4848
- name: Perform CodeQL Analysis
49-
uses: github/codeql-action/analyze@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
49+
uses: github/codeql-action/analyze@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5

0 commit comments

Comments
 (0)