Skip to content

Commit bea4e5e

Browse files
chore(deps) Update GitHub Actions
1 parent a518b43 commit bea4e5e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/linter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
- name: Archive production artifacts
4646
if: success() || failure()
47-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
47+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
4848
with:
4949
name: MegaLinter reports
5050
path: |
@@ -91,7 +91,7 @@ jobs:
9191
env.APPLY_FIXES_MODE == 'commit' && github.ref != 'refs/heads/main' &&
9292
(github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository) &&
9393
!contains(github.event.head_commit.message, 'skip fix')
94-
uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 # v6
94+
uses: stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3 # v7
9595
with:
9696
branch: ${{ github.event.pull_request.head.ref || github.head_ref || github.ref }}
9797
commit_message: "[MegaLinter] Apply linters fixes"

0 commit comments

Comments
 (0)