Skip to content

Commit e61addc

Browse files
Update github/codeql-action to version 3.29.0 (#412)
Co-authored-by: ASF Logging Services RM <[email protected]>
1 parent 2d81308 commit e61addc

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
@@ -50,7 +50,7 @@ jobs:
5050
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
5151

5252
- name: Initialize CodeQL
53-
uses: github/codeql-action/init@fca7ace96b7d713c7035871441bd52efbe39e27e # 3.28.19
53+
uses: github/codeql-action/init@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # 3.29.0
5454
with:
5555
# Also check GitHub Actions
5656
languages: ${{ inputs.language }}, actions
@@ -71,4 +71,4 @@ jobs:
7171
clean verify
7272
7373
- name: Perform CodeQL Analysis
74-
uses: github/codeql-action/analyze@fca7ace96b7d713c7035871441bd52efbe39e27e # 3.28.19
74+
uses: github/codeql-action/analyze@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # 3.29.0

.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@fca7ace96b7d713c7035871441bd52efbe39e27e # 3.28.19
49+
uses: github/codeql-action/init@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # 3.29.0
5050
with:
5151
languages: actions
5252

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ jobs:
6060
retention-days: 5
6161

6262
- name: "Upload to code-scanning"
63-
uses: github/codeql-action/upload-sarif@fca7ace96b7d713c7035871441bd52efbe39e27e # 3.28.19
63+
uses: github/codeql-action/upload-sarif@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # 3.29.0
6464
with:
6565
sarif_file: results.sarif

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

0 commit comments

Comments
 (0)