Skip to content

Commit

Permalink
Update github/codeql-action to version 3.27.5 (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
asf-rm committed Nov 21, 2024
1 parent 6829dd0 commit d1db5f0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis-reusable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2

- name: Initialize CodeQL
uses: github/codeql-action/init@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # 3.27.4
uses: github/codeql-action/init@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # 3.27.5
with:
languages: ${{ inputs.language }}

Expand All @@ -63,4 +63,4 @@ jobs:
clean verify
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # 3.27.4
uses: github/codeql-action/analyze@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # 3.27.5
2 changes: 1 addition & 1 deletion .github/workflows/scorecards-analysis-reusable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ jobs:
retention-days: 5

- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # 2.1.22
uses: github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # 2.1.22
with:
sarif_file: results.sarif
4 changes: 2 additions & 2 deletions src/changelog/.11.x.x/update_github_codeql_action.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
xmlns="https://logging.apache.org/xml/ns"
xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
type="updated">
<issue id="286" link="https://github.com/apache/logging-parent/pull/286"/>
<description format="asciidoc">Update `github/codeql-action` to version `3.27.4`</description>
<issue id="288" link="https://github.com/apache/logging-parent/pull/288"/>
<description format="asciidoc">Update `github/codeql-action` to version `3.27.5`</description>
</entry>

0 comments on commit d1db5f0

Please sign in to comment.