File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 steps :
2828 # Checkout the repository to the GitHub Actions runner
2929 - name : Checkout code
30- uses : actions/checkout@v4
30+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
3131 with :
3232 submodules : recursive
3333 token : ${{ secrets.GITHUB_TOKEN }}
4141
4242 # Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis
4343 - name : Run Codacy Analysis CLI
44- uses : codacy/codacy-analysis-cli-action@v4
44+ uses : codacy/codacy-analysis-cli-action@9e45d0be1fc80fd2d86048032610422fdbcc6068 # pinned from codacy/codacy-analysis-cli-action@ v4
4545 with :
4646 # Check https://github.com/codacy/codacy-analysis-cli#project-token to get your project token from your Codacy repository
4747 # You can also omit the token and run the tools that support default configurations
7070
7171 # Upload the SARIF file generated in the previous step
7272 - name : Upload SARIF results file
73- uses : github/codeql-action/upload-sarif@v4
73+ uses : github/codeql-action/upload-sarif@5c8a8a642e79153f5d047b10ec1cba1d1cc65699 # v3.35.1
7474 with :
7575 sarif_file : sarif-runs/
7676 category : codacy
Original file line number Diff line number Diff line change @@ -30,11 +30,12 @@ jobs:
3030
3131 steps :
3232 - name : Checkout repository
33- uses : actions/checkout@v4
33+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
34+
3435
3536 # Initializes the CodeQL tools for scanning.
3637 - name : Initialize CodeQL
37- uses : github/codeql-action/init@v3
38+ uses : github/codeql-action/init@5c8a8a642e79153f5d047b10ec1cba1d1cc65699 # v3.35.1
3839 with :
3940 languages : ${{ matrix.language }}
4041 # If you wish to specify custom queries, you can do so here or in a config file.
4344 # Python is an interpreted language so Autobuild is a no-op, but keeping
4445 # it here means the workflow works if compiled languages are added later.
4546 - name : Autobuild
46- uses : github/codeql-action/autobuild@v3
47+ uses : github/codeql-action/init@5c8a8a642e79153f5d047b10ec1cba1d1cc65699 # v3.35.1
4748
4849 - name : Perform CodeQL Analysis
49- uses : github/codeql-action/analyze@v3
50+ uses : github/codeql-action/analyze@5c8a8a642e79153f5d047b10ec1cba1d1cc65699 # v3.35.1
5051 with :
5152 category : " /language:${{ matrix.language }}"
53+
You can’t perform that action at this time.
0 commit comments