Skip to content

Commit 85b8c04

Browse files
committed
Update github/codeql-action to version 3.28.13 (#364)
1 parent d7eb3a6 commit 85b8c04

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@5f8171a638ada777af81d42b55959a643bb29017 # 3.28.12
46+
uses: github/codeql-action/init@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # 3.28.13
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@5f8171a638ada777af81d42b55959a643bb29017 # 3.28.12
67+
uses: github/codeql-action/analyze@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # 3.28.13

.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@5f8171a638ada777af81d42b55959a643bb29017 # 3.28.12
49+
uses: github/codeql-action/init@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # 3.28.13
5050
with:
5151
languages: actions
5252

5353
- name: Perform CodeQL Analysis
54-
uses: github/codeql-action/analyze@5f8171a638ada777af81d42b55959a643bb29017 # 3.28.12
54+
uses: github/codeql-action/analyze@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # 3.28.13

.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@5f8171a638ada777af81d42b55959a643bb29017 # 3.28.12
57+
uses: github/codeql-action/upload-sarif@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # 3.28.13
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="358" link="https://github.com/apache/logging-parent/pull/358"/>
7-
<description format="asciidoc">Update `github/codeql-action` to version `3.28.12`</description>
6+
<issue id="364" link="https://github.com/apache/logging-parent/pull/364"/>
7+
<description format="asciidoc">Update `github/codeql-action` to version `3.28.13`</description>
88
</entry>

0 commit comments

Comments
 (0)