Skip to content

Commit

Permalink
fix(gh-workflows): bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
awxiaoxian2020 committed Feb 3, 2025
1 parent 07155f6 commit 876081d
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ on:
jobs:
event_type:
runs-on: ubuntu-latest
steps:
steps:
- uses: actions/checkout@v3

- name: Save Event Type
run: echo ${{ github.event_name }} > ./event_type

- name: Upload Event Type
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: ./event_type
name: event_type
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
if: success()
with:
workflow: analyze.yml
branch: ${{ github.event.pull_request.base.ref || 'main' }}
branch: ${{ github.event.pull_request.base.ref || 'main' }}
name: bundle_analysis.json
path: .next/analyze/base/bundle

Expand All @@ -99,7 +99,7 @@ jobs:
with:
name: analysis_comment.txt
path: .next/analyze/__bundle_analysis_comment.txt

number:
runs-on: ubuntu-latest
needs: analyze
Expand All @@ -118,4 +118,3 @@ jobs:

# The actual commenting happens in the other action, matching the guidance in
# https://securitylab.github.com/research/github-actions-preventing-pwn-requests/

0 comments on commit 876081d

Please sign in to comment.