From 63e4dd0be5cf541d999d9a6c4db4b6fea12831a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 05:44:16 +0000 Subject: [PATCH] gha: bump actions/checkout from 4.1.7 to 4.2.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0. - [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/692973e3d937129bcbf40652eb9f2f61becf3332...d632683dd7b4114ad314bca15554477dd762a938) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 4 ++-- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/codespell.yml | 2 +- .github/workflows/dependency-review.yml | 2 +- .github/workflows/gitlabsync.yml | 2 +- .github/workflows/linter.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/scan.yml | 4 ++-- .github/workflows/scorecard.yml | 2 +- .github/workflows/semgrep.yml | 2 +- .github/workflows/snyk.yml | 2 +- 11 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5b228d97..0433847b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,7 +34,7 @@ jobs: sum.golang.org:443 - name: Check out code into the Go module directory - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v2.4.0 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v2.4.0 - name: golangci-lint uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # v2 @@ -72,7 +72,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v2.4.0 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v2.4.0 with: fetch-depth: 0 diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 44485c19..3ecec9ac 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -53,7 +53,7 @@ jobs: uploads.github.com:443 - name: Checkout repository - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v2.4.0 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v2.4.0 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 9b5a7eeb..a6ac6631 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -34,7 +34,7 @@ jobs: github.com:443 - name: Checkout Code - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v2.4.0 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v2.4.0 with: # Full git history is needed to get a proper list of changed files within `super-linter` fetch-depth: 0 diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 7d305d13..136d429e 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -16,7 +16,7 @@ jobs: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs - name: 'Checkout Repository' - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - name: 'Dependency Review' uses: actions/dependency-review-action@0659a74c94536054bfa5aeb92241f70d680cc78e diff --git a/.github/workflows/gitlabsync.yml b/.github/workflows/gitlabsync.yml index aa4892f1..d4d47a65 100644 --- a/.github/workflows/gitlabsync.yml +++ b/.github/workflows/gitlabsync.yml @@ -24,7 +24,7 @@ jobs: github.com:443 gitlab.com:443 - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v2 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v2 with: fetch-depth: 0 diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index ae4f623b..b3b5907d 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -41,7 +41,7 @@ jobs: zrdfepirv2blaprdstr01a.blob.core.windows.net:443 - name: Checkout Code - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v2 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v2 with: # Full git history is needed to get a proper list of changed files within `super-linter` fetch-depth: 0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f749dc83..dd4a768e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -71,7 +71,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v2.4.0 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v2.4.0 with: fetch-depth: 0 diff --git a/.github/workflows/scan.yml b/.github/workflows/scan.yml index 44894627..47ba5afe 100644 --- a/.github/workflows/scan.yml +++ b/.github/workflows/scan.yml @@ -38,7 +38,7 @@ jobs: snyk.io:443 - name: Checkout code - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v2.4.0 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v2.4.0 - name: Run Snyk to check for vulnerabilities uses: snyk/actions/golang@b98d498629f1c368650224d6d212bf7dfa89e4bf # master @@ -74,7 +74,7 @@ jobs: snyk.io:443 - name: Checkout Source - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v2 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v2 - name: Run Gosec Security Scanner uses: securego/gosec@be8bd6e40be105333f2bc783ba8d688154441559 # master diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 6b02fcfc..471f6437 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -47,7 +47,7 @@ jobs: www.bestpractices.dev:443 - name: "Checkout code" - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v2.4.0 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v2.4.0 with: persist-credentials: false diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index 46fbd868..f9594d0e 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -24,7 +24,7 @@ jobs: metrics.semgrep.dev:443 semgrep.dev:443 - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v2 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v2 - uses: returntocorp/semgrep-action@713efdd345f3035192eaa63f56867b88e63e4e5d # v1 with: diff --git a/.github/workflows/snyk.yml b/.github/workflows/snyk.yml index 95095d69..a223d3e4 100644 --- a/.github/workflows/snyk.yml +++ b/.github/workflows/snyk.yml @@ -29,7 +29,7 @@ jobs: proxy.golang.org:443 snyk.io:443 - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v2.4.0 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v2.4.0 - name: Run Snyk to check for vulnerabilities uses: snyk/actions/golang@b98d498629f1c368650224d6d212bf7dfa89e4bf # master