Skip to content

Commit e1481dd

Browse files
chore(deps): update github/codeql-action action to v4.36.3
1 parent 1968b50 commit e1481dd

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

action-templates/actions/action-codeql/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,17 @@ runs:
4141
cache: "maven"
4242
cache-dependency-path: "${{ inputs.path }}/pom.xml"
4343
- name: Initialize CodeQL for ${{ inputs.codeql-language }}
44-
uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
44+
uses: github/codeql-action/init@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4.36.3
4545
with:
4646
languages: ${{ inputs.codeql-language }}
4747
build-mode: ${{ inputs.codeql-buildmode }}
4848
queries: ${{ inputs.codeql-query }}
4949
- if: inputs.codeql-buildmode == 'autobuild'
5050
name: Build using autobuild
51-
uses: github/codeql-action/autobuild@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
51+
uses: github/codeql-action/autobuild@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4.36.3
5252
with:
5353
working-directory: ${{ inputs.path }}
5454
- name: Perform CodeQL analysis for ${{ inputs.codeql-language }}
55-
uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
55+
uses: github/codeql-action/analyze@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4.36.3
5656
with:
5757
category: "/language:${{ inputs.codeql-language }}-/path:${{ inputs.path }}"

action-templates/actions/action-trivy/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ runs:
4949

5050
- name: Upload Trivy scan results to GitHub Security tab
5151
if: ${{ always() && hashFiles('trivy-results.sarif') != '' }}
52-
uses: github/codeql-action/upload-sarif@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
52+
uses: github/codeql-action/upload-sarif@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4.36.3
5353
with:
5454
sarif_file: "trivy-results.sarif"

0 commit comments

Comments
 (0)