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:
2222 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2323
2424 - name : Initialize CodeQL
25- uses : github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
25+ uses : github/codeql-action/init@d6bbdef45e766d081b84a2def353b0055f728d3e # v3.29.3
2626 with :
2727 languages : ' python'
2828 config-file : ./.github/codeql-config.yml
2929
3030 - name : Autobuild
31- uses : github/codeql-action/autobuild@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
31+ uses : github/codeql-action/autobuild@d6bbdef45e766d081b84a2def353b0055f728d3e # v3.29.3
3232
3333 # If the Autobuild fails above, remove it and uncomment the following three lines.
3434 # modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.
3838 # ./location_of_script_within_repo/buildscript.sh
3939
4040 - name : Perform CodeQL Analysis
41- uses : github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
41+ uses : github/codeql-action/analyze@d6bbdef45e766d081b84a2def353b0055f728d3e # v3.29.3
4242 with :
4343 category : " /language:python"
Original file line number Diff line number Diff line change 1+ Bump github/codeql-action from 3.29.2 to 3.29.3 in the actions group
You can’t perform that action at this time.
0 commit comments