File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 57
57
if : ${{ matrix.language == 'c-cpp' }}
58
58
59
59
- name : Initialize CodeQL
60
- uses : github/codeql-action/init@dd196fa9ce80b6bacc74ca1c32bd5b0ba22efca7 # v3.28.3
60
+ uses : github/codeql-action/init@ee117c905ab18f32fa0f66c2fe40ecc8013f3e04 # v3.28.4
61
61
with :
62
62
languages : ${{ matrix.language }}
63
63
config-file : ./.github/codeql/codeql-config.yml
82
82
run : .github/workflows/build_ubuntu-22.04.sh "${HOME}/install"
83
83
84
84
- name : Perform CodeQL Analysis
85
- uses : github/codeql-action/analyze@dd196fa9ce80b6bacc74ca1c32bd5b0ba22efca7 # v3.28.3
85
+ uses : github/codeql-action/analyze@ee117c905ab18f32fa0f66c2fe40ecc8013f3e04 # v3.28.4
86
86
with :
87
87
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ jobs:
137
137
path : bandit.sarif
138
138
139
139
- 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
141
141
with :
142
142
sarif_file : bandit.sarif
143
143
Original file line number Diff line number Diff line change 23
23
// weekly update of lock files (flake.lock)
24
24
":maintainLockFilesWeekly" ,
25
25
"group:githubArtifactActions" ,
26
+ "schedule:weekends" ,
26
27
] ,
27
28
28
29
// enable Nix lock file update (flake.lock)
You can’t perform that action at this time.
0 commit comments