From 42506a676d733cf60b49481975e75fd7b6ee8f9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Oct 2023 21:10:21 +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/codecov.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/gochecks.yml | 2 +- .github/workflows/main.yml | 2 +- .github/workflows/manual-build.yml | 2 +- .github/workflows/releaser.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 0b53fd2..5677bdc 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -11,7 +11,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # pin@v3 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # pin@v3 with: fetch-depth: 2 - name: Set up Go diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 798d88b..e8e4feb 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -38,7 +38,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # pin@v3 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # pin@v3 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/gochecks.yml b/.github/workflows/gochecks.yml index 30b7ee3..7b28a5e 100644 --- a/.github/workflows/gochecks.yml +++ b/.github/workflows/gochecks.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # pin@v3 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # pin@v3 - name: Setup Go environment uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # pin@v4 with: diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3ba8cc9..dfdc640 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,7 +22,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # pin@v3 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # pin@v3 - name: Set up QEMU uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # pin@v2 diff --git a/.github/workflows/manual-build.yml b/.github/workflows/manual-build.yml index 7ad86fc..15f1565 100644 --- a/.github/workflows/manual-build.yml +++ b/.github/workflows/manual-build.yml @@ -21,7 +21,7 @@ jobs: run: | echo "tag is ${{ github.event.inputs.tag }}" - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # pin@v3 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # pin@v3 with: ref: ${{ github.event.inputs.tag }} diff --git a/.github/workflows/releaser.yml b/.github/workflows/releaser.yml index 225e105..77939ca 100644 --- a/.github/workflows/releaser.yml +++ b/.github/workflows/releaser.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # pin@v3 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # pin@v3 with: fetch-depth: 0 - uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # pin@v1