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 }}