From 53f3d4e439c39b8b38f333b7bd826cf992cc12bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 11:02:20 +0000 Subject: [PATCH] Bump actions/checkout from 4.1.0 to 4.1.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.1. - [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/8ade135a41bc03ea155e62e844d188df1ea18608...b4ffde65f46336ab88eb53be808477a3936bae11) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql_analysis.yml | 2 +- .github/workflows/dependency_review.yml | 2 +- .github/workflows/main.yml | 2 +- .github/workflows/reusable_monitoring.yml | 6 +++--- .github/workflows/verify.yml | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/codeql_analysis.yml b/.github/workflows/codeql_analysis.yml index f75168bc..eab76a30 100644 --- a/.github/workflows/codeql_analysis.yml +++ b/.github/workflows/codeql_analysis.yml @@ -38,7 +38,7 @@ jobs: language: [ 'go' ] steps: - name: Checkout repository - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v3 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v3 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/dependency_review.yml b/.github/workflows/dependency_review.yml index 0e097f9a..c40598ac 100644 --- a/.github/workflows/dependency_review.yml +++ b/.github/workflows/dependency_review.yml @@ -23,6 +23,6 @@ jobs: runs-on: ubuntu-latest steps: - name: 'Checkout Repository' - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v3 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v3 - name: 'Dependency Review' uses: actions/dependency-review-action@6c5ccdad469c9f8a2996bfecaec55a631a347034 # v2 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 93c6a4eb..252cc30f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -35,7 +35,7 @@ jobs: OS: ubuntu-latest steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v2.4.0 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v2.4.0 # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.0.3 with: diff --git a/.github/workflows/reusable_monitoring.yml b/.github/workflows/reusable_monitoring.yml index 1ba414c0..484e9ce0 100644 --- a/.github/workflows/reusable_monitoring.yml +++ b/.github/workflows/reusable_monitoring.yml @@ -59,7 +59,7 @@ jobs: runs-on: ubuntu-latest needs: [detect-workflow] steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v3.3.0 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v3.3.0 with: repository: ${{ needs.detect-workflow.outputs.repository }} ref: "${{ needs.detect-workflow.outputs.ref }}" @@ -96,7 +96,7 @@ jobs: ISSUE_REPOSITORY: ${{ github.repository }} if: ${{ needs.monitor.result == 'success' && inputs.file_issue }} steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v3.3.0 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v3.3.0 with: repository: ${{ needs.detect-workflow.outputs.repository }} ref: "${{ needs.detect-workflow.outputs.ref }}" @@ -114,7 +114,7 @@ jobs: ISSUE_REPOSITORY: ${{ github.repository }} if: ${{ always() && needs.monitor.result == 'failure' && inputs.file_issue }} steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v3.3.0 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v3.3.0 with: repository: ${{ needs.detect-workflow.outputs.repository }} ref: "${{ needs.detect-workflow.outputs.ref }}" diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 3d00f8d5..e02d02ef 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -25,7 +25,7 @@ jobs: name: license boilerplate check runs-on: ubuntu-latest steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v2.4.0 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v2.4.0 - uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v2.2.0 with: go-version-file: './go.mod' @@ -41,7 +41,7 @@ jobs: name: lint runs-on: ubuntu-latest steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v2.4.0 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v2.4.0 - uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v2.2.0 with: go-version-file: './go.mod'