diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5964334..001fb1b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,7 +28,7 @@ jobs: SWA_BASE: brave-pond-00b49761e steps: - name: Checkout website repo - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false @@ -46,7 +46,7 @@ jobs: hugo ${STAGING_URL+-b "$STAGING_URL"} - name: Upload Hugo artifacts - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 with: name: hugo_build path: ./public/ @@ -62,13 +62,13 @@ jobs: url: https://radapp.io steps: - name: Download Hugo artifacts - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: hugo_build path: site/ - name: Deploy static web app - uses: Azure/static-web-apps-deploy@4d27395796ac319302594769cfe812bd207490b1 # v1 + uses: Azure/static-web-apps-deploy@1a947af9992250f3bc2e68ad0754c0b0c11566c9 # v1 with: azure_static_web_apps_api_token: ${{ secrets.SWA_TOKEN }} skip_deploy_on_missing_secrets: true diff --git a/.github/workflows/spellcheck.yaml b/.github/workflows/spellcheck.yaml index 7297a4b..1cc5d7e 100644 --- a/.github/workflows/spellcheck.yaml +++ b/.github/workflows/spellcheck.yaml @@ -29,12 +29,12 @@ jobs: timeout-minutes: 5 steps: - name: Checkout - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false - name: Spellcheck - uses: rojopolis/spellcheck-github-actions@6f2326b663e2dbab920da0fc4144b9f3202434ba # 0.54.0 + uses: rojopolis/spellcheck-github-actions@e3cd8e9aec4587ec73bc0e60745aafd45c37aa2e # 0.60.0 with: config_path: .github/config/.pyspelling.yml @@ -57,7 +57,7 @@ jobs: - name: Post GitHub comment on failure if: failure() - uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2.9.4 + uses: marocchino/sticky-pull-request-comment@70d2764d1a7d5d9560b100cbea0077fc8f633987 # v3.0.2 with: header: spellcheck recreate: true @@ -68,7 +68,7 @@ jobs: If you are adding a new custom word refer to the [docs guide](https://docs.radapp.io/contributing/docs/#spelling) - name: Clear GitHub comment on success - uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2.9.4 + uses: marocchino/sticky-pull-request-comment@70d2764d1a7d5d9560b100cbea0077fc8f633987 # v3.0.2 continue-on-error: true with: header: spellcheck