Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 2

Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
runs-on: ubuntu-latest
name: Check that Github Actions documentation is up to date
steps:
- uses: actions/checkout@v6
- uses: go-task/setup-task@v1
- uses: actions/checkout@v7
- uses: go-task/setup-task@v2

# https://github.com/mxschmitt/action-tmate?tab=readme-ov-file#manually-triggered-debug
# Enable tmate debugging if debug logging is enabled (cf.
Expand All @@ -38,8 +38,8 @@ jobs:
runs-on: ubuntu-latest
name: Check that Github Actions template headers are up to date
steps:
- uses: actions/checkout@v6
- uses: go-task/setup-task@v1
- uses: actions/checkout@v7
- uses: go-task/setup-task@v2
- run: |
task github-actions:template-headers:update --yes
# Check that files have not changed.
Expand All @@ -50,8 +50,8 @@ jobs:
runs-on: ubuntu-latest
name: Check that config file headers are up to date
steps:
- uses: actions/checkout@v6
- uses: go-task/setup-task@v1
- uses: actions/checkout@v7
- uses: go-task/setup-task@v2
- run: |
task github-actions:config-headers:update --yes
# Check that files have not changed.
Expand All @@ -62,8 +62,8 @@ jobs:
runs-on: ubuntu-latest
name: Check that workflow and config file links are up to date
steps:
- uses: actions/checkout@v6
- uses: go-task/setup-task@v1
- uses: actions/checkout@v7
- uses: go-task/setup-task@v2
- run: |
task github-actions:link --yes
# Check that files have not changed.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/markdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Create docker network
run: |
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- symfony-8
name: Validate compose (${{ matrix.version }})
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Validate local docker compose files
run: |
Expand All @@ -59,7 +59,7 @@ jobs:

name: Validate nginx conf (${{ matrix.version }}/${{ matrix.compose_file}})
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Create docker network
run: |
Expand All @@ -80,7 +80,7 @@ jobs:

name: Test template install (${{ matrix.version }})
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Install and check template
run: |
Expand Down Expand Up @@ -108,8 +108,8 @@ jobs:

name: Check that Bash completion is up to date
steps:
- uses: actions/checkout@v6
- uses: go-task/setup-task@v1
- uses: actions/checkout@v7
- uses: go-task/setup-task@v2

- name: Build completion
run: task completion:build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/shell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: go-task/setup-task@v1
- uses: actions/checkout@v7
- uses: go-task/setup-task@v2

- run: |
task lint:shell-script
2 changes: 1 addition & 1 deletion .github/workflows/yaml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
yaml-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Create docker network
run: |
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ Changelog", this file is a reverse-chronological list of merged pull requests.

## Open PR's

- [PR-145](https://github.com/itk-dev/devops_itkdev-docker/pull/145) - 2026-07-08 -
Updated GitHub Actions to latest versions (`actions/checkout` to `v7`,
`go-task/setup-task` to `v2`) in workflow templates and repository CI
- [PR-143](https://github.com/itk-dev/devops_itkdev-docker/pull/143) - 2026-06-02 -
Fixed `composer audit` action to audit the lock file (`--locked`) for
compatibility with the latest Composer
Expand Down
2 changes: 1 addition & 1 deletion github/workflows/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 2

Expand Down
6 changes: 3 additions & 3 deletions github/workflows/composer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
composer-validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Create docker network
run: |
Expand All @@ -56,7 +56,7 @@ jobs:
composer-normalized:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Create docker network
run: |
Expand All @@ -69,7 +69,7 @@ jobs:
composer-audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Create docker network
run: |
Expand Down
2 changes: 1 addition & 1 deletion github/workflows/drupal-module/javascript.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Create docker network
run: |
Expand Down
2 changes: 1 addition & 1 deletion github/workflows/drupal-module/php.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
name: PHP - Check Coding Standards
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Create docker network
run: |
Expand Down
2 changes: 1 addition & 1 deletion github/workflows/drupal-module/styles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Create docker network
run: |
Expand Down
2 changes: 1 addition & 1 deletion github/workflows/drupal/javascript.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Create docker network
run: |
Expand Down
2 changes: 1 addition & 1 deletion github/workflows/drupal/php.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
name: PHP - Check Coding Standards
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Create docker network
run: |
Expand Down
6 changes: 3 additions & 3 deletions github/workflows/drupal/site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
name: Check that site can be installed
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Create docker network
run: |
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
runs-on: ubuntu-latest
steps:
# Install site from our base ref
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
ref: ${{ github.base_ref }}

Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
sudo chmod -Rv a+w web/sites/default || true

# Update site using our updated code.
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
# Keep our local settings (cf.
# https://github.com/actions/checkout?tab=readme-ov-file#usage)
Expand Down
2 changes: 1 addition & 1 deletion github/workflows/drupal/styles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Create docker network
run: |
Expand Down
2 changes: 1 addition & 1 deletion github/workflows/markdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Create docker network
run: |
Expand Down
2 changes: 1 addition & 1 deletion github/workflows/symfony/javascript.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Create docker network
run: |
Expand Down
2 changes: 1 addition & 1 deletion github/workflows/symfony/php.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
name: PHP - Check Coding Standards
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Create docker network
run: |
Expand Down
2 changes: 1 addition & 1 deletion github/workflows/symfony/styles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Create docker network
run: |
Expand Down
2 changes: 1 addition & 1 deletion github/workflows/twig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Create docker network
run: |
Expand Down
2 changes: 1 addition & 1 deletion github/workflows/yaml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
yaml-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Create docker network
run: |
Expand Down