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

github-actions(deps): bump actions/checkout from 4.2.1 to 4.2.2 #286

Open
wants to merge 1 commit into
base: main
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
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
54.185.253.63:443

- name: Checkout repository
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683

- name: Initialize CodeQL
uses: github/codeql-action/init@c36620d31ac7c881962c3d9dd939c40ec9434f2b
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
# schemastore.org:443
#
# - name: Checkout repository
# uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
# uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
#
# - name: 'Qodana Scan'
# uses: JetBrains/qodana-action@61b94e7e3a716dcb9e2030cfd79cd46149d56c26
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/cs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- 8.2

steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
fetch-depth: 0

Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
- 8.2

steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
fetch-depth: 0

Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
- 8.2

steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand All @@ -102,7 +102,7 @@ jobs:

steps:
- name: Checkout Code
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- uses: symfonycorp/security-checker-action@v5

2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- 8.2

steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
fetch-depth: 0

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
- name: Checkout
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:

steps:
- name: Checkout
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down
Loading