File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6161 # your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
6262 steps :
6363 - name : Checkout repository
64- uses : actions/checkout@v4
64+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
6565
6666 # Add any setup steps before running the `github/codeql-action/init` action.
6767 # This includes steps like installing compilers or runtimes (`actions/setup-node`
7171
7272 # Initializes the CodeQL tools for scanning.
7373 - name : Initialize CodeQL
74- uses : github/codeql-action/init@v4
74+ uses : github/codeql-action/init@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
7575 with :
7676 languages : ${{ matrix.language }}
7777 build-mode : ${{ matrix.build-mode }}
@@ -100,6 +100,6 @@ jobs:
100100 exit 1
101101
102102 - name : Perform CodeQL Analysis
103- uses : github/codeql-action/analyze@v4
103+ uses : github/codeql-action/analyze@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
104104 with :
105105 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 2525 runs-on : ubuntu-latest
2626 if : ${{ github.event.workflow_run.conclusion == 'success' }}
2727 steps :
28- - uses : actions/checkout@v4
28+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
2929 - name : create pull request
3030 run : |
3131 git config user.name "github-actions[bot]"
Original file line number Diff line number Diff line change 9494 env :
9595 DISPLAY : :1
9696 steps :
97- - uses : actions/checkout@v6
98- - uses : actions/cache@v5
97+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
98+ - uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
9999 with :
100100 key : m2repository
101101 path : |
@@ -106,7 +106,7 @@ jobs:
106106 run : ./build.sh -PlatestPlatform -PforceContextQualifier -DforceContextQualifier=`date '+%Y%m%d%H%M'` -DbuildUrl=file://`pwd` --errors --batch-mode --no-transfer-progress
107107 - name : Archive results
108108 if : always()
109- uses : actions/upload-artifact@v7
109+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
110110 with :
111111 if-no-files-found : error
112112 name : test_latest_results
@@ -117,7 +117,7 @@ jobs:
117117 **/target/work/**/*.ini
118118 **/*.hrpof
119119 - name : Publish Test Report
120- uses : mikepenz/action-junit-report@v6
120+ uses : mikepenz/action-junit-report@49b2ca06f62aa7ef83ae6769a2179271e160d8e4 # v6.3.1
121121 if : always() # always run even if the previous step fails
122122 with :
123123 report_paths : ' **/target/*-reports/*.xml'
You can’t perform that action at this time.
0 commit comments