Skip to content

Commit

Permalink
Update github/codeql-action to version 3.26.9 (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
asf-rm committed Sep 25, 2024
1 parent ae0a8e4 commit 191db24
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 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@692973e3d937129bcbf40652eb9f2f61becf3332 # 4.1.7

- name: Initialize CodeQL
uses: github/codeql-action/init@294a9d92911152fe08befb9ec03e240add280cb3 # 3.26.8
uses: github/codeql-action/init@461ef6c76dfe95d5c364de2f431ddbd31a417628 # 3.26.9
with:
languages: ${{ inputs.language }}

Expand All @@ -63,4 +63,4 @@ jobs:
clean verify
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@294a9d92911152fe08befb9ec03e240add280cb3 # 3.26.8
uses: github/codeql-action/analyze@461ef6c76dfe95d5c364de2f431ddbd31a417628 # 3.26.9
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@294a9d92911152fe08befb9ec03e240add280cb3 # 2.1.22
uses: github/codeql-action/upload-sarif@461ef6c76dfe95d5c364de2f431ddbd31a417628 # 2.1.22
with:
sarif_file: results.sarif
8 changes: 8 additions & 0 deletions src/changelog/.11.x.x/update_github_codeql_action.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
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="250" link="https://github.com/apache/logging-parent/pull/250"/>
<description format="asciidoc">Update `github/codeql-action` to version `3.26.9`</description>
</entry>

0 comments on commit 191db24

Please sign in to comment.