diff --git a/.github/workflows/cd-docs.yml b/.github/workflows/cd-docs.yml index c864411b897..6de8d4ef45b 100644 --- a/.github/workflows/cd-docs.yml +++ b/.github/workflows/cd-docs.yml @@ -19,7 +19,7 @@ jobs: python-version: ["3.11"] runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v3 with: diff --git a/.github/workflows/cd-hagrid.yml b/.github/workflows/cd-hagrid.yml index 94bf7509f83..67a0639fb16 100644 --- a/.github/workflows/cd-hagrid.yml +++ b/.github/workflows/cd-hagrid.yml @@ -44,7 +44,7 @@ jobs: current_hash: ${{ steps.get_hash.outputs.current_hash }} previous_hash: ${{ steps.get_hash.outputs.previous_hash }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: token: ${{ secrets.SYFT_BOT_COMMIT_TOKEN }} - name: Install checksumdir diff --git a/.github/workflows/cd-syft.yml b/.github/workflows/cd-syft.yml index 7e0192690d5..2e03aa982ee 100644 --- a/.github/workflows/cd-syft.yml +++ b/.github/workflows/cd-syft.yml @@ -49,7 +49,7 @@ jobs: grid_version: ${{ steps.release_metadata.outputs.grid_version }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # actions/setup-python doesn't yet support ARM - name: Setup Python on x64 @@ -225,7 +225,7 @@ jobs: run: | sudo chown -R $USER:$USER $HOME - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: token: ${{ secrets.SYFT_BOT_COMMIT_TOKEN }} @@ -341,7 +341,7 @@ jobs: # Checkout Infra repo (nested) - name: Checkout Infra Repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: ${{ secrets.INFRA_REPO }} ref: "main" @@ -389,7 +389,7 @@ jobs: # Checkout to gh-pages and update helm repo - name: Checkout to gh-pages - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: gh-pages token: ${{ secrets.SYFT_BOT_COMMIT_TOKEN }} diff --git a/.github/workflows/cd-syftcli.yml b/.github/workflows/cd-syftcli.yml index 63287f1532b..f80e5c20939 100644 --- a/.github/workflows/cd-syftcli.yml +++ b/.github/workflows/cd-syftcli.yml @@ -36,7 +36,7 @@ jobs: previous_hash: ${{ steps.get-hashes.outputs.previous_hash }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: token: ${{ secrets.SYFT_BOT_COMMIT_TOKEN }} @@ -112,7 +112,7 @@ jobs: runs-on: ${{matrix.os}} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Python uses: actions/setup-python@v3 @@ -148,7 +148,7 @@ jobs: contents: write # For tag and release notes. steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Deployed Version run: echo ${{needs.deploy-syft-cli.outputs.deployed_version}} diff --git a/.github/workflows/container-scan.yml b/.github/workflows/container-scan.yml index 41abfc5b1b6..a9e7ededee9 100644 --- a/.github/workflows/container-scan.yml +++ b/.github/workflows/container-scan.yml @@ -17,7 +17,7 @@ jobs: actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # free 10GB of space - name: Remove unnecessary files @@ -57,7 +57,7 @@ jobs: actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Snyk CLI to check for security issues # Snyk can be used to break the build when it detects security issues. # In this case we want to upload the SAST issues to GitHub Code Scanning @@ -110,7 +110,7 @@ jobs: actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # Build the docker image for testing - name: Build a Docker image @@ -141,7 +141,7 @@ jobs: actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Snyk CLI to check for security issues # Snyk can be used to break the build when it detects security issues. # In this case we want to upload the SAST issues to GitHub Code Scanning @@ -184,7 +184,7 @@ jobs: actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Python uses: actions/setup-python@v3 @@ -231,7 +231,7 @@ jobs: actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 #Generate SBOM - name: Run Trivy vulnerability scanner @@ -273,7 +273,7 @@ jobs: actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Snyk CLI to check for security issues # Snyk can be used to break the build when it detects security issues. # In this case we want to upload the SAST issues to GitHub Code Scanning @@ -310,7 +310,7 @@ jobs: actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 #Generate SBOM - name: Run Trivy vulnerability scanner @@ -352,7 +352,7 @@ jobs: actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Snyk CLI to check for security issues # Snyk can be used to break the build when it detects security issues. # In this case we want to upload the SAST issues to GitHub Code Scanning @@ -389,7 +389,7 @@ jobs: actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 #Generate SBOM - name: Run Trivy vulnerability scanner @@ -431,7 +431,7 @@ jobs: actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Snyk CLI to check for security issues # Snyk can be used to break the build when it detects security issues. # In this case we want to upload the SAST issues to GitHub Code Scanning diff --git a/.github/workflows/manual-delete-buildjet-cache.yml b/.github/workflows/manual-delete-buildjet-cache.yml index cd382d848c7..f67ef779a06 100644 --- a/.github/workflows/manual-delete-buildjet-cache.yml +++ b/.github/workflows/manual-delete-buildjet-cache.yml @@ -16,7 +16,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - uses: buildjet/cache-delete@v1 with: cache_key: ${{ inputs.cache_key }} diff --git a/.github/workflows/post-merge-tasks.yml b/.github/workflows/post-merge-tasks.yml index 774b65a464e..a8eed326acf 100644 --- a/.github/workflows/post-merge-tasks.yml +++ b/.github/workflows/post-merge-tasks.yml @@ -12,7 +12,7 @@ jobs: post-merge-cleanup-notebooks: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: token: ${{ secrets.SYFT_BOT_COMMIT_TOKEN }} diff --git a/.github/workflows/pr-tests-enclave.yml b/.github/workflows/pr-tests-enclave.yml index 21b89e9bcf8..6066a22c150 100644 --- a/.github/workflows/pr-tests-enclave.yml +++ b/.github/workflows/pr-tests-enclave.yml @@ -29,7 +29,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # free 10GB of space - name: Remove unnecessary files diff --git a/.github/workflows/pr-tests-frontend.yml b/.github/workflows/pr-tests-frontend.yml index 1ea66dcf149..358f1e9e9cf 100644 --- a/.github/workflows/pr-tests-frontend.yml +++ b/.github/workflows/pr-tests-frontend.yml @@ -27,7 +27,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Check for file changes uses: dorny/paths-filter@v2 @@ -98,7 +98,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # free 10GB of space - name: Remove unnecessary files diff --git a/.github/workflows/pr-tests-hagrid.yml b/.github/workflows/pr-tests-hagrid.yml index 956dd136279..7fc43af73a0 100644 --- a/.github/workflows/pr-tests-hagrid.yml +++ b/.github/workflows/pr-tests-hagrid.yml @@ -32,7 +32,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Check for file changes uses: dorny/paths-filter@v2 diff --git a/.github/workflows/pr-tests-linting.yml b/.github/workflows/pr-tests-linting.yml index 41ec391eff9..8c767cadfda 100644 --- a/.github/workflows/pr-tests-linting.yml +++ b/.github/workflows/pr-tests-linting.yml @@ -20,7 +20,7 @@ jobs: python-version: ["3.11"] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v3 diff --git a/.github/workflows/pr-tests-stack-arm64.yml b/.github/workflows/pr-tests-stack-arm64.yml index 38dca0b7490..3ba6349cf85 100644 --- a/.github/workflows/pr-tests-stack-arm64.yml +++ b/.github/workflows/pr-tests-stack-arm64.yml @@ -28,7 +28,7 @@ jobs: # run: | # sudo chown -R $USER:$USER ~/actions-runner/_work/ - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # free 10GB of space - name: Remove unnecessary files diff --git a/.github/workflows/pr-tests-stack-public.yml b/.github/workflows/pr-tests-stack-public.yml index 8572a0cccd7..5d891d81049 100644 --- a/.github/workflows/pr-tests-stack-public.yml +++ b/.github/workflows/pr-tests-stack-public.yml @@ -34,7 +34,7 @@ jobs: echo "deleting ${GITHUB_WORKSPACE}/.git/config" rm ${GITHUB_WORKSPACE}/.git/config - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Check for file changes uses: dorny/paths-filter@v2 diff --git a/.github/workflows/pr-tests-stack.yml b/.github/workflows/pr-tests-stack.yml index 44bd1f8ad12..11ed2eb047a 100644 --- a/.github/workflows/pr-tests-stack.yml +++ b/.github/workflows/pr-tests-stack.yml @@ -48,7 +48,7 @@ jobs: # echo "deleting ${GITHUB_WORKSPACE}/.git/config" # rm ${GITHUB_WORKSPACE}/.git/config - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # free 10GB of space - name: Remove unnecessary files @@ -248,7 +248,7 @@ jobs: runs-on: ${{matrix.os}} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Check for file changes uses: dorny/paths-filter@v2 @@ -320,7 +320,7 @@ jobs: echo "deleting ${GITHUB_WORKSPACE}/.git/config" rm ${GITHUB_WORKSPACE}/.git/config - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # free 10GB of space - name: Remove unnecessary files @@ -527,7 +527,7 @@ jobs: - name: Permission to home directory run: | sudo chown -R $USER:$USER $HOME - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Check for file changes uses: dorny/paths-filter@v2 id: changes diff --git a/.github/workflows/pr-tests-syft.yml b/.github/workflows/pr-tests-syft.yml index 349bf4320ee..97d766bf4d7 100644 --- a/.github/workflows/pr-tests-syft.yml +++ b/.github/workflows/pr-tests-syft.yml @@ -46,7 +46,7 @@ jobs: echo "deleting ${GITHUB_WORKSPACE}/.git/config" rm ${GITHUB_WORKSPACE}/.git/config - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Check for file changes uses: dorny/paths-filter@v2 @@ -131,7 +131,7 @@ jobs: echo "deleting ${GITHUB_WORKSPACE}/.git/config" rm ${GITHUB_WORKSPACE}/.git/config - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Check for file changes uses: dorny/paths-filter@v2 @@ -201,7 +201,7 @@ jobs: # if: matrix.os == 'ubuntu-latest' # run: | # sudo chown -R $USER:$USER $HOME - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # free 10GB of space - name: Remove unnecessary files @@ -310,7 +310,7 @@ jobs: # if: matrix.os == 'ubuntu-latest' # run: | # sudo chown -R $USER:$USER $HOME - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Check for file changes uses: dorny/paths-filter@v2 id: changes diff --git a/.github/workflows/rhel-tests.yml b/.github/workflows/rhel-tests.yml index 675fc3c046c..df35b8f82d0 100644 --- a/.github/workflows/rhel-tests.yml +++ b/.github/workflows/rhel-tests.yml @@ -25,7 +25,7 @@ jobs: run: | sudo chown -R $USER:$USER ~/actions-runner/_work/ - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: check python version run: | diff --git a/.github/workflows/vm-tests.yml b/.github/workflows/vm-tests.yml index 7a8ade5da42..778997fc21e 100644 --- a/.github/workflows/vm-tests.yml +++ b/.github/workflows/vm-tests.yml @@ -28,7 +28,7 @@ jobs: runs-on: ${{matrix.os}} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Check for file changes uses: dorny/paths-filter@v2