Skip to content

Commit 2bf3dfc

Browse files
Update github/codeql-action to version 3.28.19 (#402)
Co-authored-by: ASF Logging Services RM <private@logging.apache.org>
1 parent 91180a2 commit 2bf3dfc

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
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@ff0a06e83cb2de871e5a09832bc6a81e7276941f # 3.28.18
46+
uses: github/codeql-action/init@fca7ace96b7d713c7035871441bd52efbe39e27e # 3.28.19
4747
with:
4848
# Also check GitHub Actions
4949
languages: ${{ inputs.language }}, actions
@@ -64,4 +64,4 @@ jobs:
6464
clean verify
6565
6666
- name: Perform CodeQL Analysis
67-
uses: github/codeql-action/analyze@ff0a06e83cb2de871e5a09832bc6a81e7276941f # 3.28.18
67+
uses: github/codeql-action/analyze@fca7ace96b7d713c7035871441bd52efbe39e27e # 3.28.19

.github/workflows/codeql-analysis.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ jobs:
4646
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
4747

4848
- name: Initialize CodeQL
49-
uses: github/codeql-action/init@ff0a06e83cb2de871e5a09832bc6a81e7276941f # 3.28.18
49+
uses: github/codeql-action/init@fca7ace96b7d713c7035871441bd52efbe39e27e # 3.28.19
5050
with:
5151
languages: actions
5252

5353
- name: Perform CodeQL Analysis
54-
uses: github/codeql-action/analyze@ff0a06e83cb2de871e5a09832bc6a81e7276941f # 3.28.18
54+
uses: github/codeql-action/analyze@fca7ace96b7d713c7035871441bd52efbe39e27e # 3.28.19

.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@ff0a06e83cb2de871e5a09832bc6a81e7276941f # 3.28.18
57+
uses: github/codeql-action/upload-sarif@fca7ace96b7d713c7035871441bd52efbe39e27e # 3.28.19
5858
with:
5959
sarif_file: results.sarif

src/changelog/.12.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="393" link="https://github.com/apache/logging-parent/pull/393"/>
7-
<description format="asciidoc">Update `github/codeql-action` to version `3.28.18`</description>
6+
<issue id="402" link="https://github.com/apache/logging-parent/pull/402"/>
7+
<description format="asciidoc">Update `github/codeql-action` to version `3.28.19`</description>
88
</entry>

0 commit comments

Comments
 (0)