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
6 changes: 3 additions & 3 deletions .github/workflows/drupal-module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
SIMPLETEST_DB: "sqlite://localhost/sites/default/files/db.sqlite"

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- uses: shivammathur/setup-php@v2
with:
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:

- name: Upload coverage artifact
if: ${{ matrix.coverage }}
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: coverage-jsonapi_frontend
path: coverage.xml
Expand All @@ -113,7 +113,7 @@ jobs:
- name: Upload coverage to Codecov
if: ${{ matrix.coverage }}
continue-on-error: true
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de
uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad
with:
use_oidc: true
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
security-events: write

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- name: Run Semgrep
run: |
Expand Down