diff --git a/.github/workflows/backend-image-smoke.yml b/.github/workflows/backend-image-smoke.yml index 176a24d2..b7100686 100644 --- a/.github/workflows/backend-image-smoke.yml +++ b/.github/workflows/backend-image-smoke.yml @@ -200,7 +200,7 @@ jobs: - name: Upload failure artifacts if: failure() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: backend-image-smoke-failure path: backend-image-smoke-logs.txt diff --git a/.github/workflows/dependabot-auto-merge.yml b/.github/workflows/dependabot-auto-merge.yml index 3fb4fd94..6fd8ce05 100644 --- a/.github/workflows/dependabot-auto-merge.yml +++ b/.github/workflows/dependabot-auto-merge.yml @@ -31,7 +31,7 @@ jobs: steps: - name: Fetch Dependabot metadata id: meta - uses: dependabot/fetch-metadata@21025c705c08248db411dc16f3619e6b5f9ea21a # v2.5.0 + uses: dependabot/fetch-metadata@25dd0e34f4fe68f24cc83900b1fe3fe149efef98 # v3.1.0 with: github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/deploy-dev.yml b/.github/workflows/deploy-dev.yml index 71ab09e7..31cb5c49 100644 --- a/.github/workflows/deploy-dev.yml +++ b/.github/workflows/deploy-dev.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Connect to Tailscale # SHA-pinned to mitigate supply-chain hijack of the v2 floating tag. - uses: tailscale/github-action@4e4c49acaa9818630ce0bd7a564372c17e33fb4d # v2 + uses: tailscale/github-action@306e68a486fd2350f2bfc3b19fcd143891a4a2d8 # v4.1.2 with: authkey: ${{ secrets.TAILSCALE_AUTH_KEY }}