ci: bump actions/upload-artifact from 4.5.0 to 4.6.0 in the ga-dependencies group #1557
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Copyright 2022-2024, Intel Corporation | |
# SPDX-License-Identifier: BSD-3-Clause | |
name: Check copyright | |
permissions: read-all | |
on: [pull_request] | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
check_copyright: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 | |
with: | |
fetch-depth: 0 | |
submodules: false | |
- name: Check copyright | |
run: | | |
./scripts/check_copyright.sh "origin/$GITHUB_BASE_REF" | |