Skip to content

Commit

Permalink
Update github/codeql-action to version 3.27.9 (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
asf-rm committed Dec 13, 2024
1 parent 59ca1fd commit 12ec5d0
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@babb554ede22fd5605947329c4d04d8e7a0b8155 # 3.27.7
uses: github/codeql-action/init@df409f7d9260372bd5f19e5b04e83cb3c43714ae # 3.27.9
with:
languages: ${{ inputs.language }}

Expand All @@ -63,4 +63,4 @@ jobs:
clean verify
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@babb554ede22fd5605947329c4d04d8e7a0b8155 # 3.27.7
uses: github/codeql-action/analyze@df409f7d9260372bd5f19e5b04e83cb3c43714ae # 3.27.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@babb554ede22fd5605947329c4d04d8e7a0b8155 # 2.1.22
uses: github/codeql-action/upload-sarif@df409f7d9260372bd5f19e5b04e83cb3c43714ae # 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="299" link="https://github.com/apache/logging-parent/pull/299"/>
<description format="asciidoc">Update `github/codeql-action` to version `3.27.7`</description>
<issue id="301" link="https://github.com/apache/logging-parent/pull/301"/>
<description format="asciidoc">Update `github/codeql-action` to version `3.27.9`</description>
</entry>

0 comments on commit 12ec5d0

Please sign in to comment.