Skip to content

Commit

Permalink
point to right branch
Browse files Browse the repository at this point in the history
  • Loading branch information
sunker committed Jan 31, 2025
1 parent 151f7d0 commit 31402fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:

- name: Upload e2e test summary
## todo: change to main branch once the pr is merged
uses: grafana/plugin-actions/playwright-gh-pages/upload-report-artifacts@gh-pages
uses: grafana/plugin-actions/playwright-gh-pages/upload-report-artifacts@main

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'E2E tests' step
Uses Step
uses 'grafana/plugin-actions/playwright-gh-pages/upload-report-artifacts' with ref 'main', not a pinned commit hash
if: ${{ (always() && !cancelled()) }}
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -100,6 +100,6 @@ jobs:
- uses: actions/checkout@v4
- name: Publish report
## todo: change to main branch once the pr is merged
uses: grafana/plugin-actions/playwright-gh-pages/deploy-report-pages@gh-pages
uses: grafana/plugin-actions/playwright-gh-pages/deploy-report-pages@main

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'E2E tests' step
Uses Step
uses 'grafana/plugin-actions/playwright-gh-pages/deploy-report-pages' with ref 'main', not a pinned commit hash
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 31402fb

Please sign in to comment.