Skip to content

Commit

Permalink
Update github/codeql-action to version 3.28.0 (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
asf-rm committed Dec 23, 2024
1 parent 4176723 commit 6a9ae19
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@df409f7d9260372bd5f19e5b04e83cb3c43714ae # 3.27.9
uses: github/codeql-action/init@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # 3.28.0
with:
languages: ${{ inputs.language }}

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

0 comments on commit 6a9ae19

Please sign in to comment.