File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ jobs:
22
22
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23
23
24
24
- name : Initialize CodeQL
25
- uses : github/codeql-action/init@d6bbdef45e766d081b84a2def353b0055f728d3e # v3.29.3
25
+ uses : github/codeql-action/init@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3.29.4
26
26
with :
27
27
languages : ' python'
28
28
config-file : ./.github/codeql-config.yml
29
29
30
30
- name : Autobuild
31
- uses : github/codeql-action/autobuild@d6bbdef45e766d081b84a2def353b0055f728d3e # v3.29.3
31
+ uses : github/codeql-action/autobuild@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3.29.4
32
32
33
33
# If the Autobuild fails above, remove it and uncomment the following three lines.
34
34
# modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.
38
38
# ./location_of_script_within_repo/buildscript.sh
39
39
40
40
- name : Perform CodeQL Analysis
41
- uses : github/codeql-action/analyze@d6bbdef45e766d081b84a2def353b0055f728d3e # v3.29.3
41
+ uses : github/codeql-action/analyze@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3.29.4
42
42
with :
43
43
category : " /language:python"
Original file line number Diff line number Diff line change
1
+ Bump github/codeql-action from 3.29.3 to 3.29.4 in the actions group
You can’t perform that action at this time.
0 commit comments