Skip to content

Commit 731fcd4

Browse files
chore(deps): bump github/codeql-action from 4.35.3 to 4.35.4
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.35.3 to 4.35.4. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@e46ed2c...68bde55) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.35.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e046042 commit 731fcd4

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
cache-dependency-path: git-proxy-java-dashboard/frontend/package-lock.json
4545

4646
- name: Initialize CodeQL
47-
uses: github/codeql-action/init@e46ed2cbd01164d986452f91f178727624ae40d7 # ratchet:github/codeql-action/init@v4
47+
uses: github/codeql-action/init@68bde559dea0fdcac2102bfdf6230c5f70eb485e # ratchet:github/codeql-action/init@v4
4848
with:
4949
languages: ${{ matrix.language }}
5050

@@ -53,6 +53,6 @@ jobs:
5353
run: ./gradlew classes testClasses --no-build-cache
5454

5555
- name: Perform CodeQL Analysis
56-
uses: github/codeql-action/analyze@e46ed2cbd01164d986452f91f178727624ae40d7 # ratchet:github/codeql-action/analyze@v4
56+
uses: github/codeql-action/analyze@68bde559dea0fdcac2102bfdf6230c5f70eb485e # ratchet:github/codeql-action/analyze@v4
5757
with:
5858
category: "/language:${{matrix.language}}"

.github/workflows/cve.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Upload SARIF report
3434
if: ${{ always() }}
35-
uses: github/codeql-action/upload-sarif@e46ed2cbd01164d986452f91f178727624ae40d7 # ratchet:github/codeql-action/upload-sarif@v4
35+
uses: github/codeql-action/upload-sarif@68bde559dea0fdcac2102bfdf6230c5f70eb485e # ratchet:github/codeql-action/upload-sarif@v4
3636
with:
3737
sarif_file: ${{ steps.scan.outputs.sarif }}
3838

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ jobs:
4242
# Upload the results to GitHub's code scanning dashboard (optional).
4343
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
4444
- name: "Upload to code-scanning"
45-
uses: github/codeql-action/upload-sarif@e46ed2cbd01164d986452f91f178727624ae40d7 # ratchet:github/codeql-action/upload-sarif@v4
45+
uses: github/codeql-action/upload-sarif@68bde559dea0fdcac2102bfdf6230c5f70eb485e # ratchet:github/codeql-action/upload-sarif@v4
4646
with:
4747
sarif_file: results.sarif

0 commit comments

Comments
 (0)