Skip to content

Commit

Permalink
Update github/codeql-action to version 2.22.10 (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
asf-rm committed Dec 13, 2023
1 parent 27335fb commit 546b183
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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@b4ffde65f46336ab88eb53be808477a3936bae11 # 4.1.1

- name: Initialize CodeQL
uses: github/codeql-action/init@c0d1daa7f7e14667747d73a7dbbe8c074bc8bfe2 # 2.22.9
uses: github/codeql-action/init@305f6546310b9203e892c28c1484e82977f4f63d # 2.22.10
with:
languages: ${{ inputs.language }}

Expand All @@ -63,4 +63,4 @@ jobs:
clean verify
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@c0d1daa7f7e14667747d73a7dbbe8c074bc8bfe2 # 2.22.9
uses: github/codeql-action/analyze@305f6546310b9203e892c28c1484e82977f4f63d # 2.22.10
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@c0d1daa7f7e14667747d73a7dbbe8c074bc8bfe2 # 2.1.22
uses: github/codeql-action/upload-sarif@305f6546310b9203e892c28c1484e82977f4f63d # 2.1.22
with:
sarif_file: results.sarif
4 changes: 2 additions & 2 deletions src/changelog/.10.x.x/update_github_codeql_action.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
xmlns="http://logging.apache.org/log4j/changelog"
xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
type="changed">
<issue id="76" link="https://github.com/apache/logging-parent/pull/76"/>
<description format="asciidoc">Update `github/codeql-action` to version `2.22.9`</description>
<issue id="79" link="https://github.com/apache/logging-parent/pull/79"/>
<description format="asciidoc">Update `github/codeql-action` to version `2.22.10`</description>
</entry>
2 changes: 1 addition & 1 deletion src/site/_release-notes/_10.x.x.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ This minor release contains several small improvements.
* Update `com.diffplug.spotless:spotless-maven-plugin` to version `2.41.1` (https://github.com/apache/logging-parent/pull/70[70])
* Update `com.github.spotbugs:spotbugs-annotations` to version `4.8.2` (https://github.com/apache/logging-parent/pull/68[68])
* Update `com.github.spotbugs:spotbugs-maven-plugin` to version `4.8.2.0` (https://github.com/apache/logging-parent/pull/71[71])
* Update `github/codeql-action` to version `2.22.9` (https://github.com/apache/logging-parent/pull/76[76])
* Update `github/codeql-action` to version `2.22.10` (https://github.com/apache/logging-parent/pull/79[79])
* Update `org.apache:apache` to version `31` (https://github.com/apache/logging-parent/pull/73[73])
* Update `org.apache.logging.log4j:log4j-changelog-maven-plugin` to version `0.6.0` (https://github.com/apache/logging-parent/pull/72[72])
* Update `org.codehaus.mojo:build-helper-maven-plugin` to version `3.5.0` (https://github.com/apache/logging-parent/pull/65[65])
Expand Down

0 comments on commit 546b183

Please sign in to comment.