Skip to content

Commit

Permalink
One more try at code scanning cgi files
Browse files Browse the repository at this point in the history
  • Loading branch information
adkinsrs committed Nov 16, 2023
1 parent 1476c7e commit cd84f4d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Install "rename" utility
run: sudo apt-get install rename

- name: Rename all CGI files to have Python extension
shell: bash
run: rename 's/\.cgi/\.py/' *.cgi

# Initializes the CodeQL tools for scanning.
Expand Down

0 comments on commit cd84f4d

Please sign in to comment.