Skip to content

Commit 33efefa

Browse files
CI(deps): Update github/codeql-action action to v3.28.4 (#4981)
1 parent 3a8bce8 commit 33efefa

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/codeql-analysis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
if: ${{ matrix.language == 'c-cpp' }}
5858

5959
- name: Initialize CodeQL
60-
uses: github/codeql-action/init@dd196fa9ce80b6bacc74ca1c32bd5b0ba22efca7 # v3.28.3
60+
uses: github/codeql-action/init@ee117c905ab18f32fa0f66c2fe40ecc8013f3e04 # v3.28.4
6161
with:
6262
languages: ${{ matrix.language }}
6363
config-file: ./.github/codeql/codeql-config.yml
@@ -82,6 +82,6 @@ jobs:
8282
run: .github/workflows/build_ubuntu-22.04.sh "${HOME}/install"
8383

8484
- name: Perform CodeQL Analysis
85-
uses: github/codeql-action/analyze@dd196fa9ce80b6bacc74ca1c32bd5b0ba22efca7 # v3.28.3
85+
uses: github/codeql-action/analyze@ee117c905ab18f32fa0f66c2fe40ecc8013f3e04 # v3.28.4
8686
with:
8787
category: "/language:${{matrix.language}}"

.github/workflows/python-code-quality.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
path: bandit.sarif
138138

139139
- name: Upload SARIF File into Security Tab
140-
uses: github/codeql-action/upload-sarif@dd196fa9ce80b6bacc74ca1c32bd5b0ba22efca7 # v3.28.3
140+
uses: github/codeql-action/upload-sarif@ee117c905ab18f32fa0f66c2fe40ecc8013f3e04 # v3.28.4
141141
with:
142142
sarif_file: bandit.sarif
143143

renovate.json5

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
// weekly update of lock files (flake.lock)
2424
":maintainLockFilesWeekly",
2525
"group:githubArtifactActions",
26+
"schedule:weekends",
2627
],
2728

2829
// enable Nix lock file update (flake.lock)

0 commit comments

Comments
 (0)