diff --git a/.github/workflows/scorecards-analysis.yaml b/.github/workflows/scorecards-analysis.yaml index cc61f7fdabc..ceaf55bd4fd 100644 --- a/.github/workflows/scorecards-analysis.yaml +++ b/.github/workflows/scorecards-analysis.yaml @@ -46,7 +46,7 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 4.1.1 + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # 4.1.2 with: persist-credentials: false diff --git a/src/changelog/.2.x.x/update_actions_checkout.xml b/src/changelog/.2.x.x/update_actions_checkout.xml new file mode 100644 index 00000000000..bf7e80210fe --- /dev/null +++ b/src/changelog/.2.x.x/update_actions_checkout.xml @@ -0,0 +1,8 @@ + + + + Update `actions/checkout` to version `4.1.2` + diff --git a/src/site/_release-notes/_2.x.x.adoc b/src/site/_release-notes/_2.x.x.adoc index 9fbeb0a0cf8..815bc7403d5 100644 --- a/src/site/_release-notes/_2.x.x.adoc +++ b/src/site/_release-notes/_2.x.x.adoc @@ -26,5 +26,6 @@ This releases contains ... [#release-notes-2-x-x-updated] === Updated +* Update `actions/checkout` to version `4.1.2` (https://github.com/apache/logging-log4j2/pull/2370[2370]) * Update `com.fasterxml.jackson:jackson-bom` to version `2.17.0` (https://github.com/apache/logging-log4j2/pull/2372[2372]) * Update `org.apache.commons:commons-compress` to version `1.26.1` (https://github.com/apache/logging-log4j2/pull/2361[2361])