From bb821aabcbe89e9a39edfbc4b48bd5558deb0a38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 23:14:40 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20actions/checkout=20?= =?UTF-8?q?from=203=20to=204=20(#4213)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
Release notes

Sourced from actions/checkout's releases.

v4.0.0

What's Changed

New Contributors

Full Changelog: https://github.com/actions/checkout/compare/v3...v4.0.0

v3.6.0

What's Changed

New Contributors

Full Changelog: https://github.com/actions/checkout/compare/v3.5.3...v3.6.0

v3.5.3

What's Changed

New Contributors

Full Changelog: https://github.com/actions/checkout/compare/v3...v3.5.3

v3.5.2

What's Changed

Full Changelog: https://github.com/actions/checkout/compare/v3.5.1...v3.5.2

v3.5.1

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

v4.0.0

v3.6.0

v3.5.3

v3.5.2

v3.5.1

v3.5.0

v3.4.0

v3.3.0

v3.2.0

v3.1.0

v3.0.2

v3.0.1

... (truncated)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/checkout&package-manager=github_actions&previous-version=3&new-version=4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
--- .github/workflows/_filechange_checker.yml | 2 +- .github/workflows/binary-publish.yml | 4 ++-- .github/workflows/ci.yml | 26 +++++++++++------------ .github/workflows/ci_test_cleanup.yml | 4 ++-- .github/workflows/load_test.yml | 6 +++--- .github/workflows/longevity_test.yml | 2 +- .github/workflows/nightly_test.yml | 4 ++-- .github/workflows/sanity-test.yaml | 2 +- .github/workflows/website-publish.yml | 6 +++--- 9 files changed, 28 insertions(+), 28 deletions(-) diff --git a/.github/workflows/_filechange_checker.yml b/.github/workflows/_filechange_checker.yml index 92201d961..6e7a2954d 100644 --- a/.github/workflows/_filechange_checker.yml +++ b/.github/workflows/_filechange_checker.yml @@ -24,7 +24,7 @@ jobs: websitefileschanged: ${{ steps.websitechecker.outputs.websitefileschanged }} actionsfileschanged: ${{ steps.actionschecker.outputs.actionsfileschanged }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # only run CI tests if the src folder or workflow actions have changed - name: Check for file changes in src/ or .github/workflows/ diff --git a/.github/workflows/binary-publish.yml b/.github/workflows/binary-publish.yml index 27cb7449c..74f12d192 100644 --- a/.github/workflows/binary-publish.yml +++ b/.github/workflows/binary-publish.yml @@ -9,7 +9,7 @@ jobs: outputs: version: ${{ steps.version.outputs.version }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Get version string id: version @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Publish Binary uses: ./.github/actions/publish-binary diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 22dc7453a..0b40aa696 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: run: working-directory: src steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # single setup and sum cache handling here. # the results will cascade onto both testing and linting. @@ -63,7 +63,7 @@ jobs: website-bucket: ${{ steps.website-bucket.outputs.website-bucket }} website-cfid: ${{ steps.website-cfid.outputs.website-cfid }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Figure out environment id: environment @@ -113,7 +113,7 @@ jobs: if: startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/main' || needs.precheck.outputs.websitefileschanged == 'true' # websitefileschanged also includes srcfileschanged steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Lint Website uses: ./.github/actions/website-linting @@ -140,7 +140,7 @@ jobs: CORSO_LOG_FILE: ${{ github.workspace }}/src/testlog/run-ci.log LOG_GRAPH_REQUESTS: true steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup Golang with cache uses: magnetikonline/action-golang-cache@v4 @@ -211,7 +211,7 @@ jobs: CORSO_LOG_FILE: ${{ github.workspace }}/src/testlog/run-ci-retention.log LOG_GRAPH_REQUESTS: true steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup Golang with cache uses: magnetikonline/action-golang-cache@v4 @@ -279,7 +279,7 @@ jobs: LOG_GRAPH_REQUESTS: true CORSO_ENABLE_GROUPS: true steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup Golang with cache uses: magnetikonline/action-golang-cache@v4 @@ -360,7 +360,7 @@ jobs: # Check out merge commit - name: Fork based /ok-to-test checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: "refs/pull/${{ github.event.client_payload.pull_request.number }}/merge" @@ -454,7 +454,7 @@ jobs: run: working-directory: src steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup Golang with cache uses: magnetikonline/action-golang-cache@v4 @@ -500,7 +500,7 @@ jobs: runs-on: ubuntu-latest if: needs.precheck.outputs.actionsfileschanged == 'true' steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: actionlint uses: raven-actions/actionlint@v1 @@ -525,7 +525,7 @@ jobs: if: startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/main' steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Publish Binary uses: ./.github/actions/publish-binary @@ -547,7 +547,7 @@ jobs: env: PLATFORMS: linux/amd64,linux/arm64 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # Setup buildx - name: Set up QEMU @@ -685,7 +685,7 @@ jobs: if: github.ref == 'refs/heads/main' steps: - - uses: actions/checkout@v3 # need to checkout to make the action available + - uses: actions/checkout@v4 # need to checkout to make the action available - name: Publish website uses: ./.github/actions/publish-website @@ -701,7 +701,7 @@ jobs: if: startsWith(github.ref, 'refs/tags/') steps: - - uses: actions/checkout@v3 # need to checkout to make the action available + - uses: actions/checkout@v4 # need to checkout to make the action available - name: Publish website uses: ./.github/actions/publish-website diff --git a/.github/workflows/ci_test_cleanup.yml b/.github/workflows/ci_test_cleanup.yml index 3687c0e0c..cf90823b1 100644 --- a/.github/workflows/ci_test_cleanup.yml +++ b/.github/workflows/ci_test_cleanup.yml @@ -15,7 +15,7 @@ jobs: user: [ CORSO_M365_TEST_USER_ID, CORSO_SECONDARY_M365_TEST_USER_ID, '' ] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # sets the maximum time to now-30m. # CI test have a 20 minute timeout. @@ -50,7 +50,7 @@ jobs: site: [ CORSO_M365_TEST_SITE_URL ] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # sets the maximum time to now-30m. # CI test have a 20 minute timeout. diff --git a/.github/workflows/load_test.yml b/.github/workflows/load_test.yml index 7c93ce19b..45ac8d7e2 100644 --- a/.github/workflows/load_test.yml +++ b/.github/workflows/load_test.yml @@ -26,7 +26,7 @@ jobs: run: working-directory: src steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Build the otel-daemon run: make build-otel-daemon @@ -120,7 +120,7 @@ jobs: outputs: matrix: ${{ steps.build.outputs.matrix }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - id: build run: | u=$(echo "${{ secrets.CORSO_M365_LOAD_TEST_ORG_USERS }}" | sed 's/\[/["/g' | sed 's/\]/"]/g' | sed 's/|/","/g') @@ -140,7 +140,7 @@ jobs: matrix: user: [ CORSO_M365_LOAD_TEST_USER_ID, '' ] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set folder boundary datetime run: | echo "NOW=$(date -u +"%Y-%m-%dT%H:%M:%SZ")" >> $GITHUB_ENV diff --git a/.github/workflows/longevity_test.yml b/.github/workflows/longevity_test.yml index 8d7a3f55a..af9435c4a 100644 --- a/.github/workflows/longevity_test.yml +++ b/.github/workflows/longevity_test.yml @@ -50,7 +50,7 @@ jobs: ############################################################################ # setup steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 # needed to get latest tag diff --git a/.github/workflows/nightly_test.yml b/.github/workflows/nightly_test.yml index df51b4e66..e9447575d 100644 --- a/.github/workflows/nightly_test.yml +++ b/.github/workflows/nightly_test.yml @@ -30,7 +30,7 @@ jobs: run: working-directory: src steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # single setup and sum cache handling here. # the results will cascade onto both testing and linting. @@ -61,7 +61,7 @@ jobs: CLIENT_APP_SLOT: ${{ needs.SetM365App.outputs.client_app_slot }} CORSO_ENABLE_GROUPS: true steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup Golang with cache uses: magnetikonline/action-golang-cache@v4 diff --git a/.github/workflows/sanity-test.yaml b/.github/workflows/sanity-test.yaml index 3bd0c3d11..d61314724 100644 --- a/.github/workflows/sanity-test.yaml +++ b/.github/workflows/sanity-test.yaml @@ -50,7 +50,7 @@ jobs: # setup steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup Golang with cache uses: magnetikonline/action-golang-cache@v4 diff --git a/.github/workflows/website-publish.yml b/.github/workflows/website-publish.yml index dda3909e9..4581d9bfe 100644 --- a/.github/workflows/website-publish.yml +++ b/.github/workflows/website-publish.yml @@ -21,7 +21,7 @@ jobs: outputs: version: ${{ steps.version.outputs.version }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 # needed to get latest tag @@ -40,7 +40,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Lint Website uses: ./.github/actions/website-linting @@ -56,7 +56,7 @@ jobs: working-directory: website steps: - - uses: actions/checkout@v3 # need to checkout to make the action available + - uses: actions/checkout@v4 # need to checkout to make the action available - name: Publish website uses: ./.github/actions/publish-website