Skip to content

Commit

Permalink
Add pinning for remaining GHA actions
Browse files Browse the repository at this point in the history
Run-GHA: True
Required-githooks: true
Skip-build: true
Skip-test: true
Skip-unit-tests: true

Signed-off-by: Margaret Lawson <[email protected]>
  • Loading branch information
mlawsonca committed Jan 17, 2025
1 parent 19ae3c4 commit 2633f03
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gcp-weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:

# schedule:
# # temporarily run more frequently so we can validate it works
# - cron: "15 * * * *" # runs at minute 15 of every hour of every day
# - cron: "0 12 * * 6" # runs every Saturday at 12pm (UTC)

# shouldn't need this, should only ever have one running at a time. But just in case
concurrency:
Expand Down Expand Up @@ -345,7 +345,7 @@ jobs:
- name: Publish test results
if: (!cancelled()) && (success() || failure()) &&
steps.run-test.outcome != 'skipped'
uses: EnricoMi/publish-unit-test-result-action@v2
uses: EnricoMi/publish-unit-test-result-action@170bf24d20d201b842d7a52403b73ed297e6645b # v2.18.0

Check failure on line 348 in .github/workflows/gcp-weekly.yml

View workflow job for this annotation

GitHub Actions / Yamllint check

348:101 [line-length] line too long (106 > 100 characters)
with:
check_name: ${{ env.STAGE_NAME }} Test Results (old)
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -365,7 +365,7 @@ jobs:
name: ${{ env.STAGE_NAME }} test-results
path: ${{ env.STAGE_NAME }}/**/results.xml
- name: Update commit status
uses: ouzi-dev/commit-status-updater@v2
uses: ouzi-dev/commit-status-updater@26588d166ff273fc4c0664517359948f7cdc9bf1 # v2.0.2
with:
# yamllint disable-line rule:line-length
name: 'test/Functional on ${{ env.DISTRO_NAME }} ${{ env.COMMIT_STATUS_DISTRO_VERSION && env.COMMIT_STATUS_DISTRO_VERSION || env.DISTRO_VERSION }}'
Expand Down Expand Up @@ -527,7 +527,7 @@ jobs:
name: ${{ env.STAGE_NAME }} test-results
path: ${{ env.STAGE_NAME }}/**/results.xml
- name: Update commit status
uses: ouzi-dev/commit-status-updater@v2
uses: ouzi-dev/commit-status-updater@26588d166ff273fc4c0664517359948f7cdc9bf1 # v2.0.2
with:
name: 'test/Functional Hardware ${{ matrix.stage }}'
status: "${{ job.status }}"

0 comments on commit 2633f03

Please sign in to comment.