From 1c77a6391236114e9d13901db5b0c6751d22ff3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 00:24:22 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 4.1.6 to 4.1.7 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.6 to 4.1.7. - [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/a5ac7e51b41094c92402da3b24376905380afc29...692973e3d937129bcbf40652eb9f2f61becf3332) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build-tools-ci.yml | 2 +- .github/workflows/ctlog-sth.yml | 2 +- .github/workflows/rate-limiting.yml | 2 +- .github/workflows/reusable-pager.yml | 2 +- .github/workflows/reusable-prober.yml | 6 +++--- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build-tools-ci.yml b/.github/workflows/build-tools-ci.yml index 8436cb6..aa3b8ab 100644 --- a/.github/workflows/build-tools-ci.yml +++ b/.github/workflows/build-tools-ci.yml @@ -30,7 +30,7 @@ jobs: pull-requests: read steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2 id: changes diff --git a/.github/workflows/ctlog-sth.yml b/.github/workflows/ctlog-sth.yml index 950adea..136799b 100644 --- a/.github/workflows/ctlog-sth.yml +++ b/.github/workflows/ctlog-sth.yml @@ -37,7 +37,7 @@ jobs: shard: 2022-2 steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0 with: go-version-file: 'prober/ctlog/go.mod' diff --git a/.github/workflows/rate-limiting.yml b/.github/workflows/rate-limiting.yml index 50b1673..4cfe1dc 100644 --- a/.github/workflows/rate-limiting.yml +++ b/.github/workflows/rate-limiting.yml @@ -23,7 +23,7 @@ jobs: fulcio_prod: ${{ steps.fulcio_prod.outputs.fulcio_prod }} summary: ${{ steps.msg.outputs.summary}} steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v3.3.0 with: go-version: '1.21' diff --git a/.github/workflows/reusable-pager.yml b/.github/workflows/reusable-pager.yml index 3cdf0a0..e9e8bc3 100644 --- a/.github/workflows/reusable-pager.yml +++ b/.github/workflows/reusable-pager.yml @@ -52,7 +52,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v3.3.0 with: go-version: '1.21' diff --git a/.github/workflows/reusable-prober.yml b/.github/workflows/reusable-prober.yml index 446e5e0..107935d 100644 --- a/.github/workflows/reusable-prober.yml +++ b/.github/workflows/reusable-prober.yml @@ -62,7 +62,7 @@ jobs: outputs: sigstore_probe: ${{ steps.msg.outputs.sigstore_probe }} steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Set up Go id: setup-go uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v3.3.0 @@ -112,7 +112,7 @@ jobs: root_state: ${{ steps.msg.outputs.root_state }} dedup_key: ${{ steps.msg.outputs.dedup_key }} steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Set initial root.json run: cp "${{ inputs.tuf_root_path }}" ./root.json @@ -166,7 +166,7 @@ jobs: rekor_fulcio_e2e: ${{ steps.msg.outputs.rekor_fulcio_e2e }} skip_pagerduty: ${{ steps.set-skip-pagerduty.outputs.skip_pagerduty }} steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 # This server is often down, resulting in a lot of flaky probers # If the server is down, and this step fails, we don't alert PagerDuty