From 62b38f96a58f1fd96ec7c40ebc71b8d1689538fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 20:10:10 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 4.1.1 to 4.1.5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/b4ffde65f46336ab88eb53be808477a3936bae11...44c2b7a8a4ea60a981eaca3cf939b5f4305c123b) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/module.apicheck.yml | 2 +- .github/workflows/module.codeql.yml | 2 +- .github/workflows/module.detekt.yml | 2 +- .github/workflows/module.qodana.yml | 2 +- .github/workflows/scorecard.yml | 2 +- .github/workflows/trigger.release.yml | 6 +++--- .github/workflows/trigger.yml | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/module.apicheck.yml b/.github/workflows/module.apicheck.yml index bdbce73..650c1fd 100644 --- a/.github/workflows/module.apicheck.yml +++ b/.github/workflows/module.apicheck.yml @@ -41,7 +41,7 @@ jobs: egress-policy: audit - name: "Setup: Checkout" - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v3 + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v3 - name: "Setup: JDK 19" uses: buildjet/setup-java@89ddc594b1d96eada357fc2824610d5d6650f2da # v4 with: diff --git a/.github/workflows/module.codeql.yml b/.github/workflows/module.codeql.yml index a02a7b0..a103e40 100644 --- a/.github/workflows/module.codeql.yml +++ b/.github/workflows/module.codeql.yml @@ -52,7 +52,7 @@ jobs: egress-policy: audit - name: "Setup: Checkout" - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v3 + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v3 - name: "Setup: JDK 19" uses: buildjet/setup-java@89ddc594b1d96eada357fc2824610d5d6650f2da # v4 with: diff --git a/.github/workflows/module.detekt.yml b/.github/workflows/module.detekt.yml index f3b1590..3a51fd9 100644 --- a/.github/workflows/module.detekt.yml +++ b/.github/workflows/module.detekt.yml @@ -31,7 +31,7 @@ jobs: egress-policy: audit - name: "Setup: Checkout" - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v3 + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v3 - name: "Setup: JDK 19" uses: buildjet/setup-java@89ddc594b1d96eada357fc2824610d5d6650f2da # v4 with: diff --git a/.github/workflows/module.qodana.yml b/.github/workflows/module.qodana.yml index db5e0e7..f4e7594 100644 --- a/.github/workflows/module.qodana.yml +++ b/.github/workflows/module.qodana.yml @@ -37,7 +37,7 @@ jobs: egress-policy: audit - name: "Setup: Checkout" - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v3 + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v3 - name: "Setup: JDK 19" uses: buildjet/setup-java@89ddc594b1d96eada357fc2824610d5d6650f2da # v4 with: diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index c3f18ee..fdfc45a 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -24,7 +24,7 @@ jobs: egress-policy: audit - name: "Setup: Checkout" - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 with: persist-credentials: false - name: "Analysis: OSSF Scorecard" diff --git a/.github/workflows/trigger.release.yml b/.github/workflows/trigger.release.yml index 826f626..aa00870 100644 --- a/.github/workflows/trigger.release.yml +++ b/.github/workflows/trigger.release.yml @@ -112,7 +112,7 @@ jobs: egress-policy: audit - name: "Setup: Checkout" - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v3 + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v3 - name: "Setup: JDK 11" uses: buildjet/setup-java@89ddc594b1d96eada357fc2824610d5d6650f2da # v4 with: @@ -165,7 +165,7 @@ jobs: egress-policy: audit - name: "Setup: Checkout" - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v3 + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v3 - name: "Setup: JDK 11" uses: buildjet/setup-java@89ddc594b1d96eada357fc2824610d5d6650f2da # v4 with: @@ -219,7 +219,7 @@ jobs: egress-policy: audit - name: "Setup: Checkout" - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v3 + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v3 - name: "Setup: JDK 11" uses: buildjet/setup-java@89ddc594b1d96eada357fc2824610d5d6650f2da # v4 with: diff --git a/.github/workflows/trigger.yml b/.github/workflows/trigger.yml index 982c55d..6fc47af 100644 --- a/.github/workflows/trigger.yml +++ b/.github/workflows/trigger.yml @@ -264,6 +264,6 @@ jobs: egress-policy: audit - name: "Setup: Checkout" - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v3 + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v3 - name: "Analysis: Dependency Review" uses: actions/dependency-review-action@5bbc3ba658137598168acb2ab73b21c432dd411b # v3