1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-04-25 03:10:49 +01:00

Pin SHA for all github actions (#26958)

This commit is contained in:
Simon Lamon
2025-09-12 19:17:44 +02:00
committed by GitHub
parent 87a5f1a315
commit 977207dde4
15 changed files with 50 additions and 50 deletions

View File

@@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Send bundle stats and build information to RelativeCI
uses: relative-ci/agent-action@v3.0.1
uses: relative-ci/agent-action@1707825cbfcc7452b2913d273414705415ae64d4 # v3.0.1
with:
key: ${{ secrets[format('RELATIVE_CI_KEY_{0}_{1}', matrix.bundle, matrix.build)] }}
token: ${{ github.token }}