From 004a97df6a8b883f5c6829a03dbf3c294c250c5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 09:51:31 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 4.1.2 to 4.1.6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.1.6. - [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/9bb56186c3b09b4f86b1c65136769dd318469633...a5ac7e51b41094c92402da3b24376905380afc29) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/android.yml | 2 +- .github/workflows/bazel.hardened.yml | 2 +- .github/workflows/bazel.yml | 2 +- .github/workflows/check.actions-lint.ci.yml | 2 +- .github/workflows/check.dependency-review.yml | 2 +- .github/workflows/check.scorecards.yml | 2 +- .github/workflows/check.yaml-lint.ci.yml | 2 +- .github/workflows/container.yml | 2 +- .github/workflows/jvm.gradle.yml | 2 +- .github/workflows/jvm.maven.yml | 2 +- .github/workflows/lint.action.yml | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 2e61532..91992a7 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -191,7 +191,7 @@ jobs: with: egress-policy: ${{ inputs.network || 'audit' }} - name: "Setup: Checkout" - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 with: persist-credentials: false - name: "Setup: Buildless" diff --git a/.github/workflows/bazel.hardened.yml b/.github/workflows/bazel.hardened.yml index 358938d..8c3160f 100644 --- a/.github/workflows/bazel.hardened.yml +++ b/.github/workflows/bazel.hardened.yml @@ -159,7 +159,7 @@ jobs: with: egress-policy: ${{ inputs.network || 'audit' }} - name: "Setup: Checkout" - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 with: persist-credentials: false - name: "Setup: Cache" diff --git a/.github/workflows/bazel.yml b/.github/workflows/bazel.yml index 544c533..13a031a 100644 --- a/.github/workflows/bazel.yml +++ b/.github/workflows/bazel.yml @@ -138,7 +138,7 @@ jobs: with: egress-policy: ${{ inputs.network || 'audit' }} - name: "Setup: Checkout" - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 with: persist-credentials: false - name: "Setup: Bazel" diff --git a/.github/workflows/check.actions-lint.ci.yml b/.github/workflows/check.actions-lint.ci.yml index dfc1c7f..409cda1 100644 --- a/.github/workflows/check.actions-lint.ci.yml +++ b/.github/workflows/check.actions-lint.ci.yml @@ -70,7 +70,7 @@ jobs: with: egress-policy: ${{ inputs.network || 'audit' }} - name: "Setup: Checkout" - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 with: persist-credentials: false - name: "Setup: Go" diff --git a/.github/workflows/check.dependency-review.yml b/.github/workflows/check.dependency-review.yml index d1bc7da..0eafb3f 100644 --- a/.github/workflows/check.dependency-review.yml +++ b/.github/workflows/check.dependency-review.yml @@ -24,7 +24,7 @@ jobs: with: egress-policy: ${{ inputs.network || 'audit' }} - name: "Setup: Checkout Repository" - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 with: persist-credentials: false - name: "Check: Dependency Review" diff --git a/.github/workflows/check.scorecards.yml b/.github/workflows/check.scorecards.yml index 46ec99c..93cca6e 100644 --- a/.github/workflows/check.scorecards.yml +++ b/.github/workflows/check.scorecards.yml @@ -31,7 +31,7 @@ jobs: with: egress-policy: ${{ inputs.network || 'audit' }} - name: "Setup: Checkout" - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 with: persist-credentials: false - name: "Analysis: Run OSSF Scorecard Tool" diff --git a/.github/workflows/check.yaml-lint.ci.yml b/.github/workflows/check.yaml-lint.ci.yml index ce3fcc4..a83f732 100644 --- a/.github/workflows/check.yaml-lint.ci.yml +++ b/.github/workflows/check.yaml-lint.ci.yml @@ -66,7 +66,7 @@ jobs: with: egress-policy: ${{ inputs.network || 'audit' }} - name: "Setup: Checkout" - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 with: persist-credentials: false - name: "Setup: PNPM" diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 24d7d3b..0045c28 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -167,7 +167,7 @@ jobs: with: egress-policy: ${{ inputs.network || 'audit' }} - name: "Setup: Checkout" - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 with: persist-credentials: false - name: "Setup: QEMU" diff --git a/.github/workflows/jvm.gradle.yml b/.github/workflows/jvm.gradle.yml index c152c51..163655e 100644 --- a/.github/workflows/jvm.gradle.yml +++ b/.github/workflows/jvm.gradle.yml @@ -245,7 +245,7 @@ jobs: with: egress-policy: ${{ inputs.network || 'audit' }} - name: "Setup: Checkout" - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 with: persist-credentials: false - name: "Setup: Buildless" diff --git a/.github/workflows/jvm.maven.yml b/.github/workflows/jvm.maven.yml index 824a1e8..e343f19 100644 --- a/.github/workflows/jvm.maven.yml +++ b/.github/workflows/jvm.maven.yml @@ -150,7 +150,7 @@ jobs: with: egress-policy: ${{ inputs.network || 'audit' }} - name: "Setup: Checkout" - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 with: persist-credentials: false - name: "Setup: Buildless" diff --git a/.github/workflows/lint.action.yml b/.github/workflows/lint.action.yml index 95f924d..b99fd83 100644 --- a/.github/workflows/lint.action.yml +++ b/.github/workflows/lint.action.yml @@ -32,7 +32,7 @@ jobs: with: egress-policy: ${{ inputs.network || 'audit' }} - name: "Setup: Checkout" - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 with: persist-credentials: false - name: "Setup: Go"