Skip to content

Commit 9e85de3

Browse files
chore(deps): bump github/codeql-action from 4.35.3 to 4.35.4 in the all group (#1512)
Bumps the all group with 1 update: [github/codeql-action](https://github.com/github/codeql-action). Updates `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 dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f3436b2 commit 9e85de3

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/codeql.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
check-latest: true
100100
cache: true
101101
- name: Initialize CodeQL
102-
uses: github/codeql-action/init@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3
102+
uses: github/codeql-action/init@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
103103
with:
104104
languages: go
105105
build-mode: manual
@@ -110,7 +110,7 @@ jobs:
110110
PKG_CONFIG_PATH: ${{ github.workspace }}/yara-x-install
111111
LD_LIBRARY_PATH: ${{ github.workspace }}/yara-x-install
112112
- name: Perform CodeQL Analysis
113-
uses: github/codeql-action/analyze@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3
113+
uses: github/codeql-action/analyze@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
114114
with:
115115
category: "/language:go"
116116
analyze-actions:
@@ -143,11 +143,11 @@ jobs:
143143
with:
144144
persist-credentials: false
145145
- name: Initialize CodeQL
146-
uses: github/codeql-action/init@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3
146+
uses: github/codeql-action/init@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
147147
with:
148148
languages: actions
149149
build-mode: none
150150
- name: Perform CodeQL Analysis
151-
uses: github/codeql-action/analyze@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3
151+
uses: github/codeql-action/analyze@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
152152
with:
153153
category: "/language:actions"

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,6 @@ jobs:
9090
# Upload the results to GitHub's code scanning dashboard (optional).
9191
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
9292
- name: "Upload to code-scanning"
93-
uses: github/codeql-action/upload-sarif@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3
93+
uses: github/codeql-action/upload-sarif@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
9494
with:
9595
sarif_file: results.sarif

0 commit comments

Comments
 (0)