From 80e2c3adf3605ad714b6585fb0bcc85c5759ef40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 09:14:37 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 2 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](https://github.com/actions/checkout/compare/v2...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/banned_file_changes_pr.yml | 2 +- .github/workflows/codeql-analysis.yaml | 4 ++-- .github/workflows/license_audit.yml | 2 +- .github/workflows/release-zip-file.yml | 2 +- .github/workflows/repolinter.yml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/banned_file_changes_pr.yml b/.github/workflows/banned_file_changes_pr.yml index 26c967352..62df3ff33 100644 --- a/.github/workflows/banned_file_changes_pr.yml +++ b/.github/workflows/banned_file_changes_pr.yml @@ -15,7 +15,7 @@ jobs: with: pull_url: ${{ github.event.pull_request.url }} - name: 'Checkout repo' - uses: actions/checkout@v2 + uses: actions/checkout@v7 with: ref: ${{ github.event.pull_request.head.ref }} repository: ${{ github.event.pull_request.head.repo.full_name }} diff --git a/.github/workflows/codeql-analysis.yaml b/.github/workflows/codeql-analysis.yaml index fda2b5fd4..9e35a02fb 100644 --- a/.github/workflows/codeql-analysis.yaml +++ b/.github/workflows/codeql-analysis.yaml @@ -1,4 +1,4 @@ -# Copyright (c) 2026, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2026, Oracle and/or its affiliates. All rights reserved. # Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/. # Run CodeQL over the repository. For more configuration options see .github/codeql/codeql-config.yaml @@ -35,7 +35,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/license_audit.yml b/.github/workflows/license_audit.yml index 5a40acbca..a3ea664cc 100644 --- a/.github/workflows/license_audit.yml +++ b/.github/workflows/license_audit.yml @@ -13,7 +13,7 @@ jobs: password: ${{ secrets.GHCR_PAT }} steps: - name: 'Checkout repo' - uses: actions/checkout@v2 + uses: actions/checkout@v7 with: ref: ${{ github.event.pull_request.head.ref }} repository: ${{ github.event.pull_request.head.repo.full_name }} diff --git a/.github/workflows/release-zip-file.yml b/.github/workflows/release-zip-file.yml index 5d014aabc..1efb4c326 100644 --- a/.github/workflows/release-zip-file.yml +++ b/.github/workflows/release-zip-file.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 'Checkout repo' - uses: actions/checkout@v2 + uses: actions/checkout@v7 - name: 'Make (and upload) ZIP file(s)' uses: oracle-devrel/action-release-zip-maker@v0.5 id: zip_maker diff --git a/.github/workflows/repolinter.yml b/.github/workflows/repolinter.yml index 2d23deef2..ac6bec367 100644 --- a/.github/workflows/repolinter.yml +++ b/.github/workflows/repolinter.yml @@ -12,7 +12,7 @@ jobs: password: ${{ secrets.GHCR_PAT }} steps: - name: 'Checkout repo' - uses: actions/checkout@v2 + uses: actions/checkout@v7 with: ref: ${{ github.event.pull_request.head.ref }} repository: ${{ github.event.pull_request.head.repo.full_name }}