Bump actions/checkout from 3 to 4 (#1019)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
49cb3cf518
commit
73f7ab8ff4
|
@ -39,7 +39,7 @@ jobs:
|
||||||
if: ${{ github.actor == 'dependabot[bot]' && github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success' }}
|
if: ${{ github.actor == 'dependabot[bot]' && github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success' }}
|
||||||
steps:
|
steps:
|
||||||
- name: Development Code
|
- name: Development Code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
###### GET PR NUMBER
|
###### GET PR NUMBER
|
||||||
# we saved the pr_number in tests.yml. fetch it so we can merge the correct PR.
|
# we saved the pr_number in tests.yml. fetch it so we can merge the correct PR.
|
||||||
|
|
|
@ -46,7 +46,7 @@ jobs:
|
||||||
packages: write
|
packages: write
|
||||||
steps:
|
steps:
|
||||||
- name: Check out the repository
|
- name: Check out the repository
|
||||||
uses: actions/checkout@v3.3.0
|
uses: actions/checkout@v4
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
- name: Log in to the Container registry
|
- name: Log in to the Container registry
|
||||||
|
@ -100,7 +100,7 @@ jobs:
|
||||||
packages: write
|
packages: write
|
||||||
steps:
|
steps:
|
||||||
- name: Check out the repository
|
- name: Check out the repository
|
||||||
uses: actions/checkout@v3.3.0
|
uses: actions/checkout@v4
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
- name: Log in to the Container registry
|
- name: Log in to the Container registry
|
||||||
|
@ -155,7 +155,7 @@ jobs:
|
||||||
packages: write
|
packages: write
|
||||||
steps:
|
steps:
|
||||||
- name: Check out the repository
|
- name: Check out the repository
|
||||||
uses: actions/checkout@v3.3.0
|
uses: actions/checkout@v4
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
- name: Log in to the Container registry
|
- name: Log in to the Container registry
|
||||||
|
|
|
@ -14,7 +14,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Check out the repository
|
- name: Check out the repository
|
||||||
uses: actions/checkout@v3.3.0
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v4.6.1
|
uses: actions/setup-python@v4.6.1
|
||||||
|
|
|
@ -15,7 +15,7 @@ jobs:
|
||||||
packages: write
|
packages: write
|
||||||
steps:
|
steps:
|
||||||
- name: Check out the repository
|
- name: Check out the repository
|
||||||
uses: actions/checkout@v3.3.0
|
uses: actions/checkout@v4
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
- name: Log in to the Container registry
|
- name: Log in to the Container registry
|
||||||
|
@ -51,7 +51,7 @@ jobs:
|
||||||
packages: write
|
packages: write
|
||||||
steps:
|
steps:
|
||||||
- name: Check out the repository
|
- name: Check out the repository
|
||||||
uses: actions/checkout@v3.3.0
|
uses: actions/checkout@v4
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
- name: Log in to the Container registry
|
- name: Log in to the Container registry
|
||||||
|
@ -88,7 +88,7 @@ jobs:
|
||||||
packages: write
|
packages: write
|
||||||
steps:
|
steps:
|
||||||
- name: Check out the repository
|
- name: Check out the repository
|
||||||
uses: actions/checkout@v3.3.0
|
uses: actions/checkout@v4
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
- name: Log in to the Container registry
|
- name: Log in to the Container registry
|
||||||
|
@ -119,7 +119,7 @@ jobs:
|
||||||
needs: [create_frontend_docker_image, create_backend_docker_image, create_demo-proxy]
|
needs: [create_frontend_docker_image, create_backend_docker_image, create_demo-proxy]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
- name: Setup Apps
|
- name: Setup Apps
|
||||||
run: ./bin/run_arena_with_docker_compose
|
run: ./bin/run_arena_with_docker_compose
|
||||||
- name: wait_for_backend
|
- name: wait_for_backend
|
||||||
|
|
|
@ -50,7 +50,7 @@ jobs:
|
||||||
# This is where you will need to introduce the Snyk API token created with your Snyk account
|
# This is where you will need to introduce the Snyk API token created with your Snyk account
|
||||||
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
|
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- name: Set up Snyk CLI to check for security issues
|
- name: Set up Snyk CLI to check for security issues
|
||||||
# Snyk can be used to break the build when it detects 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
|
# In this case we want to upload the SAST issues to GitHub Code Scanning
|
||||||
|
@ -108,7 +108,7 @@ jobs:
|
||||||
# This is where you will need to introduce the Snyk API token created with your Snyk account
|
# This is where you will need to introduce the Snyk API token created with your Snyk account
|
||||||
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
|
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- name: Set up Snyk CLI to check for security issues
|
- name: Set up Snyk CLI to check for security issues
|
||||||
# Snyk can be used to break the build when it detects 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
|
# In this case we want to upload the SAST issues to GitHub Code Scanning
|
||||||
|
|
|
@ -114,7 +114,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Check out the repository
|
- name: Check out the repository
|
||||||
uses: actions/checkout@v3.3.0
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set up Python ${{ matrix.python }}
|
- name: Set up Python ${{ matrix.python }}
|
||||||
uses: actions/setup-python@v4.6.1
|
uses: actions/setup-python@v4.6.1
|
||||||
|
@ -145,7 +145,7 @@ jobs:
|
||||||
# which annoyingly runs python setup outside of the nox environment (which seems to be flakier on poetry install).
|
# which annoyingly runs python setup outside of the nox environment (which seems to be flakier on poetry install).
|
||||||
# - name: Checkout Samples
|
# - name: Checkout Samples
|
||||||
# if: matrix.database == 'sqlite'
|
# if: matrix.database == 'sqlite'
|
||||||
# uses: actions/checkout@v3
|
# uses: actions/checkout@v4
|
||||||
# with:
|
# with:
|
||||||
# repository: sartography/sample-process-models
|
# repository: sartography/sample-process-models
|
||||||
# path: sample-process-models
|
# path: sample-process-models
|
||||||
|
@ -214,7 +214,7 @@ jobs:
|
||||||
working-directory: .
|
working-directory: .
|
||||||
steps:
|
steps:
|
||||||
- name: Check out the repository
|
- name: Check out the repository
|
||||||
uses: actions/checkout@v3.3.0
|
uses: actions/checkout@v4
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v4.6.1
|
uses: actions/setup-python@v4.6.1
|
||||||
with:
|
with:
|
||||||
|
@ -236,9 +236,9 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Check out the repository
|
- name: Check out the repository
|
||||||
uses: actions/checkout@v3.3.0
|
uses: actions/checkout@v4
|
||||||
- name: Checkout Samples
|
- name: Checkout Samples
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: sartography/sample-process-models
|
repository: sartography/sample-process-models
|
||||||
path: sample-process-models
|
path: sample-process-models
|
||||||
|
@ -255,7 +255,7 @@ jobs:
|
||||||
needs: [tests-backend, run_pre_commit_checks, check_docker_start_script]
|
needs: [tests-backend, run_pre_commit_checks, check_docker_start_script]
|
||||||
steps:
|
steps:
|
||||||
- name: Check out the repository
|
- name: Check out the repository
|
||||||
uses: actions/checkout@v3.3.0
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
# Disabling shallow clone is recommended for improving relevancy of reporting in sonarcloud
|
# Disabling shallow clone is recommended for improving relevancy of reporting in sonarcloud
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
@ -332,7 +332,7 @@ jobs:
|
||||||
working-directory: spiffworkflow-frontend
|
working-directory: spiffworkflow-frontend
|
||||||
steps:
|
steps:
|
||||||
- name: Development Code
|
- name: Development Code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
# Disabling shallow clone is recommended for improving relevancy of reporting in sonarcloud
|
# Disabling shallow clone is recommended for improving relevancy of reporting in sonarcloud
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
@ -368,11 +368,11 @@ jobs:
|
||||||
working-directory: spiffworkflow-frontend
|
working-directory: spiffworkflow-frontend
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.event.workflow_run.head_sha }}
|
ref: ${{ github.event.workflow_run.head_sha }}
|
||||||
- name: Checkout Samples
|
- name: Checkout Samples
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: sartography/sample-process-models
|
repository: sartography/sample-process-models
|
||||||
path: sample-process-models
|
path: sample-process-models
|
||||||
|
|
Loading…
Reference in New Issue