Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps(deps): update actions/checkout action to v4.2.2 #43

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
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
10 changes: 5 additions & 5 deletions .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
pull-requests: read
steps:
- name: 📦 Check out the codebase
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.2

- name: 🧐 Lint commits using "commitlint"
uses: wagoid/[email protected]
Expand All @@ -45,7 +45,7 @@ jobs:
pull-requests: read
steps:
- name: 📦 Check out the codebase
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.2

- name: 🧐 Lint YAML files
uses: ibiqlik/[email protected]
Expand All @@ -62,7 +62,7 @@ jobs:
group: markdown-linting-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
steps:
- name: 📦 Check out the codebase
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.2

- name: 🧐 Lint Markdown files
uses: DavidAnson/[email protected]
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
tools: phive

- name: 📦 Check out the codebase
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.2

- name: 🛠️ Setup problem matchers
run: |
Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
coverage: none

- name: 📦 Check out the codebase
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.2

- name: 🛠️ Setup problem matchers
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dependency-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- locked
steps:
- name: 📦 Check out the codebase
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.2

- name: 🛠️ Setup PHP
uses: shivammathur/[email protected]
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
- locked
steps:
- name: 📦 Check out the codebase
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.2

- name: 🛠️ Setup PHP
uses: shivammathur/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/refactoring.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- locked
steps:
- name: 📦 Check out the codebase
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.2

- name: 🛠️ Setup PHP
uses: shivammathur/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- locked
steps:
- name: 📦 Check out the codebase
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.2

- name: 🛠️ Setup PHP
uses: shivammathur/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- locked
steps:
- name: 📦 Check out the codebase
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.2

- name: 🛠️ Setup PHP
uses: shivammathur/[email protected]
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
- locked
steps:
- name: 📦 Check out the codebase
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.2

- name: 🛠️ Setup PHP
uses: shivammathur/[email protected]
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- locked
steps:
- name: 📦 Check out the codebase
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.2

- name: 🛠️ Setup PHP
uses: shivammathur/[email protected]
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
- locked
steps:
- name: 📦 Check out the codebase
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.2

- name: 🛠️ Setup PHP
uses: shivammathur/[email protected]
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
- locked
steps:
- name: 📦 Check out the codebase
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.2

- name: 🛠️ Setup PHP
uses: shivammathur/[email protected]
Expand Down
Loading