@@ -40,10 +40,10 @@ jobs:
4040 python : ${{ steps.filter.outputs.python }}
4141 steps :
4242 - name : Checkout repository
43- uses : it-at-m/lhm_actions/action-templates/actions/action-checkout@12966547963631f8429d42bab860485b413003c2 # v1.0.22
43+ uses : it-at-m/lhm_actions/action-templates/actions/action-checkout@e012d3bda6f9d5511415e2d885f32826049284a4 # v1.0.23
4444 - name : Path Filter
4545 id : filter
46- uses : it-at-m/lhm_actions/action-templates/actions/action-filter@12966547963631f8429d42bab860485b413003c2 # v1.0.22
46+ uses : it-at-m/lhm_actions/action-templates/actions/action-filter@e012d3bda6f9d5511415e2d885f32826049284a4 # v1.0.23
4747 codeql-java :
4848 name : Analyze Java source files
4949 runs-on : ubuntu-latest
5353 matrix :
5454 build-path : ["./refarch-backend", "./refarch-eai"] # JSON array formatted as string, contains the paths to the java projects to build
5555 steps :
56- - uses : it-at-m/lhm_actions/action-templates/actions/action-codeql@12966547963631f8429d42bab860485b413003c2 # v1.0.22
56+ - uses : it-at-m/lhm_actions/action-templates/actions/action-codeql@e012d3bda6f9d5511415e2d885f32826049284a4 # v1.0.23
5757 if : ${{ env.analyze-java == 'true' && (github.ref_name == 'main' || needs.check-changes.outputs.java == 'true') }}
5858 with :
5959 codeql-language : java-kotlin
6666 runs-on : ubuntu-latest
6767 needs : check-changes
6868 steps :
69- - uses : it-at-m/lhm_actions/action-templates/actions/action-codeql@12966547963631f8429d42bab860485b413003c2 # v1.0.22
69+ - uses : it-at-m/lhm_actions/action-templates/actions/action-codeql@e012d3bda6f9d5511415e2d885f32826049284a4 # v1.0.23
7070 if : ${{ env.analyze-javascript-typescript-vue == 'true' && (github.ref_name == 'main' || needs.check-changes.outputs.javascript-typescript-vue == 'true') }}
7171 with :
7272 codeql-language : javascript-typescript
7676 runs-on : ubuntu-latest
7777 needs : check-changes
7878 steps :
79- - uses : it-at-m/lhm_actions/action-templates/actions/action-codeql@12966547963631f8429d42bab860485b413003c2 # v1.0.22
79+ - uses : it-at-m/lhm_actions/action-templates/actions/action-codeql@e012d3bda6f9d5511415e2d885f32826049284a4 # v1.0.23
8080 if : ${{ env.analyze-python == 'true' && (github.ref_name == 'main' || needs.check-changes.outputs.python == 'true') }}
8181 with :
8282 codeql-language : python
0 commit comments