From 2f2f0b06546a552a7e591944f4f79291c4bfc569 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 20:37:42 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/apollo-studio-checks.yml | 2 +- .github/workflows/apollo-studio-publish.yml | 2 +- .github/workflows/conventional-pr.yaml | 2 +- .github/workflows/image-main-latest.yml | 2 +- .github/workflows/lint-go.yml | 2 +- .github/workflows/release.yml | 4 ++-- .github/workflows/renovate-generate.yml | 2 +- .github/workflows/test-go.yml | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/apollo-studio-checks.yml b/.github/workflows/apollo-studio-checks.yml index 96582e95..a2c2f0a2 100644 --- a/.github/workflows/apollo-studio-checks.yml +++ b/.github/workflows/apollo-studio-checks.yml @@ -20,7 +20,7 @@ jobs: APOLLO_VCS_REMOTE_URL: ${{ github.event.pull_request.head.repo.clone_url }} APOLLO_VCS_BRANCH: ${{ github.event.pull_request.head.label }} steps: - - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 with: ref: ${{ github.event.pull_request.head.sha }} diff --git a/.github/workflows/apollo-studio-publish.yml b/.github/workflows/apollo-studio-publish.yml index 37cc6b57..97f4bc95 100644 --- a/.github/workflows/apollo-studio-publish.yml +++ b/.github/workflows/apollo-studio-publish.yml @@ -11,7 +11,7 @@ jobs: APOLLO_KEY: ${{ secrets.APOLLO_KEY }} APOLLO_VCS_COMMIT: ${{ github.event.pull_request.head.sha }} steps: - - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 - name: Install Rover run: | diff --git a/.github/workflows/conventional-pr.yaml b/.github/workflows/conventional-pr.yaml index 73efc295..462d26e4 100644 --- a/.github/workflows/conventional-pr.yaml +++ b/.github/workflows/conventional-pr.yaml @@ -15,7 +15,7 @@ jobs: permissions: pull-requests: write steps: - - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 - uses: CondeNast/conventional-pull-request-action@3ce30fdb4d2beef8b941f23a1114dd8188eba082 # v0.2.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/image-main-latest.yml b/.github/workflows/image-main-latest.yml index a2b31ac3..8c524f66 100644 --- a/.github/workflows/image-main-latest.yml +++ b/.github/workflows/image-main-latest.yml @@ -14,7 +14,7 @@ jobs: - name: Log in to GHCR run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u $ --password-stdin - - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 with: fetch-depth: 0 diff --git a/.github/workflows/lint-go.yml b/.github/workflows/lint-go.yml index 62022bfd..444fd8e1 100644 --- a/.github/workflows/lint-go.yml +++ b/.github/workflows/lint-go.yml @@ -29,7 +29,7 @@ jobs: ports: - 5432:5432 steps: - - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 - uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5 with: go-version-file: "go.mod" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 10f6a9e3..ecac3613 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,7 @@ jobs: helm: runs-on: ubuntu-latest steps: - - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 - name: Publish Helm charts uses: stefanprodan/helm-gh-pages@master @@ -30,7 +30,7 @@ jobs: - name: Log in to GHCR run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u $ --password-stdin - - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 with: fetch-depth: 0 diff --git a/.github/workflows/renovate-generate.yml b/.github/workflows/renovate-generate.yml index b5a3e011..7a6aba21 100644 --- a/.github/workflows/renovate-generate.yml +++ b/.github/workflows/renovate-generate.yml @@ -21,7 +21,7 @@ jobs: - name: Checkout code if: steps.check_renovate.outputs.is_renovate == 'true' - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 with: repository: ${{ github.event.pull_request.head.repo.full_name }} ref: ${{ github.event.pull_request.head.ref }} diff --git a/.github/workflows/test-go.yml b/.github/workflows/test-go.yml index 79c9a4a2..2e00828e 100644 --- a/.github/workflows/test-go.yml +++ b/.github/workflows/test-go.yml @@ -26,7 +26,7 @@ jobs: steps: - name: Checkout code for ${{ matrix.ci-database }} - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 - name: Set up Go for ${{ matrix.ci-database }} uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5 with: