From ded73881fe4b169a01cc62301bc168badedbff39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 12:46:05 +0000 Subject: [PATCH] chore(deps): bump actions/checkout in the dependencies group Bumps the dependencies group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `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 dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yaml | 14 +++++++------- .github/workflows/semgrep.yaml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 2da8717..bb87af0 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -21,7 +21,7 @@ jobs: name: Lints runs-on: ubuntu-latest steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.5.4 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.5.4 with: fetch-depth: 0 - uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1 @@ -39,7 +39,7 @@ jobs: name: Security Audits runs-on: ubuntu-latest steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.5.4 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.5.4 with: fetch-depth: 0 - uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1 @@ -55,7 +55,7 @@ jobs: name: Tests runs-on: ubuntu-latest steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.5.4 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.5.4 with: fetch-depth: 0 @@ -75,7 +75,7 @@ jobs: name: Shellcheck runs-on: ubuntu-latest steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - name: Run ShellCheck uses: ludeeus/action-shellcheck@00cae500b08a931fb5698e11e79bfbd38e612a38 #2.0.0 @@ -84,7 +84,7 @@ jobs: if: startsWith(github.ref, 'refs/tags/v') != true runs-on: ubuntu-latest steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.5.4 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.5.4 with: fetch-depth: 0 - uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1 @@ -100,7 +100,7 @@ jobs: shell: bash - name: Checkout - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.5.4 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.5.4 with: fetch-depth: 0 @@ -139,7 +139,7 @@ jobs: shell: bash - name: Checkout - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.5.4 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.5.4 with: fetch-depth: 0 diff --git a/.github/workflows/semgrep.yaml b/.github/workflows/semgrep.yaml index 2a83992..1389419 100644 --- a/.github/workflows/semgrep.yaml +++ b/.github/workflows/semgrep.yaml @@ -15,7 +15,7 @@ jobs: image: returntocorp/semgrep if: (github.actor != 'dependabot[bot]' && github.actor != 'snyk-bot') steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.5.4 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.5.4 with: fetch-depth: 0 - run: semgrep ci --no-suppress-errors