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/actions-security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v6.0.3
uses: actions/checkout@v7.0.0
with:
persist-credentials: false

- name: Run zizmor
uses: zizmorcore/zizmor-action@v0.5.6
uses: zizmorcore/zizmor-action@v0.5.7
with:
advanced-security: false
annotations: true
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- "highest"

steps:
- uses: actions/checkout@v6.0.3
- uses: actions/checkout@v7.0.0
with:
persist-credentials: false

Expand All @@ -54,7 +54,7 @@ jobs:
key: ${{ env.EXTENSIONS_CACHE_KEY }}

- name: Cache PHP extensions
uses: actions/cache@v5
uses: actions/cache@v5.0.5
with:
path: ${{ steps.extcache.outputs.dir }}
key: ${{ steps.extcache.outputs.key }}
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
- "highest"

steps:
- uses: actions/checkout@v6.0.3
- uses: actions/checkout@v7.0.0
with:
persist-credentials: false

Expand All @@ -106,7 +106,7 @@ jobs:
key: ${{ env.EXTENSIONS_CACHE_KEY }}

- name: Cache PHP extensions
uses: actions/cache@v5
uses: actions/cache@v5.0.5
with:
path: ${{ steps.extcache.outputs.dir }}
key: ${{ steps.extcache.outputs.key }}
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
- "highest"

steps:
- uses: actions/checkout@v6.0.3
- uses: actions/checkout@v7.0.0
with:
persist-credentials: false

Expand All @@ -155,7 +155,7 @@ jobs:
key: ${{ env.EXTENSIONS_CACHE_KEY }}

- name: Cache PHP extensions
uses: actions/cache@v5
uses: actions/cache@v5.0.5
with:
path: ${{ steps.extcache.outputs.dir }}
key: ${{ steps.extcache.outputs.key }}
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v6.0.3
uses: actions/checkout@v7.0.0
with:
persist-credentials: false

Expand All @@ -209,7 +209,7 @@ jobs:
key: ${{ env.EXTENSIONS_CACHE_KEY }}

- name: Cache PHP extensions
uses: actions/cache@v5
uses: actions/cache@v5.0.5
with:
path: ${{ steps.extcache.outputs.dir }}
key: ${{ steps.extcache.outputs.key }}
Expand Down Expand Up @@ -287,7 +287,7 @@ jobs:

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6.0.3
- uses: actions/checkout@v7.0.0
with:
persist-credentials: false

Expand All @@ -309,7 +309,7 @@ jobs:
key: ${{ env.EXTENSIONS_CACHE_KEY }}

- name: Cache PHP extensions
uses: actions/cache@v5
uses: actions/cache@v5.0.5
with:
path: ${{ steps.extcache.outputs.dir }}
key: ${{ steps.extcache.outputs.key }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
pull-requests: read
steps:
- name: Checkout repository
uses: actions/checkout@v6.0.3
uses: actions/checkout@v7.0.0
with:
persist-credentials: false

Expand Down