Skip to content

Commit 6a10a97

Browse files
authored
chore(deps): bump github/codeql-action from 4.34.1 to 4.35.1 (#48)
2 parents 2aa7dd5 + 8450b2a commit 6a10a97

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/security-codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
disable-cache: 'true'
4444

4545
- name: Initialize CodeQL
46-
uses: github/codeql-action/init@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
46+
uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
4747
with:
4848
languages: ${{ matrix.language }}
4949
build-mode: ${{ matrix.build-mode }}
@@ -53,6 +53,6 @@ jobs:
5353
run: ./gradlew assemble --no-daemon
5454

5555
- name: Perform CodeQL Analysis
56-
uses: github/codeql-action/analyze@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
56+
uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
5757
with:
5858
category: "/language:${{ matrix.language }}"

.github/workflows/security-scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ jobs:
5555

5656
# Upload the results to GitHub's code scanning dashboard.
5757
- name: "Upload to code-scanning"
58-
uses: github/codeql-action/upload-sarif@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
58+
uses: github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
5959
with:
6060
sarif_file: results.sarif

0 commit comments

Comments
 (0)