Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/cd-ansible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ jobs:
steps:

- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Checkout actions
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: signalwire/actions-template
ref: main
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cd-centos-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@ jobs:
environment: ${{ inputs.ENVIRONMENT }}

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
fetch-depth: 0

- name: Checkout actions
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: signalwire/actions-template
ref: main
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cd-cloud-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ jobs:

steps:
- name: 'Checkout'
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
fetch-depth: 0

- name: Checkout actions
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: signalwire/actions-template
ref: main
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cd-deb-syncchangelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ jobs:
environment: ${{ inputs.ENVIRONMENT }}

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
fetch-depth: 0
token: ${{ secrets.PAT }}

- name: Checkout actions
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: signalwire/actions-template
ref: main
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cd-gitops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@ jobs:
contents: write

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
fetch-depth: 0

- name: Checkout actions
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: signalwire/actions-template
ref: main
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cd-kubernetes-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@ jobs:
environment: ${{ inputs.ENVIRONMENT }}

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
fetch-depth: 0

- name: Checkout actions
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: signalwire/actions-template
ref: main
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cd-libs-metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:

steps:
- name: Checkout metadatarepo (${{ inputs.LIB_NAME }}/${{ inputs.TARGET_OS }}/${{ inputs.TARGET_PLATFORM }})
uses: actions/checkout@v4
uses: actions/checkout@v5
continue-on-error: true
id: metabranch
with:
Expand All @@ -86,7 +86,7 @@ jobs:
token: ${{ secrets.GH_BOT_DEPLOY_TOKEN || github.token }}

- name: Checkout metadatarepo (${{ inputs.TARGET_REPO_DEFAULT_BRANCH }})
uses: actions/checkout@v4
uses: actions/checkout@v5
if: steps.metabranch.outcome != 'success'
with:
repository: ${{ inputs.TARGET_REPO }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd-retag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
steps:

- name: Checkout actions
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: signalwire/actions-template
ref: main
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cd-rpm-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ jobs:
permissions: write-all

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
fetch-depth: 0

- name: Checkout actions
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: signalwire/actions-template
ref: main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd-scp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:

steps:
- name: Checkout actions
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: signalwire/actions-template
ref: main
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cd-swarm-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@ jobs:
environment: ${{ inputs.ENVIRONMENT }}

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
fetch-depth: 0

- name: Checkout actions
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: signalwire/actions-template
ref: main
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ jobs:
IMAGE_MATRIX: ${{ fromJson(steps.out.outputs.result).image }}

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
ref: ${{ inputs.REF || github.ref }}
fetch-depth: 0
Expand All @@ -204,7 +204,7 @@ jobs:
sudo apt update
sudo apt install -y git

- uses: actions/checkout@v4
- uses: actions/checkout@v5
name: Checkout private submoules recursively
id: private
if: ${{ inputs.SUBMODULES_RECURSIVE == true && inputs.SUBMODULES_PRIVATE == true }}
Expand All @@ -214,7 +214,7 @@ jobs:
token: ${{ secrets.GH_BOT_DEPLOY_TOKEN || github.token }}
submodules: 'recursive'

- uses: actions/checkout@v4
- uses: actions/checkout@v5
name: Checkout public submoules recursively
id: public
if: ${{ inputs.SUBMODULES_RECURSIVE == true && inputs.SUBMODULES_PRIVATE == false }}
Expand All @@ -228,7 +228,7 @@ jobs:
- run: git show -s --oneline --no-abbrev-commit >> ${{inputs.REVISION_PATH}}/REVISION

- name: Checkout actions
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: signalwire/actions-template
ref: main
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
environment: ${{ inputs.ENVIRONMENT }}

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
fetch-depth: 0

Expand All @@ -149,15 +149,15 @@ jobs:
sudo apt update
sudo apt install -y git

- uses: actions/checkout@v4
- uses: actions/checkout@v5
if: ${{ inputs.SUBMODULES_RECURSIVE == true }}
name: Checkout submodules
with:
ssh-key: ${{ secrets.GH_BOT_DEPLOY_KEY }}
submodules: 'recursive'

- name: Checkout actions
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: signalwire/actions-template
ref: main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-deb-packages-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
name: Build
environment: ${{ inputs.ENVIRONMENT }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
fetch-depth: 0

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-deb-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ jobs:
environment: ${{ inputs.ENVIRONMENT }}

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
fetch-depth: 0

- name: Checkout actions
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: signalwire/actions-template
ref: main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-rpm-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
environment: ${{ inputs.ENVIRONMENT }}

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
fetch-depth: 0

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
environment: ${{ inputs.ENVIRONMENT }}
name: Cypress
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
fetch-depth: 0

Expand All @@ -75,7 +75,7 @@ jobs:
with:
node-version: ${{ inputs.NODE_VERSION }}

- uses: actions/checkout@v4
- uses: actions/checkout@v5
name: Checkout private submoules recursively
id: private
if: ${{ inputs.SUBMODULES_RECURSIVE == true && inputs.SUBMODULES_PRIVATE == true }}
Expand All @@ -84,7 +84,7 @@ jobs:
token: ${{ secrets.GH_BOT_DEPLOY_TOKEN || github.token }}
submodules: 'recursive'

- uses: actions/checkout@v4
- uses: actions/checkout@v5
name: Checkout public submoules recursively
id: public
if: ${{ inputs.SUBMODULES_RECURSIVE == true && inputs.SUBMODULES_PRIVATE == false }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/cicd-docker-build-and-distribute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,21 +145,21 @@ jobs:
steps:
- name: Checkout code
if: ${{ inputs.REF == '' }}
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
fetch-depth: 0
path: ${{ inputs.CODE_WORKING_DIRECTORY }}

- name: Checkout code by REF
if: ${{ inputs.REF != '' }}
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
ref: ${{ inputs.REF }}
fetch-depth: 0
path: ${{ inputs.CODE_WORKING_DIRECTORY }}

- name: Checkout reusable actions
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: signalwire/actions-template
ref: main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/helm-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: azure/setup-helm@v4
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: helm version
run: helm version
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/helm-remote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Install Helm
uses: azure/setup-helm@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/iac-secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ jobs:
run: chmod +w -R ${GITHUB_WORKSPACE}; rm -rf ${GITHUB_WORKSPACE}/*;

- name: 'Checkout'
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Checkout actions
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: signalwire/actions-template
ref: main
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/iac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,10 @@ jobs:
run: chmod +w -R ${GITHUB_WORKSPACE}; rm -rf ${GITHUB_WORKSPACE}/*;

- name: 'Checkout'
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Checkout actions
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: signalwire/actions-template
ref: main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/meta-repo-content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
steps:

- name: Checkout reusable actions
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: signalwire/actions-template
ref: main
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-vault.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:

steps:
- name: 'Checkout'
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Checkout actions
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: signalwire/actions-template
ref: vault-secrets
Expand Down