ci: unpin actions

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2025-04-20 19:50:46 +02:00 committed by Mr. DrogDrog
parent 5d16557616
commit 4ee9997256
2 changed files with 3 additions and 3 deletions

View file

@ -211,13 +211,13 @@ jobs:
TURBO_TEAM: ${{ vars.TURBO_TEAM }} TURBO_TEAM: ${{ vars.TURBO_TEAM }}
CYPRESS_CONTAINER_ID: ${{ matrix.containers }} CYPRESS_CONTAINER_ID: ${{ matrix.containers }}
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # master - uses: actions/upload-artifact@v4.6.2 # master
if: always() if: always()
with: with:
name: screenlog-${{ matrix.containers }} name: screenlog-${{ matrix.containers }}
path: frontend/screenlog.0 path: frontend/screenlog.0
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # master - uses: actions/upload-artifact@v4.6.2
if: always() if: always()
with: with:
name: screenshots-${{ matrix.containers }} name: screenshots-${{ matrix.containers }}

View file

@ -52,7 +52,7 @@ jobs:
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
# format to the repository Actions tab. # format to the repository Actions tab.
- name: "Upload artifact" - name: "Upload artifact"
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 uses: actions/upload-artifact@v4.6.2 # v4.4.3
with: with:
name: SARIF file name: SARIF file
path: results.sarif path: results.sarif