diff --git a/.github/workflows/actions-security.yml b/.github/workflows/actions-security.yml index 321c1196..303c0bfa 100644 --- a/.github/workflows/actions-security.yml +++ b/.github/workflows/actions-security.yml @@ -24,7 +24,7 @@ jobs: persist-credentials: false - name: Run zizmor - uses: zizmorcore/zizmor-action@v0.5.6 + uses: zizmorcore/zizmor-action@70fb788f84895a7701f5643d103d587e460b5c99 # v0.6.3 with: advanced-security: false annotations: true diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 07195e52..48489249 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -56,7 +56,7 @@ jobs: key: ${{ env.EXTENSIONS_CACHE_KEY }} - name: Cache PHP extensions - uses: actions/cache@v5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6 with: path: ${{ steps.extcache.outputs.dir }} key: ${{ steps.extcache.outputs.key }} @@ -114,7 +114,7 @@ jobs: key: ${{ env.EXTENSIONS_CACHE_KEY }} - name: Cache PHP extensions - uses: actions/cache@v5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6 with: path: ${{ steps.extcache.outputs.dir }} key: ${{ steps.extcache.outputs.key }} @@ -163,7 +163,7 @@ jobs: key: ${{ env.EXTENSIONS_CACHE_KEY }} - name: Cache PHP extensions - uses: actions/cache@v5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6 with: path: ${{ steps.extcache.outputs.dir }} key: ${{ steps.extcache.outputs.key }} @@ -217,7 +217,7 @@ jobs: key: ${{ env.EXTENSIONS_CACHE_KEY }} - name: Cache PHP extensions - uses: actions/cache@v5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6 with: path: ${{ steps.extcache.outputs.dir }} key: ${{ steps.extcache.outputs.key }} @@ -252,7 +252,7 @@ jobs: - name: Upload Psalm report to GitHub Code Scanning if: ${{ always() && hashFiles('results.sarif') != '' }} - uses: github/codeql-action/upload-sarif@v4.36.2 + uses: github/codeql-action/upload-sarif@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9 with: sarif_file: results.sarif category: psalm @@ -318,7 +318,7 @@ jobs: key: ${{ env.EXTENSIONS_CACHE_KEY }} - name: Cache PHP extensions - uses: actions/cache@v5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6 with: path: ${{ steps.extcache.outputs.dir }} key: ${{ steps.extcache.outputs.key }} diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index db6d7a28..65376dd4 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -29,7 +29,7 @@ jobs: persist-credentials: false - name: Run OpenSSF Scorecard - uses: ossf/scorecard-action@v2.4.3 + uses: ossf/scorecard-action@2d1146689b8cda280b9bc96326124645441f03bc # v2.4.4 with: results_file: scorecard-results.json results_format: json diff --git a/CHANGELOG.md b/CHANGELOG.md index d4a0db37..061d4196 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,13 @@ history, the old changelog, and committed file changes. Older Zemit-era entries are summarized where the commit history is too granular to be useful as release notes. +## Unreleased + +### Changed + +- Update the cache, CodeQL upload, OpenSSF Scorecard, and zizmor CI actions + and pin the upgraded versions to immutable commits. + ## 3.10.8 - 2026-09-21 ### Fixed