diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1c58adf..832d478 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: if: github.ref == 'refs/heads/main' steps: - name: Check out repository - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 - name: Build and deploy uses: shalzz/zola-deploy-action@90cd842959b82e0c012601be18ae249d6cdb1669 # v0.21.0 env: @@ -32,7 +32,7 @@ jobs: if: github.ref != 'refs/heads/main' steps: - name: Checkout - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 - name: Install and build if: github.event.action != 'closed' uses: shalzz/zola-deploy-action@90cd842959b82e0c012601be18ae249d6cdb1669 # v0.21.0 diff --git a/.github/workflows/openssf-scorecard.yml b/.github/workflows/openssf-scorecard.yml index 2166beb..97a7f12 100644 --- a/.github/workflows/openssf-scorecard.yml +++ b/.github/workflows/openssf-scorecard.yml @@ -20,7 +20,7 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: persist-credentials: false @@ -37,7 +37,7 @@ jobs: publish_results: true - name: "Upload artifact" - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: SARIF file path: results.sarif diff --git a/.github/workflows/rebase.yml b/.github/workflows/rebase.yml index ab42fbc..68f329a 100644 --- a/.github/workflows/rebase.yml +++ b/.github/workflows/rebase.yml @@ -21,13 +21,13 @@ jobs: owner: ${{ github.repository_owner }} - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: token: ${{ steps.token.outputs.token }} fetch-depth: 0 - name: Automatic Rebase - uses: peter-evans/rebase@v3 + uses: peter-evans/rebase@v4 with: token: ${{ steps.token.outputs.token }}