diff --git a/.github/workflows/actions-security.yml b/.github/workflows/actions-security.yml index d60e411d..c8bc73e8 100644 --- a/.github/workflows/actions-security.yml +++ b/.github/workflows/actions-security.yml @@ -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 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c3fb7401..e1dd1e13 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -41,7 +41,7 @@ jobs: - "highest" steps: - - uses: actions/checkout@v6.0.3 + - uses: actions/checkout@v7.0.0 with: persist-credentials: false @@ -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 }} @@ -93,7 +93,7 @@ jobs: - "highest" steps: - - uses: actions/checkout@v6.0.3 + - uses: actions/checkout@v7.0.0 with: persist-credentials: false @@ -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 }} @@ -142,7 +142,7 @@ jobs: - "highest" steps: - - uses: actions/checkout@v6.0.3 + - uses: actions/checkout@v7.0.0 with: persist-credentials: false @@ -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 }} @@ -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 @@ -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 }} @@ -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 @@ -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 }} diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index acd717e9..4891b7d6 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -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