Skip to content

Commit 409e59a

Browse files
committed
Update github/codeql-action to version 3.28.9 (#326)
1 parent 45aeff4 commit 409e59a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/codeql-analysis-reusable.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
4444

4545
- name: Initialize CodeQL
46-
uses: github/codeql-action/init@dd746615b3b9d728a6a37ca2045b68ca76d4841a # 3.28.8
46+
uses: github/codeql-action/init@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # 3.28.9
4747
with:
4848
languages: ${{ inputs.language }}
4949

@@ -63,4 +63,4 @@ jobs:
6363
clean verify
6464
6565
- name: Perform CodeQL Analysis
66-
uses: github/codeql-action/analyze@dd746615b3b9d728a6a37ca2045b68ca76d4841a # 3.28.8
66+
uses: github/codeql-action/analyze@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # 3.28.9

.github/workflows/scorecards-analysis-reusable.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ jobs:
5454
retention-days: 5
5555

5656
- name: "Upload to code-scanning"
57-
uses: github/codeql-action/upload-sarif@dd746615b3b9d728a6a37ca2045b68ca76d4841a # 2.1.22
57+
uses: github/codeql-action/upload-sarif@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # 2.1.22
5858
with:
5959
sarif_file: results.sarif

src/changelog/.11.x.x/update_github_codeql_action.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
xmlns="https://logging.apache.org/xml/ns"
44
xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
55
type="updated">
6-
<issue id="325" link="https://github.com/apache/logging-parent/pull/325"/>
7-
<description format="asciidoc">Update `github/codeql-action` to version `3.28.8`</description>
6+
<issue id="326" link="https://github.com/apache/logging-parent/pull/326"/>
7+
<description format="asciidoc">Update `github/codeql-action` to version `3.28.9`</description>
88
</entry>

0 commit comments

Comments
 (0)